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: Include file in project with target name different than source name
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
Jun 28, 2010
03:11 PM
Include file in project with target name different than source name
Is it possible to include a file in a basic msi project that will be included in the project with a different name that the actual source file?
Example:
I have settings.conf.default which is built by my build environment. I want to include this in my InstallShield project to install as "settings.conf" on the target machine without renaming settings.conf.default on my build machine.
Currently the only solution I can think of is a script that runs right before build that renames files appropriately, but I'm wondering if there's something I can tweak in the project.
thanks
Example:
I have settings.conf.default which is built by my build environment. I want to include this in my InstallShield project to install as "settings.conf" on the target machine without renaming settings.conf.default on my build machine.
Currently the only solution I can think of is a script that runs right before build that renames files appropriately, but I'm wondering if there's something I can tweak in the project.
thanks
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 29, 2010
02:23 PM
Have you tried tweaking the ISBuildSourcePath value in the File table? You can find this in the Direct Editor.