Grake Posted July 23, 2005 Posted July 23, 2005 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: 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 Posted July 23, 2005 Posted July 23, 2005 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.
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