Is this just for logging purposes? Is the normal MSI log not sufficient? If it's not, then depending on your situation, there's a number of options:
* The XmlFile element in the Util extension can be tied to a component and update a target file when that component is installed or uninstalled. * The IniFile table * A custom action based on the C++ or C# custom action templates that the VS integration gives you Ideally you want a technique that's table driven and transactional (so that the manifest reflects the state of the system after a rollback). On 26 February 2014 20:44, Mamidi, Balasubrahmanyam < balu.mam...@flightsafety.com> wrote: > Hi, we package the lessons and give to users in the format of msi file > using wix installer. When users install/ Uninstall these lessons MSI file > on their PC's, I should able to log this information with date time & MSI > name into text file( file needs to create if not exists) under location > (per say C:\FlightSafety). > > Can someone help to write these custom actions or any other solutions? > > Thanks, > Balu > > ------------------------------------------------------------------------------ > Flow-based real-time traffic analytics software. Cisco certified tool. > Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer > Customize your own dashboards, set traffic alerts and generate reports. > Network behavioral analysis & security monitoring. All-in-one tool. > > http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > ------------------------------------------------------------------------------ Flow-based real-time traffic analytics software. Cisco certified tool. Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer Customize your own dashboards, set traffic alerts and generate reports. Network behavioral analysis & security monitoring. All-in-one tool. http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users