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
- :
- Cannot change installation folder by using InstallShield 2013 LE in VS 2012
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
‎Dec 01, 2014
11:01 AM
Cannot change installation folder by using InstallShield 2013 LE in VS 2012
Hi,
I have an ASP.NET application. I selected an option which allow user able to modify the installation location of the application. Then I built the solution and created a setup file with MSI format.
Option: DO you want users to be able to modify installation location and then I build Installation? Yes
When i install application, it installs in default folder [ProgramFilesFolder] even if i change Installation folder during setup.
Can anyone advise on this how to change installation directory?
Working Environment:
MS Visual Studio Professional 2012
InstallShield 2013 Limited Edition
Thanks,
Tony
I have an ASP.NET application. I selected an option which allow user able to modify the installation location of the application. Then I built the solution and created a setup file with MSI format.
Option: DO you want users to be able to modify installation location and then I build Installation? Yes
When i install application, it installs in default folder [ProgramFilesFolder] even if i change Installation folder during setup.
Can anyone advise on this how to change installation directory?
Working Environment:
MS Visual Studio Professional 2012
InstallShield 2013 Limited Edition
Thanks,
Tony
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 02, 2014
01:05 PM
Hi Tony,
When you look at the Specify Application Data > Files view, did you place the files in a folder that has the [INSTALLDIR] property next to it or just a sub folder under [ProgramFilesFolder]?
Also, is there an empty folder at where the new install location should be?
When you look at the Specify Application Data > Files view, did you place the files in a folder that has the [INSTALLDIR] property next to it or just a sub folder under [ProgramFilesFolder]?
Also, is there an empty folder at where the new install location should be?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 02, 2014
07:54 PM
kyi wrote:
Hi Tony,
When you look at the Specify Application Data > Files view, did you place the files in a folder that has the [INSTALLDIR] property next to it or just a sub folder under [ProgramFilesFolder]?
Also, is there an empty folder at where the new install location should be?
Yes, I know how to fix the problem
Thanks for your advice