Jump to content

Recommended Posts

Posted

hi, i want to at spysweeper to my start.cmd file. but i can`t find out the way to do it.

i have the sspsetup1_74610.exe version and the serial for it. the problem is that i can`t find out how to at the serial.

this is what i have added to the batch file (start.cmd) so far.

ECHO.

ECHO Installeren van Spysweeper

ECHO Please wait...

start /wait %systemdrive%\install\Applications\Spysweeper\sspsetup1_74610.exe

So i don`t know what comming after the .exe

and i don`t know how to add the serial

thanx in advance


Posted

I do it this way from the RunOnceEx

REG ADD %KEY%\1005 /VE /D "Spy Sweeper 3.0" /f
REG ADD %KEY%\1005 /V 1 /D "%systemdrive%\install\Webroot\SpySweeper.exe /VERYSILENT /SP-" /f
REG ADD %KEY%\1005 /V 2 /D "CMD /C COPY \"%systemdrive%\Install\Webroot\install.dat\" \"%programfiles%\Webroot\Spy Sweeper\" /Y" /f
REG ADD %KEY%\1005 /V 3 /D "CMD /C ATTRIB +R +H \"%programfiles%\Webroot\Spy Sweeper\install.dat\" /f

Posted

thanx for the reply,

but is this the way with the serial? becouse i don`t see a way to put in the serial.

and is there a way to do this in the start.cmd method (i know this is the old simple way, but for me easy to understand without a studie B) )

Posted

Im not sure where the registry information is but in C:\program files\Webroot\Spy Sweeper\ there is a file called install.dat this is what you must copy to have the program registered. Copy that file to Install\Applications\Spysweeper\

ECHO.
ECHO Installeren van Spysweeper
ECHO Please wait...
start /wait %systemdrive%\install\Applications\Spysweeper\sspsetup1_74610.exe /VERYSILENT /SP-
COPY "%systemdrive%\Install\Applications\Spysweeper\install.dat\" "%programfiles%\Webroot\Spy Sweeper\"
ATTRIB +R +H "%programfiles%\Webroot\Spy Sweeper\install.dat\"

not to sure if this is converted right i install mine from RunOnceEx and it works

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