#At file:///C:/Users/Reggie/work/wex/installer-updated/ based on revid:reggie.burnett@stripped
276 Reggie Burnett 2011-01-31
disbabling custom action that was trying to blank displayversion as it doesn't work in all cases
modified:
Setup_Net/Product.wxs
=== modified file 'Setup_Net/Product.wxs'
=== modified file 'Setup_Net/Product.wxs'
--- a/Setup_Net/Product.wxs 2011-01-31 19:39:01 +0000
+++ b/Setup_Net/Product.wxs 2011-01-31 21:14:36 +0000
@@ -101,19 +101,13 @@
<![CDATA[Installed OR NETFRAMEWORK35]]>
</Condition>
- <Binary Id="CustomAction.Binary" SourceFile="WiX_CustomAction.dll"/>
-
<CustomAction Id="SetLaunchApp" Property="LaunchAppPath" Value="[#WexInstaller.exe]"/>
<CustomAction Id="LaunchApp" Property="LaunchAppPath" ExeCommand="$(var.CatalogName)" Execute="deferred" Impersonate="no" Return="asyncNoWait"/>
- <CustomAction Id="BlankDisplayVersion" BinaryKey="CustomAction.Binary" DllEntry="BlankDisplayVersion"
- Execute="deferred" Return="ignore"/>
<InstallExecuteSequence>
<RemoveExistingProducts After="InstallInitialize" />
<Custom Action="SetLaunchApp" After="PublishProduct"/>
<Custom Action="LaunchApp" After="SetLaunchApp">NOT INSTALLED OR UPGRADINGPRODUCTCODE</Custom>
-
- <Custom Action="BlankDisplayVersion" After="PublishProduct">NOT INSTALLED OR UPGRADINGPRODUCTCODE</Custom>
</InstallExecuteSequence>
</Product>
Attachment: [text/bzr-bundle] bzr/reggie.burnett@oracle.com-20110131211436-lk6a7zg5z28rbr4t.bundle
| Thread |
|---|
| • bzr commit into wex-installer-1.0 branch (reggie.burnett:276) | Reggie Burnett | 31 Jan |