Help - Search - Members - Calendar
Full Version: Installshield install
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
Grake
Hi,

Trying to install an application using WPI method, where the application is on CD, and the WPI gets copied to Install folder on C:\ during installation.

I have this code:
CODE
prog[pn]=['CanoScan Toolbox']
uid[pn]=['CANOSCANTOOLBOX']
cmd1[pn]=['"%CDROM%\\Software\\CanoScanToolbox\\Disk1\\Setup.exe" -s -f1"%CDROM%\\Software\\CanoScanToolbox\\Disk1\\setup.iss"']
cat[pn]=['Applications']
pn++


It workds fine when I test it. Like from say D:\, i open up WPI and install it, and installs fine. But when I make an image, and load it up using Daemon, and try to install it the way it would when installing XP, it won't install.

can someone tell me what's wrong with the above code?
Thanks.
MHz
The installer would be trying to make a log file in it's current directory. Use the /f2 switch to set the log file to a writable medium.
Grake
o, thank you very much smile.gif
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.