Help - Search - Members - Calendar
Full Version: Problem creating an ISS file
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
RyanVM
I'm trying to automate LabVIEW 5 setup (don't ask tongue.gif). 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
hi,

have you tried
CODE
Setup.exe /r /sms /f1"c:\Setup.iss" /f2"c:\ISLog.txt"

along with your installer??

cya

Killer Bee
arry
Hi there, my first post

Use /r rather than -r

The .iss file will be located in your C:\WINDOWS directory

Hope this helps biggrin.gif
RyanVM
No go on either of those.
arry
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. biggrin.gif
alienkiller
make sure show hidden files is enabled
RyanVM
QUOTE (alienkiller @ May 6 2004, 11:40 AM)
make sure show hidden files is enabled

Done of course.




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.