Re: [WiX-users] Replace files added in minor upgrade

2015-03-15 Thread Ramjot
No in that case it will place 1.3 version file. My concern is that since the file was updated from 1.1 to 1.2 and then to 1.3 (file size, file version both changed) should msp not update the file? Nir Bar wrote > Are you sure that this message indecates a failure? > Seems to me that it simply say

Re: [WiX-users] Is it possible to set the value of the Start Property of a ServiceInstall to the value of a property?

2015-03-15 Thread Nir Bar
You could use an immediate custom action to change the ServiceInstall table during installation. Personally I would go with separate components. - Nir Bar Freelance Developer Mail: nir@panel-sw.com Web: www.panel-sw.com - C++ On Windows, Linux and Embedded Platforms - WiX & In

Re: [WiX-users] heat fragments go one directory too low

2015-03-15 Thread Nir Bar
Add -srd to the command line. -srd Suppress harvesting the root directory as an element. See the full doc for heat here: http://wixtoolset.org/documentation/manual/v3/overview/heat.html - Nir Bar Freelance Developer Mail: nir@panel-sw.com Web: www.panel-sw.com - C+

Re: [WiX-users] Replace files added in minor upgrade

2015-03-15 Thread Nir Bar
Are you sure that this message indecates a failure? Seems to me that it simply says patches 1.2 and 1.3 don't need to change this component since it has already been done by patch 1.1 What happens if you install version 1 and then apply patch 1.3? Does it still fail? - Nir Bar Freelance