staler Posted September 15, 2004 Posted September 15, 2004 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 SpysweeperECHO Please wait...start /wait %systemdrive%\install\Applications\Spysweeper\sspsetup1_74610.exe So i don`t know what comming after the .exeand i don`t know how to add the serialthanx in advance
urie Posted September 15, 2004 Posted September 15, 2004 I do it this way from the RunOnceExREG ADD %KEY%\1005 /VE /D "Spy Sweeper 3.0" /fREG ADD %KEY%\1005 /V 1 /D "%systemdrive%\install\Webroot\SpySweeper.exe /VERYSILENT /SP-" /fREG ADD %KEY%\1005 /V 2 /D "CMD /C COPY \"%systemdrive%\Install\Webroot\install.dat\" \"%programfiles%\Webroot\Spy Sweeper\" /Y" /fREG ADD %KEY%\1005 /V 3 /D "CMD /C ATTRIB +R +H \"%programfiles%\Webroot\Spy Sweeper\install.dat\" /f
staler Posted September 15, 2004 Author Posted September 15, 2004 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) )
urie Posted September 15, 2004 Posted September 15, 2004 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 SpysweeperECHO 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
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now