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
- :
- InstallShield 2010 .isproj files have incorrect target import path
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 11, 2010
12:49 PM
InstallShield 2010 .isproj files have incorrect target import path
When I create new InstallShield 2010 setup projects from within Visual Studio (File -> New -> Project) the resulting project's .isproj file has target import path for InstallShield 2009 instead of 2010. This prevents building these projects through MSBuild.
I manually worked around this problem by hand modifying the generated file.
Incorrect:
Correct:
I was using Visual Studio 2008 (Team System Development Edition) with InstallShield 2010 Premier Edition with Virtualization Pack.
I manually worked around this problem by hand modifying the generated file.
Incorrect:
...
Correct:
...
I was using Visual Studio 2008 (Team System Development Edition) with InstallShield 2010 Premier Edition with Virtualization Pack.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 12, 2010
01:37 PM
Thanks, for mentioning this; we are aware of it. If you create a lot of new projects and want to work around this more permanently, you can edit the template at \Support\0409\msbuild.xml to apply the same change there.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 24, 2010
05:45 PM
Somewhat related, the InstallShield 2010 Standalone install puts the InstallShield.targets file in 2009 directory instead of 2010.
C:\Program Files (x86)\MSBuild\InstallShield\2009\InstallShield.targets
C:\Program Files (x86)\MSBuild\InstallShield\2010\InstallShield.Tasks.dll
C:\Program Files (x86)\MSBuild\InstallShield\2009\InstallShield.targets
C:\Program Files (x86)\MSBuild\InstallShield\2010\InstallShield.Tasks.dll