cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
StatQUo
Level 3

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:


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?
Labels (1)
0 Kudos
(1) Reply
hidenori
Level 17

Make sure that you customize your .isproj file, not your .targets file. Please see the Microsoft Build Engine (MSBuild) help topic for more information.
0 Kudos