[wix-users] Restart required

kurt.jensen at us.ophiropt.com kurt.jensen at us.ophiropt.com
Mon May 15 14:33:32 PDT 2017


Implemented both suggestions and now it works as expected.

Thank you for all of the responses.

-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Nir Bar
Sent: Monday, May 15, 2017 10:31 AM
To: WiX Toolset Users Mailing List
Subject: Re: [wix-users] Restart required

Assuming your product makes no use of CustomAction.Install.WiX.CA.dll except during installation, you can probably use it as a binary (meaning, a file that is only temporarily used during installation).
If that is the case, change you authoring to:



<Binary Id="$(var.CustomAction.Install.$(sys.BUILDARCH).WiX.TargetName).CA.dll" SourceFile="$(var.CustomAction.Install.$(sys.BUILDARCH).WiX.TargetDir)\$(var.CustomAction.Install.$(sys.BUILDARCH).WiX.TargetName).CA.dll"/>
<CustomAction Id="CAInstall" BinaryKey="$(var.CustomAction.Install.$(sys.BUILDARCH).WiX.TargetName).CA.dll" DllEntry="CAInstall" Impersonate="no" Execute="deferred" /> <CustomAction Id="CAUninstall" BinaryKey="$(var.CustomAction.Install.$(sys.BUILDARCH).WiX.TargetName).CA.dll" DllEntry="CAUninstall" Impersonate="no" Execute="deferred" />



Nir Bar
Panel::Software Architecture and Development

______________________________________________________________
JetBA.net- Native and WPF WiX BootstrapperApplication Frameworks





____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/
This message may contain confidential information of MKS Instruments, Inc. or its subsidiaries. If you are not the intended recipient and have received this message in error, then any use or distribution is prohibited. Accordingly, please notify me immediately by e-mail and delete this message. Thank you.


More information about the wix-users mailing list