View Full Version : multi-cd install : explorer wdo displays
fzgny5
10-20-2003, 09:11 AM
I have an InstallScript MSI project that installs a large database. I create a 5-cd set and, after each prompt to insert the next CD, I insert it and an explorer window appears displaying the contents of the CD. I want to stop this from happening. Is this due to 'autorun' and if so how do you suggest temporarily disabling it?
This problem occurs so far in Windows XP Professional.
Thanks in advance.
Neoptec
10-20-2003, 09:15 AM
I think that it's an XP option.
fzgny5
10-20-2003, 09:19 AM
Could you please explain?
johnludlow
10-20-2003, 09:44 AM
By default XP treats any CD as 'autorun'. Unless it has an autorun.inf to tell it what to do, it assumes that the user will want to browse the CD in order to pick an app to run. You may want to consider putting an autorun.inf on each CD, but one with an empty 'OPEN' option.
I think you can put files on the build CD automatically from the support files view.
Edit: I have not tried this, it just seems logical that this might cause the effect you're after.
fzgny5
10-20-2003, 09:53 AM
That makes sense but there is only a DISK1 folder in the support files. I can manually add it to the additional CDs but would like to automate it if possible.
Any ideas?
fzgny5
10-20-2003, 10:00 AM
It would appear that the 'other files folder' is not available with a MSI project?
According to the documentation this appears to only be available with a pure InstallScript project.
johnludlow
10-20-2003, 10:16 AM
Yeah, just found that out. It's contradictory to the docs, which suggest it's available, and I can't see why it wouldn't be available. I'll try and work up the energy to submit a feature request.
fzgny5
10-21-2003, 07:19 AM
Putting a custom autorun.inf file worked but I cannot put it on the CDs automatically. I may edit the registry during runtime instead so I don't have to think about putting the autorun.inf file on the CDs each time.
Thanks for the help!
johnludlow
10-21-2003, 07:23 AM
I've put in a feature request for this
vinodn1
08-23-2004, 11:08 AM
Has this feature been added in InstallShield X ?
-Vinod
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.