Jump to content

can i make SpySweeper 3 install with no serial ask


Recommended Posts

Posted

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.


Posted

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.

Posted

wait , u mean i need to enter in my runonceex.cmd command like this

reg add %KEY% 018 /VE /d "Spy Sweeper 3.0" /f
reg add %KEY% 018 /V 1 /d "copy %path%\install.dat c:\programs\spy sweeper

like this? or what i didn't really get it

Posted

REG ADD %KEY%\018 /VE /D "Spy Sweeper 3.0" /f
REG ADD %KEY%\018 /V 1 /D "%systemdrive%\install\spysweeper\setup.exe /VERYSILENT /SP-" /f
REG ADD %KEY%\018 /V 2 /D "cmd.exe /c xcopy /y %systemdrive%\install\spysweeper\install.dat \"%ProgramFiles%\Webroot\Spy Sweeper\\"" /f

change

%systemdrive%\install\spysweeper

to wherever your spysweeper setup.exe is located, lines 3 and 4 are all on one line

Posted

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 ;)

Posted
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.
Posted

so i need to use the copy command and copy the install.dat to

C:\programs files\webroot\spy sweeper

b4 the command of the install itself?

Posted

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

Posted

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?

Posted

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 129

RunOnceEx.cmd

  • 2 weeks later...
Posted

This is my commands for installing spy sweeper3 it does work and registers the program

REM      Webroot

REG ADD %KEY%\5090 /VE /D "Spy Sweeper 3.0" /f

REG ADD %KEY%\5090 /V 1 /D "%systemdrive%\install\Webroot\SpySweeper.exe /VERYSILENT /SP-" /f

REG ADD %KEY%\5090 /V 3 /D "CMD /C COPY \"%systemdrive%\Install\Webroot\install.dat\" \"%programfiles%\Webroot\Spy Sweeper\" /Y" /f

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...