RyanVM Posted May 6, 2004 Posted May 6, 2004 I'm trying to automate LabVIEW 5 setup (don't ask ). It uses InstallShield version 3.0.107.0. When I try running it as setup.exe -R, it executes properly but doesn't leave an .iss file anywhere on the hard drive! Anyone have an idea as to how to make it do so?
killerbee Posted May 6, 2004 Posted May 6, 2004 hi,have you triedSetup.exe /r /sms /f1"c:\Setup.iss" /f2"c:\ISLog.txt"along with your installer??cyaKiller Bee
arry Posted May 6, 2004 Posted May 6, 2004 Hi there, my first postUse /r rather than -rThe .iss file will be located in your C:\WINDOWS directory Hope this helps
arry Posted May 6, 2004 Posted May 6, 2004 Of course there is always the possibility that the person who designed the software did a custom job on it and made it so that it doens't need setup.iss. There are lots of programs out there where this is the case.If it is the case, I suggest you email the manufacturer and ask them.
RyanVM Posted May 6, 2004 Author Posted May 6, 2004 make sure show hidden files is enabledDone of course.
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