Adiel Posted August 15, 2004 Posted August 15, 2004 i want to install spy sweeper 3 silently, so in the start of the installation, it won't ask 4 serial number.. how can i do this??the suggestions on the search results didn't helped me.thank u all.
benners Posted August 15, 2004 Posted August 15, 2004 try this,1. Install the app on your system, entering the serial when asked.2 Copy the install.dat file from the install directory somewhere safe.3 Its an inno setup installer so use the /VERYSILENT /SP- Switch i.e setup.exe /VERYSILENT /SP-4 Copy your install.dat file to the install directory.
Adiel Posted August 16, 2004 Author Posted August 16, 2004 wait , u mean i need to enter in my runonceex.cmd command like thisreg add %KEY% 018 /VE /d "Spy Sweeper 3.0" /freg add %KEY% 018 /V 1 /d "copy %path%\install.dat c:\programs\spy sweeperlike this? or what i didn't really get it
benners Posted August 16, 2004 Posted August 16, 2004 REG ADD %KEY%\018 /VE /D "Spy Sweeper 3.0" /fREG ADD %KEY%\018 /V 1 /D "%systemdrive%\install\spysweeper\setup.exe /VERYSILENT /SP-" /fREG ADD %KEY%\018 /V 2 /D "cmd.exe /c xcopy /y %systemdrive%\install\spysweeper\install.dat \"%ProgramFiles%\Webroot\Spy Sweeper\\"" /fchange%systemdrive%\install\spysweeper to wherever your spysweeper setup.exe is located, lines 3 and 4 are all on one line
Adiel Posted August 17, 2004 Author Posted August 17, 2004 theres is something i don't get - how does copying install.dat after the installation will prevent the Enter Serial windows during the installation?thanks again
benners Posted August 17, 2004 Posted August 17, 2004 theres is something i don't get - how does copying install.dat after the installation will prevent the Enter Serial windows during the installation? When you enter the serial number and run the program the install.dat file is created, when you install the program silently it isn't as no information is asked for, so if you copy the file before running the program when the program opens it will check for the serial data, find it and not ask again.
Adiel Posted August 17, 2004 Author Posted August 17, 2004 so i need to use the copy command and copy the install.dat to C:\programs files\webroot\spy sweeperb4 the command of the install itself?
benners Posted August 17, 2004 Posted August 17, 2004 NO.The code supplied earlier will install the program and copy the dat file to the directory, the program will not open during the install, it will open when windows loads but the serial file will have been copied over.Have you tried the code above, and if so did it work?, as it has worked for me
Adiel Posted August 18, 2004 Author Posted August 18, 2004 man it doesn't work, spy sweeper keep asking 4 install serial, after i enter myserial in the install serial request i don't need to activate it.. any suggestions?
benners Posted August 19, 2004 Posted August 19, 2004 I have attached the runonceex.cmd file that I used to install the app, make sure that the files are in the correct directories.The only other thing I can think of is we are using different versions of the program, mine is v3.0 build 129RunOnceEx.cmd
urie Posted August 28, 2004 Posted August 28, 2004 This is my commands for installing spy sweeper3 it does work and registers the programREM WebrootREG ADD %KEY%\5090 /VE /D "Spy Sweeper 3.0" /fREG ADD %KEY%\5090 /V 1 /D "%systemdrive%\install\Webroot\SpySweeper.exe /VERYSILENT /SP-" /fREG ADD %KEY%\5090 /V 3 /D "CMD /C COPY \"%systemdrive%\Install\Webroot\install.dat\" \"%programfiles%\Webroot\Spy Sweeper\" /Y" /f
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now