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
- :
- Re: MSBuild InstallShield Task: seems PropertyOverrides parameter not works
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
May 28, 2014
07:25 AM
MSBuild InstallShield Task: seems PropertyOverrides parameter not works
Hi,
I want override value of property in during build package via MSBuild InstallShield, but seems this functional no works. Package is created successfully, but value doesn't change. The same situation with PathVariables parameter.
Part of my .target:
I found old entries in this forum, that some users also has problems with PropertyOverrides and PathVariables - how a status them now?
I want override value of property in during build package via MSBuild InstallShield, but seems this functional no works. Package is created successfully, but value doesn't change. The same situation with PathVariables parameter.
Part of my .target:
C:\Program Files (x86)\InstallShield\2012SpringSP1 SAB\System
APP_OLDPRODUCTCODE
APP_PACKAGES
ReleaseConfiguration="Release"
Project="$(InstallShieldProjectFile)"
OutDir="$(ISProjectDestination)"
InstallShieldPath="$(InstallShieldPath)"
PropertyOverrides="@(InstallShieldPropertyOverrides)"
PathVariables="@(InstallShieldPathOverrides)">
I found old entries in this forum, that some users also has problems with PropertyOverrides and PathVariables - how a status them now?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 19, 2014
10:29 AM
Make sure that you customize your .isproj file, not your .targets file. Please see the Microsoft Build Engine (MSBuild) help topic for more information.