ebin25 Posted September 18, 2006 Posted September 18, 2006 (edited) I am trying to install jet audio via runonceex.cmdow @ /HID@Echo OffFOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\win51ip.SP2 SET CDROM=%%i:SET PP=%cdrom%\Apps\SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Apps" /fREG ADD %KEY%\000 /VE /D "install.exe" /fREG ADD %KEY%\000 /V 1 /D "%PP% -S -f1" /fEXITmy setup.iss is in the Apps folder along with jet audio. How do i specify the path to the setup.iss?i know the path should be specified after REG ADD %KEY%\000 /V 1 /D "%PP% -S -f1" I just have no clue what it is... and it must be the exact location of the iss file. (not %systemroot%, or %cdrom%) I have tried everything... including winrar.sfx. I tried ectracting to temp folder, and then tried everything from "%temp%setup.iss" to trying to name the exact location. THIS IS BLOWING MY MIND. Edited September 18, 2006 by ebin25
cyberloner Posted September 18, 2006 Posted September 18, 2006 i have make an installer for u... hope it works well.... check out your links in msn...
ebin25 Posted September 26, 2006 Author Posted September 26, 2006 nevermind... I am stupid. simple as winrar;The comment below contains SFX script commandsPath=%temp%SavePathSetup=%temp%\JAD\install.exe -S -f1%temp%\JAD\setup.issSilent=1Overwrite=1
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now