Hi,

With the update, i have used the Apply method like below.


 this.Engine.CloseSplashScreen();
            
 var pl = new PlanMsiFeatureEventArgs("Wixdata", "Install",
FeatureState.Source);
 Engine.Detect();
 this.hwnd = IntPtr.Zero;

 Engine.Plan(LaunchAction.Install);

 Engine.Apply(this.hwnd);

While running the msi file, it shows wizard of msi from. I need to install
with silently and how to wait until the installation has completed.

Thanks,
Kannan


--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/WiX-3-6-Upgrade-Leaves-Files-in-Cache-v3-6-2520-0-to-v3-6-2527-0-tp7237051p7578647.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
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-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to