Hi Sandun,

<CustomAction Id="SetInstallScriptParameter" Property="*QtExecCmdLine*"
Value="&quot;[POWERSHELLEXE]&quot; [INSTALLDIR]scripts\Install.ps1" />

<CustomAction Id="InstallScriptAction" BinaryKey="WixCA" DllEntry="
CAQuietExec64" Execute="deferred" Return="check" Impersonate="no"/>

Try this statement.


sandun css wrote:
> Hi,
>
> I was trying to run a powershell script in powershell 64 bit version. (using
> CAQuietExec64)
>
>
> <CustomAction Id="SetInstallScriptParameter" Property="InstallScriptAction"
> Value="&quot;[POWERSHELLEXE]&quot; [INSTALLDIR]scripts\Install.ps1" Execute=
> "immediate" Return="check" />
>
> <CustomAction Id="InstallScriptAction" BinaryKey="WixCA" DllEntry="
> CAQuietExec64" Execute="deferred" Return="check" Impersonate="no"/>
> But, this doesn't seem to be working!
>
> How to get it done?
>
> 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
>   
> ------------------------------------------------------------------------
>
>
> No virus found in this incoming message.
> Checked by AVG - www.avg.com 
> Version: 8.0.237 / Virus Database: 270.11.15/2003 - Release Date: 03/15/09 
> 14:07:00
>
>   

------------------------------------------------------------------------------
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