Hi-

I'm getting this weird error when running my custom action:

MSI (s) (B8:F4) [17:21:34:509]: Doing action: QtExec
Action 17:21:34: QtExec.
Action start 17:21:34: QtExec.
MSI (s) (B8:C4) [17:21:34:509]: Invoking remote custom action. DLL: 
C:\WINNT\Installer\MSI547.tmp, Entrypoint: CAQuietExec
MSI (s) (B8:C0) [17:21:34:509]: Generating random cookie.
MSI (s) (B8:C0) [17:21:34:509]: Created Custom Action Server with PID 6032 
(0x1790).
MSI (s) (B8:74) [17:21:34:540]: Running as a service.
MSI (s) (B8:74) [17:21:34:540]: Hello, I'm your 32bit Impersonated custom 
action server.
CAQuietExec:  Error 0x80070057: failed to get command line data
CAQuietExec:  Error 0x80070057: failed to get Command Line
Action ended 17:21:34: QtExec. Return value 1.

My two lines in my wxs file are:


            <Property Id="ADSUTIL">
                  <DirectorySearch Id="AdminScripts" Depth="999" >
                  <FileSearch Id="ADSUTIL" Name="adsutil.vbs" />
                  </DirectorySearch>
            </Property>

            <CustomAction Id="PropertyCA" Property="QtExecCmdLine" 
Value="Cscript.exe [ADSUTIL] SET W3SVC/NTAuthenticationProvider 
&quot;NTLM&quot;"/>
            <CustomAction Id="QtExec" BinaryKey="WixCA" DllEntry="CAQuietExec" 
Execute="immediate" Return="ignore"/>


..................................................
            <InstallExecuteSequence>
                  <Custom Action="QtExec" After="CostFinalize"/>
            </InstallExecuteSequence>


Any help is appreciated. Thanks!
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to