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
- :
- IIS: Upgrade from IS2009 to IS2010, Issue on upgraded project
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
‎Nov 16, 2009
07:05 PM
IIS: Upgrade from IS2009 to IS2010, Issue on upgraded project
Hi,
We recently upgraded our Basic MSI Installer from IS2009 Project to IS2010 Project, everything seems to be upgraded without any error or warning, the installer has extensive numbers of Virtual Directories for IIS6, the issue is during creating those Virtual Directories majority works fine but few of them cause problem while setting up the VD Path property, instead of setting up the path, installer write down the Directory Identifier name, for example the path is "C:\Program Files\MyApp" instead it write down "MyApp" which is the directory identifier, this is an serious issue as the installer didnt generate any runtime error, but installed application failed with this configuration issue. Is there any known issue? the same project works with IS2009.
Any help is higly appreciated.
thanks,
-Moin Khan
We recently upgraded our Basic MSI Installer from IS2009 Project to IS2010 Project, everything seems to be upgraded without any error or warning, the installer has extensive numbers of Virtual Directories for IIS6, the issue is during creating those Virtual Directories majority works fine but few of them cause problem while setting up the VD Path property, instead of setting up the path, installer write down the Directory Identifier name, for example the path is "C:\Program Files\MyApp" instead it write down "MyApp" which is the directory identifier, this is an serious issue as the installer didnt generate any runtime error, but installed application failed with this configuration issue. Is there any known issue? the same project works with IS2009.
Any help is higly appreciated.
thanks,
-Moin Khan
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 16, 2009
08:08 PM
Hi Moin,
On the General tab for Release which you are working on, try setting 'Keep Unused Directories' to yes and then rebuild the project.
Thanks,
Alpesh
On the General tab for Release which you are working on, try setting 'Keep Unused Directories' to yes and then rebuild the project.
Thanks,
Alpesh
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 17, 2009
01:22 PM
Alpesh wrote:
Hi Moin,
On the General tab for Release which you are working on, try setting 'Keep Unused Directories' to yes and then rebuild the project.
Thanks,
Alpesh
Thanks Alpesh, it worked.
thanks,
-Moin