Jump to content

can i make SpySweeper 3 install with no serial ask


Adiel

Recommended Posts

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.

Link to comment
Share on other sites


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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.
Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 2 weeks later...

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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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