September 2009
2 posts
1 tag
Overriding InstallShield Path Variables with...
There are a few gotchas that are not addressed in the documentation. In your .isproj file, place your path overrides within an ItemGroup like so. The item must be named “InstallShieldPathVariableOverrides” and contain one “PathVariable” element.:
<!-- Override Path Variables for the project -->
<ItemGroup>
<InstallShieldPathVariableOverrides
...