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
- :
- Re: Cannot get .doc files to be included in the build
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 05, 2008
10:12 AM
Cannot get .doc files to be included in the build
I've got an InstallScript MSI project which is successfuly installing all apsects of an asp.net application - apart from one item.
The application includes some template .doc documents in /xyz/App_Data/Templates/abc.doc etc
The setup builds without any complaint, but when set up is run on the target machines, the .doc files are not installed - but everyting else is.
Why would that be, and what can I do to correct it?
The application includes some template .doc documents in /xyz/App_Data/Templates/abc.doc etc
The setup builds without any complaint, but when set up is run on the target machines, the .doc files are not installed - but everyting else is.
Why would that be, and what can I do to correct it?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 05, 2008
07:06 PM
That's strange; if you look in the Components view, is the component with the .doc files flagged with a red exclamation point? If so, the component isn't contained in any feature, and thus won't be installed.
Otherwise, perhaps create an MSI log file and search it for clues to why the component or its contents aren't being installed.
Otherwise, perhaps create an MSI log file and search it for clues to why the component or its contents aren't being installed.