Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.
Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.
We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.
Read Forum Rules
![]() ![]() |
Nov 13 2003, 11:49 AM Post
#141 | |
| Elaborate Dreamer ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1796 Joined: 25-September 03 From: Indianapolis, IN Member No.: 7388 OS: Windows 7 x64 |
How about a link to a page with the app...
|
| | |
Nov 14 2003, 07:00 PM Post
#142 | |
| $cd /pub || grep $more beer ![]() Group: Members Posts: 96 Joined: 31-October 03 From: Germany, Saarland Member No.: 8818 |
Found the trick for RealPlayer One v2 through try & error "RealOnePlayerV2GOLD_de.exe -s" ATTENTION: Parameter is case-sensitive!!!! NAV2004: start /wait NAVSETUP.EXE /QB pskill CfgWiz On my German Version i don't need any activation, but it still asks for Registration and some other setup things like liveupdate and planning scans. Just try it. I spend hours to find a registry trick but no way Found also a way to integrate Updates and "Re-Abo" TightVNC: Install it, configure it, export Registry settings for TightVNC to for example "settings.reg" repack the files and make your own installer with things like SFX-Factory or WinRAR (my favourite because of compression). When creating links you can use the following: winvnc.exe -settings (config menu) winvnc.exe -install (install server as service) winvnc.exe -remove (uninstall service) winvnc.exe (just starts normal server) vncviewer.exe (starts viewer) vncviewer.exe -listen (launches viewer in tray) greets |
| | |
Nov 14 2003, 08:07 PM Post
#143 | |
| Newbie Group: Members Posts: 27 Joined: 25-October 03 Member No.: 8560 |
I hope this is the right forum... I want to install my Audigy2 programs and drivers to my multi-boot DVD. I wanted to know if anyone has found the switches that will allow a quiet installation. What would even be better is to have options on what I want to install from Creative's crappy software. Any help is appreciated and thanks. |
| | |
Nov 16 2003, 09:55 AM Post
#144 | |
| XL-DJK Recordings Inc.2009 All Rights Reserved ![]() ![]() Group: Members Posts: 249 Joined: 13-November 03 From: Canada Member No.: 9418 OS: XP Pro x86 |
I have a boggling question...what batch command can I use to do a silent install of Spoon Install products? Also, how can I get my unattended WinXP CD to load the Silver Skin on first install instead of the common blue skin? Also, the boot screen, how can I change it to Silver instead of blue? http://www.dbpoweramp.com/dmc.htm make sure you download the dbpoweramp music converter it should say dBpowerAMP Music Converter 9a This post has been edited by XL-DJK95355: Nov 16 2003, 03:38 PM |
| | |
Nov 18 2003, 09:51 AM Post
#145 | |
| Follow the rules please :-) Group: Patrons Posts: 6780 Joined: 14-November 03 From: Bangalore, India Member No.: 9470 |
Could somebody please add a switch for Abiword 2.x ? while the abiword-setup-2.0.1.exe /S, it still asks for language, which doesn't make it much of an unattended install. Also, Quick View Plus 7.0 gives absolutely no info about itself when you execute its setup with /?. It simply starts in normal mode. It is an installshield app. when run with -R no setup.iss is created in the windows dir. Thanks |
| | |
Nov 24 2003, 11:11 AM Post
#146 | |
| Group: Members Posts: 1 Joined: 24-November 03 Member No.: 9907 | QUOTE (996 @ Oct 23 2003, 01:35 PM) How can the following be installed silently: Macromedia Dreamweaver MX 2004 Macromedia Fireworks MX 2004 Unpacked both seem to be done with Installshield. How can they be installed silently? There are a few setups to make this seamless and easy 1) Copy the entire CD to a Network Share 2) do a normal install of the application on one machine with the following commandline: setup -R setup.iss This will give you your installshield response file. Complete the activation process. Next go into the registry and export the following keys HKEY_Local_Machine\Software\Macromedia ----> save as importme.reg HKEY_Local_Machine\Software\Macrovision -----> save as macrovision.reg 3) Create bat file called setup.bat with the following inside: start /wait Setup.exe -s -f1 "setup.iss" Call .\activate.bat end Create another batch file called activate.bat Inside add the following: ** Note: This points to wherever your "All Users" Profile\ information goes ** md "%All Users%\Application data\Macrovision\Safecast\Product License\" copy .\*.dat "%All Users%\Application data\Macrovision\Safecast\Product License\" ** Note: The xxxxx.dat file is a hidden file located in this directory structure on the hard drive. So turn on show hidden folders and files ** regedit /s "importme.reg" regedit /s "macrovision.reg" Have the five files setup.bat, setup.iss,activate.bat, importme.reg, activate.reg all located whereever you copied your dreamweaver MX 2004 CD to on the network. Run the setup.bat and the rest will silently take care of itself. You should be able to use this same process to do Fireworks, just modify the folder structure and Registry keys. *****************************NOTE:****************************** You need to have a LEGAL License for EACH MACHINE that you run this on. This is just to save the headache of going to the website on every machine for your site license". I am not in the business of helping hackers!!!!!! *****************************NOTE:****************************** Ex. My client has a 200 user site license for this application. That's a lot of extra work to activate each license one at a time. This way, the license it activated on the initial setup. ***************************************************************** |
| | |
Nov 28 2003, 10:33 AM Post
#147 | |
| Follow the rules please :-) Group: Patrons Posts: 6780 Joined: 14-November 03 From: Bangalore, India Member No.: 9470 |
DESPERATELY QUICK HELP NEEDED: would somebody here know how to silently install myIE2 ? please, AaronXP ? looked thru its installed documentation and on its website. neither googling nor searching the forums gave me an answer and my new unattended CD is about an hour away from finalising. Thanking all in advance, prathapml |
| | |
Nov 28 2003, 10:58 AM Post
#148 | |
| The MSFN Banana Group: Patrons Posts: 5767 Joined: 17-August 01 From: England, UK Member No.: 3 OS: none | QUOTE (prathapml @ Nov 28 2003, 04:33 PM) DESPERATELY QUICK HELP NEEDED: would somebody here know how to silently install myIE2 ? please, AaronXP ? In formatting and backup scenarios I had in the past, I've found that restoring the MyIE2 folder back in Program Files does the job fine. Plus, you get all your favourite configs with it as well. So, place all your MyIE2 files in: C:\XPCD\$OEM$\$Progs\MyIE2 And the shortcut to it to: C:\XPCD\$OEM$\$Docs\All Users\Start Menu\Programs\MyIE2\ Your MyIE2 files will be in C:\Program Files\MyIE2\ and your shortcut will be in the start menu automatically during windows setup. Easy enough! |
| | |
Nov 28 2003, 07:37 PM Post
#149 | |
| Junior ![]() Group: Members Posts: 82 Joined: 26-November 03 From: France Member No.: 10002 | QUOTE (catpsion @ Oct 27 2003, 11:47 AM) Anyone would know how i can install ZoneAlarm pro unattented ? TIA EDIT: Well, indeed i can install it silently with /s and then PSkill the registration wizard. But i can't find how i can register it silently after that. If you have ZoneAlarm Pro already installed on a PC, you can export from the registry the registration info, and then run the reg file after the silent install. that would give something like this in your unattended.bat (that's how I named it) file: ECHO. ECHO Installation de ZoneAlarm Pro with Webfiltering V 4.5.530 (Anglais) ECHO Numero de serie: xxxxx-xxxxx-xxxxx-xxxxxx-xxxxxx ECHO Please wait... start /wait %systemdrive%\install\Apps\ZoneAlarm\ZoneAlarmPro.exe /s /noreboot ECHO. ECHO Enregistrement de ZoneAlarm REGEDIT /S %systemdrive%\install\Apps\ZoneAlarm\za.reg I installed ZA on a VMWARE environment, without entering my registration information, executed the REG file and after a reboot I could use it fine. Rgrds, Alex |
| | |
Nov 28 2003, 07:43 PM Post
#150 | |
| Junior ![]() Group: Members Posts: 82 Joined: 26-November 03 From: France Member No.: 10002 | QUOTE (catpsion @ Oct 27 2003, 11:46 AM) I just have followed your instruction for MSN messenger, Aaron, and /qb result on a silly popup (click OK to install). I'm gonna try with /qn. I could install the messenger without any popup byt using the following: ECHO. ECHO Installation de MSN Messenger 6.1 ECHO Please wait... start /wait %systemdrive%\install\Apps\MSN\MsnMsgs.msi /QB Alex. |
| | |
Dec 4 2003, 12:35 PM Post
#151 | |
| Member ![]() ![]() Group: Members Posts: 163 Joined: 17-July 03 Member No.: 5007 |
any one know the switches for install of "edit pad lite" also does anyone know how to set up the custom installation options using unattend method for this program thankls danish |
| | |
Dec 13 2003, 03:04 PM Post
#152 | |
| Group: Members Posts: 2 Joined: 13-December 03 Member No.: 10840 |
Does anyone know a silent installation switch for Powerdesk Pro 5? Thanks. Luan |
| | |
Dec 13 2003, 07:17 PM Post
#153 | |
| Newbie Group: Members Posts: 29 Joined: 6-November 03 Member No.: 9093 |
Hi! Does anyone know a silent installation switch for Cablenut 4.08? It looks to me like a NSIS switch but I'm not sure. Can anyone confirm? Thanks in advance! |
| | |
Dec 19 2003, 05:43 PM Post
#154 | |
| Group: Members Posts: 3 Joined: 13-December 03 Member No.: 10848 |
Anyone have switches for these? 1) Wiseftp 2) Cutepdf 3) Fineprint 4) Karens Powertools - replicator 5) Power Desk Pro 5.0 6) Spybot Search and Destroy 7) Turtle Beach sound drivers 8) Total Recorder Can post links if needed. Thanks |
| | |
Dec 25 2003, 03:30 PM Post
#155 | |
| aka Wim Leers Group: Patrons Posts: 2214 Joined: 29-October 03 From: Hasselt, Belgium Member No.: 8748 OS: none |
Somewhere in this topic someone asked how he could silent install a Nero Language Pack. The only answer (for as far I have seen) was copying certain files and edit a registry key. I've made a VBscript, which is alot easier... Just download your desired language pack and place this in the same directory:(you don't have to extract it, but it's possible if you'd like that) CODE Set WshShell = WScript.CreateObject ("WScript.Shell") WshShell.Run (".\NAME_OF_YOUR_LANGUAGEPACK.EXE") WScript.Sleep 5000 WshShell.SendKeys "~" WScript.Sleep 1000 WshShell.SendKeys "{TAB}" WScript.Sleep 500 WshShell.SendKeys "{UP}" WScript.Sleep 500 WshShell.SendKeys "~" WScript.Sleep 500 WshShell.SendKeys "~" WScript.Quit Save this with the filename you wish, but don't forget the vbs-extension! hope it's useful for someone... |
| | |
Dec 26 2003, 09:03 PM Post
#156 | |
| XL-DJK Recordings Inc.2009 All Rights Reserved ![]() ![]() Group: Members Posts: 249 Joined: 13-November 03 From: Canada Member No.: 9418 OS: XP Pro x86 |
Can anyone tell me how to install PCDJ products silently? as well as register them? I m SOOO Lost on this one. PCDJ Red PCDJ Blue PCDJ FX v7.0 VRM PCDJ Producer |
| | |
Dec 27 2003, 02:13 AM Post
#157 | |
| Advanced Member ![]() ![]() ![]() Group: Members Posts: 324 Joined: 29-July 03 Member No.: 5288 |
@bpollina: ECHO. ECHO Installing Fine Print 5.10 ECHO Please Wait... Start /wait setup.exe /SILENT /NORESTART EXIT |
| | |
Dec 27 2003, 02:18 AM Post
#158 | |
| XL-DJK Recordings Inc.2009 All Rights Reserved ![]() ![]() Group: Members Posts: 249 Joined: 13-November 03 From: Canada Member No.: 9418 OS: XP Pro x86 | QUOTE Bonkers[,Dec 27 2003, 03:13 AM]@bpollina: ECHO. ECHO Installing Fine Print 5.10 ECHO Please Wait... Start /wait setup.exe /SILENT /NORESTART EXIT Um, is this in response to my post??? Because if it is, I'm sorry, but I think you got the program mixed up.... I'm referring to: PCDiscJockey Thanks anyways |
| | |
Dec 27 2003, 08:12 AM Post
#159 | |
| The MSFN Banana Group: Patrons Posts: 5767 Joined: 17-August 01 From: England, UK Member No.: 3 OS: none |
no, he's replying to bpollinas.
|
| | |
Dec 29 2003, 07:35 AM Post
#160 | |
| Newbie Group: Members Posts: 42 Joined: 29-December 03 Member No.: 11619 |
Can someone confirm the following: DirectX9 does not support silent install unless you hack it? The OPK version that is "floating around" is not an official Microsoft release? Thanks for a great board with alot of good info. |
| | |
![]() ![]() |
| Lo-Fi Version | Time is now: 20th November 2009 - 11:06 PM |