Help - Search - Members - Calendar
Full Version: jet Audio.... AGAIN
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
ebin25
I am trying to install jet audio via runonceex.
CODE
cmdow @ /HID
@Echo Off

FOR %%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\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Apps" /f

REG ADD %KEY%\000 /VE /D "install.exe" /f
REG ADD %KEY%\000 /V 1 /D "%PP% -S -f1" /f

EXIT
my 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
CODE
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.
cyberloner
i have make an installer for u... hope it works well....
check out your links in msn...
ebin25
nevermind... I am stupid. simple as winrar


;The comment below contains SFX script commands

Path=%temp%
SavePath
Setup=%temp%\JAD\install.exe -S -f1%temp%\JAD\setup.iss
Silent=1
Overwrite=1




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.