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
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Easy way of changing file path variable?
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
‎Feb 07, 2010
07:26 PM
Easy way of changing file path variable?
Hi All,
When I link files to the installer, it automatically assigns the source path as a variable such as $DUMMY_FILES$\
Is there an easy way to change the source path variable (I cannot find it when i open the project in notepad)?
I need to be able to change it because the drive of the files will change based on different build boxes
thanks!
When I link files to the installer, it automatically assigns the source path as a variable such as $DUMMY_FILES$\
Is there an easy way to change the source path variable (I cannot find it when i open the project in notepad)?
I need to be able to change it because the drive of the files will change based on different build boxes
thanks!
(5) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 29, 2010
02:37 AM
Hi I am new to IA software.
I develop installer on windows machine. Building installer on Linux build machine.
Our build happens every day. And every day BASE path is different.
Building installer using ant.
1. Is there any way to set Source Path at build time?
Awaiting for solution
Thanks in advance.
- Milan
I develop installer on windows machine. Building installer on Linux build machine.
Our build happens every day. And every day BASE path is different.
Building installer using ant.
1. Is there any way to set Source Path at build time?
Awaiting for solution
Thanks in advance.
- Milan
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 30, 2010
03:34 AM
Normally, the source path is a per-user variable. All you need to do is to have the same structure as the developers, but possibly on a different path, and set the source path accordingly.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 31, 2010
09:34 AM
Thanks,
Would like to suggest some improvement in this area.
In enterprise company environment usually happens that path vary every day base on build.
We can improve IAE 2010 to specify Source path variable's value at build time by passing value as parameter.
If one more attribute(i.e Installer Options) added to "buildinstaller" ant task then one can easily provide path at run time.
Thanks,
- Milan
Would like to suggest some improvement in this area.
In enterprise company environment usually happens that path vary every day base on build.
We can improve IAE 2010 to specify Source path variable's value at build time by passing value as parameter.
If one more attribute(i.e Installer Options) added to "buildinstaller" ant task then one can easily provide path at run time.
Thanks,
- Milan
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 31, 2010
10:09 AM
What you can do is to change this information in the .properties file where it is stored (in the user environment)... or copy the needed information from the daily build to a neutral path (that won't change).