RBCC Posted August 4, 2004 Posted August 4, 2004 I have the setup.exe and setup.iss in this directory:%systemdrive%\UTILS\SWATCH\DISK1\setup.exe /s ??? How do I use the switch setup.exe /s setup.iss if the batch file is in another subdirectory on the drive??
jrzycrim Posted August 4, 2004 Posted August 4, 2004 It shouldn't matter where your batch file is. If you have setup.iss in the same directory as setup.exe, setup.exe /s should work fine. No need to specify a path to the setup.iss.The /f1 switch is used if you use an alternate path or filename for setup.iss.http://platinum.intersystems.com/csp/docbo..._Silent_Install%systemdrive%\UTILS\SWATCH\DISK1\setup.exe /s That should be all you need.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now