This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- CD only files
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Oct 01, 2008
07:20 AM
CD only files
Hi!
How do I get files included in the build but not installed?
My situation is this. I have a InstallScript project with 2 releases, a download version (single file installer) and a cd version.
In the cd release I want some files to be included on the cd that should not be installed, like "autorun.inf" etc.
So I have made a component "CD Files" that is included in the feature "CD Features" that is only included in the CD release. But this ends copying the cd-files to the TARGETDIR. How can I avoid this?
How do I get files included in the build but not installed?
My situation is this. I have a InstallScript project with 2 releases, a download version (single file installer) and a cd version.
In the cd release I want some files to be included on the cd that should not be installed, like "autorun.inf" etc.
So I have made a component "CD Files" that is included in the feature "CD Features" that is only included in the CD release. But this ends copying the cd-files to the TARGETDIR. How can I avoid this?
(1) Reply
Oct 01, 2008
07:42 AM
Hmmm... Typically you add files that you want available but not installed to the Support Files view (such as Disk1 for uncompressed files), but I'm not sure you can filter those by build.
Perhaps try making your CD-only feature invisible and absent from every setup type?
Perhaps try making your CD-only feature invisible and absent from every setup type?