Help - Search - Members - Calendar
Full Version: Spysweeper
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
staler
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
urie
I do it this way from the RunOnceEx

CODE
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
staler
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 cool.gif )
urie
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\


CODE
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
staler
thanx m8,

hope it works.




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.