Hi users

 

I have created a Custom Action to invoke a .exe
CreateWBCustomLog.exe.(This exe will create Event Log folder while
installation)

 

<CustomAction Id="CreateCustomLogs"

            Directory='TARGETDIR'

 
ExeCommand='"[MyInstallationRootPath]\CreateWBCustomLog.exe"'

 
Return='check'

          Impersonate='yes'>

                        </CustomAction>

 

This works fine and CreateWBCustomLog.exe executed succesfully for all
the system except one of the system where McAfee is installed.

 

While installing on above system it is noted that standard SOE McAfee
installation blocks files executing from Temp folder. 

 

"Common Standard Protection: Prevent common programs from running files
from the Temp folder Action blocked: Execute"

 

Here ExeCommand have [MyInstallationRootPath] which is provided from a
Config file as "C:\Test."

 

Any idea why Wix is executing this exe from Temp Folder if so how to
overcome this issue.

 

Please help.

 

Thanks

Raj

 


Disclaimer :-

"This communication contains information which is confidential and may also be 
legally privileged.It is for the exclusive use of the intended recipient/s.

If you are not the intended recipient of this mail, please delete it 
immediately and notify the
sender on +91 22 6660 6600 or by return e-mail confirming such deletion. Any 
use, distribution, 
disclosure or copying this electronic mail except by its intended recipient may 
be unlawful.

Rave has scanned this email for viruses but does not accept any responsibility 
once this email 
has been transmitted."


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to