Hi,

Currently, We are planning to migrate from IS to WiX.  In our product we are
using some files which are needed only during installation
process(SupportFiles in IS). For eg: we are calling some methods in a dll,
say, ProductDLL.dll(and many more editable sensitive files)  in the
<InstallExecute> sequence CustomAction.

So, Instead of extracting these files to some folders which are
not-safe(prone to man -in-middle attack), is there any possibility to make
this process internalize. I mean to say, can we stream the support files to
a temp files(creating inside installation process so that no one can notice)
and then call the methods inside the temp files by CustomActions?

Please share your thoughts on this.

Regards,
Sampat



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-Internalize-the-Installation-process-tp7597009.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to