August 15, 200422 yr 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.
August 15, 200422 yr 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.
August 16, 200422 yr Author 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
August 16, 200422 yr 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
August 17, 200422 yr Author 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
August 17, 200422 yr 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.
August 17, 200422 yr Author 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?
August 17, 200422 yr 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
August 18, 200422 yr Author 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?
August 19, 200422 yr 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
August 28, 200421 yr 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
Create an account or sign in to comment