Hi All,

I have an installer which executes an EXECommand  as below:
<InstallExecuteSequence>
      <Custom Action="RunScripts" Before="InstallFinalize" />
    </InstallExecuteSequence>
    <CustomAction Id="RunScripts" BinaryKey="MYEXE.exe" ExeCommand="[ARG1] 
[ARG2] [ARG3]" Execute="deferred" Return="ignore" />

On windows server 2003 works completely fine.

But on windows server 2008 R2:
This installer works fine till all the folders are written to a location. But 
fails after that with the following error :
[cid:image001.png@01CD6B5B.DD648200]

I am using WIX Installer toolset 3.5.

Help me.

Thanks,
Yukti

----------------------------------------------------------------------
This message and any attachments are intended only for the use of the addressee 
and may contain information that is privileged and confidential. If the reader 
of the message is not the intended recipient or an authorized representative of 
the intended recipient, you are hereby notified that any dissemination of this 
communication is strictly prohibited. If you have received this communication 
in error, notify the sender immediately by return email and delete the message 
and any attachments from your system.

<<inline: image001.png>>

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to