Re: [WiX-users] WiX 3.6 Upgrade Leaves Files in Cache (v3.6.2520.0 to v3.6.2527.0)

2012-06-01 Thread Kannan24
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

Re: [WiX-users] WiX 3.6 Upgrade Leaves Files in Cache (v3.6.2520.0 to v3.6.2527.0)

2012-06-01 Thread Rob Mensching
1. Your MsiPackage DisplayInternalUI attribute is probably set to "yes". 2. Check out the WixBA at src\Setup\WixBA. It is a full implementation of a managed BA. On Fri, Jun 1, 2012 at 12:31 AM, Kannan24 wrote: > Hi, > > With the update, i have used the Apply method like below. > > > this.Engin

Re: [WiX-users] MSI detected as virus.... RunOnce registry keys

2012-06-01 Thread Josh Suereth
I'm still getting more bug reports from users about this, even with our caveat/known issues... On Fri, May 25, 2012 at 8:17 PM, imran wrote: > Did anyone resolve this issue? I am getting the same problem in Windows XP. > > -- > View this message in context: > http://windows-installer-xml-wix-too

[WiX-users] String manipulation

2012-06-01 Thread Michael Scheepers
Hi, I need to manipulate a string, stored in a property. Fist I was thinking about using a custom action read one property and writing the result of the string manipulation to an other one. The problem that I discovered is, that the string, which has to be manipulated, is a result of a registr

Re: [WiX-users] WixDifxAppExtension examples?

2012-06-01 Thread Wesley Manning
Hi, I was looking at this earlier. Found this link which gives an example: http://kobyk.wordpress.com/2008/10/21/installing-filter-drivers-with-difxapp-and-a-wix-v3-msi/ Never got around to using it yet, though. Wes From: Bill Miller [billmil...@tness.co

[WiX-users] Wix bootstrapper uninstall shortcut

2012-06-01 Thread willem peters
I am trying to create shortcuts to uninstalling whatever the bootstrapper has installed. So simply i want to do the same thing as the uninstall does when going to Add and remove programs. I found that de bootstrapper is installed in package cache{guid}[bootstrappername].exe One of the msi package

Re: [WiX-users] Creating a burn package from the command line

2012-06-01 Thread Lily.Lee
Rob, Thank you so much. Have a wonderful day.:) Regards, Lily Lee Mobile: +1 (949) 468-7759 Support Hotline: +1 (949) 916 6802 -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Thursday, May 31, 2012 5:10 PM To: General discussion for Windows Installer XML tool

[WiX-users] Burn: Related MSI Detection Question

2012-06-01 Thread jhennessey
I have an MSI package that detects the VSTO runtime via an entry in the Upgrade table (I just use it for a launch condition in the MSI.) When burn detects the related MSIs for this package it finds the VSTO runtime and indicates that the operation is a "MajorUpgrade". This seems a bit odd to me. S