I could learn that, this was possible a custom action which uses a VB
script. But I am not familiar with VB scripts.

Please advice me how to do it? Is there any better way?

Thanks
On Mon, Mar 9, 2009 at 10:17 AM, sandun css <sandun...@gmail.com> wrote:

> Hi,
>
> I need to execute a powershell script silently, at the uninstallation. I
> used following code for that.
>
> <CustomAction Id="SetUninstallScriptParameter"
> Property="UninstallScriptAction" Value="&quot;[POWERSHELLEXE]&quot;
> [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
>
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to