Hi, I need to execute a powershell script silently, at the uninstallation. I used following code for that.
<CustomAction Id="SetUninstallScriptParameter" Property="UninstallScriptAction" Value=""[POWERSHELLEXE]" [INSTALLDIR]scripts\Uninstall.ps1" Execute="immediate" Return="check" /> <CustomAction Id="UninstallScriptAction" BinaryKey="WixCA" DllEntry="CAQuietExec" Execute="deferred" Return="check" Impersonate="no"/> But the problem is, this runs the script in powershell (x86). But I need to get it run in x64. How can I achive this? Thanks, Sandun ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users