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
- :
- Re: Install folder path in Installation summary panel shown is wrong
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
‎Aug 08, 2011
05:56 AM
Install folder path in Installation summary panel shown is wrong
Hi
I am creating installer using InstallAnywhere 2009.
At the installation summary panel path shown under "Install Folder" is different more specific it shown temp folder path.
I have set USER_INSTALL_DIR correctly as I am displaying it.
But when I build same installer with IA 2008 then everything works fine.
Is there anything change in InstallAnywhere 2009 compare to InstallAnywhere 2008 in this case which causing the issue
Thanks !!!
I am creating installer using InstallAnywhere 2009.
At the installation summary panel path shown under "Install Folder" is different more specific it shown temp folder path.
I have set USER_INSTALL_DIR correctly as I am displaying it.
But when I build same installer with IA 2008 then everything works fine.
Is there anything change in InstallAnywhere 2009 compare to InstallAnywhere 2008 in this case which causing the issue
Thanks !!!
(5) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 08, 2011
07:21 AM
I'm not sure, but I think it's got something to do with the time when variables are initialized. I think the change was between IA 2008 and IA 2008 VP1 (so this is why you've got it when switching from IA 2008 to IA 2009). I've upgraded from IA 2008 to IA 2008 VP1 a long time ago, that's why I'm saying that I'm not sure. Could you please post your project and a screenshot of the last panel (where you see the wrong information)?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 09, 2011
04:50 AM
HI
PFA some snapshots of project.
File Name : inst1
Slecting path for installation
File Name : inst2
Install Folder : shows wrong path but Insatll Folder : represents value of $USER_INSTALL_DIR$ and it is correct.
File Name : inst3
I am setting $USER_INSTALL_DIR$ variable
File Name : inst4
Panel of pre-install summary.
PFA some snapshots of project.
File Name : inst1
Slecting path for installation
File Name : inst2
Install Folder : shows wrong path but Insatll Folder : represents value of $USER_INSTALL_DIR$ and it is correct.
File Name : inst3
I am setting $USER_INSTALL_DIR$ variable
File Name : inst4
Panel of pre-install summary.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 09, 2011
05:33 AM
Can you show the rules set on Set Variable $USER_INSTALL_DIR$?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 12, 2012
12:46 AM
Can you see while initialization of USER_INSTALL_DIR, you kept the check box selected "Evaluate any variable at assignment". if Yes, Un-select that and give a try. It should work.