Re: [WiX-users] Bootstrapper rollback failure

2013-06-07 Thread Roopa Prabhu
Hi Rob, I've pasted below the log file of a sample application I've created to simulate this issue: [2DCC:2394][2013-06-07T15:57:20]: Burn v3.6.3303.0, Windows v6.1 (Build 7601: Service Pack 1), path: D:\TestProjects\TestApplication\TestApplication\TestBootstrapper\bin\Debug\TestBootstrapper.exe,

Re: [WiX-users] UAC Stop the MediaElement during Applying

2013-06-07 Thread Marco Tognacci
I star playing the video when the setup start applying, I have no event that trigger when the UAC windows is shown and closed.Do you have any idea where the solution could be found?Thanks > From: jacob.hoo...@greenheck.com > To: wix-users@lists.sourceforge.net > Date: Fri, 7 Jun 2013 21:29:35 +0

Re: [WiX-users] Prevent Downgrade detection not working

2013-06-07 Thread Hoover, Jacob
For a MajorUpgrade to happen, the ProductCode should change. The error you are seeing is because of an attempted MinorUpgrade. -Original Message- From: TimM [mailto:timmay...@smarttech.com] Sent: Friday, June 07, 2013 4:24 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Pr

[WiX-users] Prevent Downgrade detection not working

2013-06-07 Thread TimM
I have the following in my main WiX wxs project file: I then installed a newer version of my software and then installed an older version and instead of getting the error message that a newer version is already installed I get the following: "Another version of this product is already installed

Re: [WiX-users] UAC Stop the MediaElement during Applying

2013-06-07 Thread Hoover, Jacob
I haven't looked much at the MBA host, but it "may" be that the main thread was waiting for the message back from the UAC prompt (via the elevated process pipe) and the WPF UI is receiving messages on that same thread. That would explain the lack of messages during the prompt, but one wo

Re: [WiX-users] Managed Bootstrapper - Access Payload file from WPF Code

2013-06-07 Thread Rob Mensching
That's what WixBA does as well: string folder = IO.Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location); WixBA.LaunchUrl(IO.Path.Combine(folder, "License.htm")); On Wed, Jun 5, 2013 at 7:45 AM, Nicholas Pierce < nicholas.pie...@permasense.com> wrote: > That's

Re: [WiX-users] UAC Stop the MediaElement during Applying

2013-06-07 Thread Rob Mensching
You might ask on a WPF forum. On Thu, Jun 6, 2013 at 10:31 AM, Marco Tognacci wrote: > I have added a MediaElement to my Burn setup WPF UI.When the setup starts > applying I play a video *.mp4 in the WPF MediaElement, but if the setup is > started by an not administrative user the UAC Popup win

Re: [WiX-users] No rollback after error in a bunde (wix 3.7)

2013-06-07 Thread Rob Mensching
I think there is a feature request for something like that. If not, seems like a reasonable thing to get tracked. On Thu, Jun 6, 2013 at 3:01 AM, Nicholas Pierce < nicholas.pie...@permasense.com> wrote: > I think that exit code from SQL Server means that the RebootRequiredCheck > rule failed, so

Re: [WiX-users] Burn Engine removes packages from cache before rollback

2013-06-07 Thread Rob Mensching
I responded to the original thread. Log files are not available. Without log files we don't have ability to diagnose much. On Fri, Jun 7, 2013 at 4:27 AM, Roopa Prabhu wrote: > HI, > > With reference to my earlier post on this forum: > http://windows-installer-xml-wix-toolset.687559.n2.nabble.

Re: [WiX-users] Uninstalling the MSI giving Problem

2013-06-07 Thread Rob Mensching
I would never recommend using that tool. It is more likely to leave you in a more corrupted state. Do as Jacob recommended, recache/reinstall with a fixed package. On Mon, Jun 3, 2013 at 11:48 PM, Vinoth M wrote: > Microsoft providing Fixit tool to uninstall the error setups. Check here > http:

Re: [WiX-users] Bootstrapper rollback failure

2013-06-07 Thread Rob Mensching
Attachments don't work well for mailing lists. Can you just provide the log contents or if too big, put the log file on a file sharing service (like SkyDrive) to see it? On Wed, Jun 5, 2013 at 2:28 AM, Roopa Prabhu wrote: > Attached a sample log file four your reference. > Realized that the dir

Re: [WiX-users] Condition on bundle

2013-06-07 Thread Pally Sandher
Change your condition to "SitBundleInstalled OR Installed" Palbinder Sandher Software Platform Engineer T: +44 (0) 141 945 8500 F: +44 (0) 141 945 8501 http://www.iesve.com **Design, Simulate + Innovate with the ** Integrated Environmental Solutions Limited. Registered in Scotland No. SC15145

Re: [WiX-users] MBA - .NET Framework 4 keeps trying to install

2013-06-07 Thread Pally Sandher
Use WiXNetFxExtension instead of reinventing the wheel -> http://wix.sourceforge.net/manual-wix3/wixnetfxextension.htm Palbinder Sandher Software Platform Engineer T: +44 (0) 141 945 8500 F: +44 (0) 141 945 8501 http://www.iesve.com **Design, Simulate + Innovate with the ** Integrated Envir

Re: [WiX-users] Error 1923 - Service fails to install during upgrade

2013-06-07 Thread Phil Wilson
What does the StopServices action say about stopping the failing service? There may be something useful there. If you have any code in your apps that starts, stops, reconfigures these services, then take a close look at it. One of the reasons for this issue is that somebody had a handle open to t

[WiX-users] Condition on bundle

2013-06-07 Thread Michela R.
Hi, i created a bundle that can be install only if there is another bundle installed (i can't merge them togheter) So the bundle B can only be installed if there is bundle A. The condition is fine installing the bundle but if i try to uninstall bundle B after uninstalling bundle A i can't do it

[WiX-users] Burn Engine removes packages from cache before rollback

2013-06-07 Thread Roopa Prabhu
HI, With reference to my earlier post on this forum: http://windows-installer-xml-wix-toolset.687559.n2.nabble. com/Bootstrapper-rollback-failure-tp7586290.html Please let me know if this is a known issue/bug with wix bootstrapper or if there is a workaround. Our product release using this insta