Re: [WiX-users] Incremental vs. cumulative patches (.msp)

2011-10-08 Thread Dino
Thanks Peter. My assumption is that every time you run an .msp, it spends some extra time in initialization, finalizing, pre-reqs, etc. And all these add up to cause more time in incremental patching. There must be some risk factors as well for doing incremental patching. Anyone else have an

Re: [WiX-users] majorupgrade when signing and merge

2011-10-08 Thread Martin Kulov
I wish this was mentioned in the MajorUpgrade planning guide. I put so much efforts into planning MajorUpgrade but I totally unforseen this one. How can I uninstall the existing per user previous installations of my program now?Thanks,Martin > Date: Sat, 8 Oct 2011 16:11:54 -0400 > From: b...

Re: [WiX-users] help with an uninstall issue for a registry entry?

2011-10-08 Thread Bob Arnson
On 08-Oct-11 15:58, Dave Combs wrote: > directory is created, which is correct.) However, when I run the installer > again and choose Uninstall, everything is correctly uninstalled except the > registry entry. Generate a verbose log and search it for the component name and GUID. -- sig://boB ht

Re: [WiX-users] majorupgrade when signing and merge

2011-10-08 Thread Bob Arnson
On 06-Oct-11 19:53, Martin Kulov wrote: > files in ProgramFiles, Windows and ProgramData. Should it install per-user or > per-machine mode? Per-machine; the big reason to use per-user packages is so they don't require elevation. -- sig://boB http://joyofsetup.com/ ---

Re: [WiX-users] 3.6.2207.0 and 3.6.2201.0 are missing the data subdirectory.

2011-10-08 Thread Bob Arnson
On 08-Oct-11 15:45, John Bergman wrote: > Is this intentional, or are there issues with these two builds? Wix36.exe now has the MSI and cabs attached. -- sig://boB http://joyofsetup.com/ -- All of the data generated in

[WiX-users] help with an uninstall issue for a registry entry?

2011-10-08 Thread Dave Combs
I was hoping for some help with a problem I'm having with uninstall from the Wix Maintenance dialog. As part of my installer I generate a registry entry to store the location for a Java directory the user specifies. This is done with a dialog (a version of the Install directory dialog) and a prop

[WiX-users] 3.6.2207.0 and 3.6.2201.0 are missing the data subdirectory.

2011-10-08 Thread John Bergman
Is this intentional, or are there issues with these two builds? -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threat

Re: [WiX-users] TFS Build Unhandled Exception in, apparently WiX

2011-10-08 Thread John Bergman
I have it with 3.6.2130.0, unfortunately. -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Saturday, October 08, 2011 11:25 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] TFS Build Unhandled Exception in, apparently WiX A

Re: [WiX-users] Problem using iis:MimeMap

2011-10-08 Thread Rob Mensching
Did this work for you? On Fri, Aug 26, 2011 at 2:56 PM, James Randolph wrote: > Hello, > > I was trying to add a fews > MimeMap >elements > under a website. Upon trying to figure out why my new MIME types > were not added I ran across

Re: [WiX-users] Custom themed bootstrapper

2011-10-08 Thread Rob Mensching
Open the RTF in WordPad then save. Office Word is far more powerful than the RichEdit control. WordPad will clean up the RTF to work properly in the RichEdit control. On Wed, Oct 5, 2011 at 5:41 AM, Neil Hayes wrote: > After the discovery of the variable WixStdbaThemeXml from this mailing list >

Re: [WiX-users] Burn uninstall fails - bundle is removed from ARP

2011-10-08 Thread Rob Mensching
FYI, this bug is fixed now. On Thu, Aug 18, 2011 at 6:34 AM, Dan Puza wrote: > I understand about the state of Burn right now. Thanks for the warning. > > However, FYI regarding your proposed workaround... what I had found (in my > clean project) and posted earlier (8/10 7:51pm), was that the b

Re: [WiX-users] WiX-users Digest, Vol 65, Issue 19 (Out of Office)

2011-10-08 Thread Ken Powers
I will be out of the office from Monday, October 10th, and will be returning to the office on Monday, October 17th. If you do not require an immediate response, feel free to leave me a message. Otherwise, please contact Navneet Srivastava at (x 6050).

Re: [WiX-users] IIS website search

2011-10-08 Thread Rob Mensching
Not today. The WebSite element outside of a Component is only used if you reference it by some other IIS element (like VirtualDir). On Thu, Oct 6, 2011 at 4:54 AM, Glenn MacGregor wrote: > Hi Guys, > > I am fairly new to wix and am trying to write an installer to install a web > app into iis 7 usi

Re: [WiX-users] Adding file association to component generated by heat

2011-10-08 Thread Rob Mensching
Or you could generate once, clean up the generated code, add what is missing and include the result in your project. On Tue, Oct 4, 2011 at 2:09 AM, Peter Shirtcliffe wrote: > You can either use an xsl transformation on the generated wxs file that > would > insert your progid (heat even has a sw

Re: [WiX-users] Compiling Merge Modules in Vistual Studio, no ICE validation?

2011-10-08 Thread Rob Mensching
Old Orca? Sometimes you just need to get newer darice.cub and we *try* to keep it up to date in the latest drop of the WiX toolset. On Mon, Oct 3, 2011 at 10:20 AM, john.burak wrote: > Just to follow up for future readers, it looks like there was no problem to > begin with. I tried smoke.exe a

Re: [WiX-users] Installing a component only if 2 features selected

2011-10-08 Thread Rob Mensching
You'd have to add a Condition to the Component and use the funny symbol syntax to refer to the Feature states. Be sure to mark the Component/@Transitive="yes" as well. On Thu, Sep 29, 2011 at 10:20 AM, Tom Quarendon wrote: > I can reference a component in two features if I want to make it instal

Re: [WiX-users] Feature Condition in UI

2011-10-08 Thread Rob Mensching
I think there is a topic in the WiX.chm that talks about how to do this. On Fri, Sep 30, 2011 at 2:34 AM, Michael Tissington < michael_tissing...@ciqual.com> wrote: > I'm trying to launch an installed exe when the user clicks Exit, so I have > the following but it NEVER launches the exe. > What a

Re: [WiX-users] VB6 Component Questions - JSBtnBar.ocx

2011-10-08 Thread Rob Mensching
0. heat is not perfect. Sometimes (particularly for complex COM goo like old VB requires) you have to fix it up yourself. 1. I take the heat output and clean it so it doesn't look so messy. Then I include that cleaned up file in my setup like I'd include any file I wrote from scratch. 2. heat did

Re: [WiX-users] TFS Build Unhandled Exception in, apparently WiX

2011-10-08 Thread Rob Mensching
A number of these sort of bugs were fixed in a more recent build of WiX v3.6. The bugs are very intermittent and have been in the WiX toolset for a very long time... someone got a more consistent repro and we think we tracked down all the problems. We think. On Thu, Sep 29, 2011 at 6:04 PM, John

Re: [WiX-users] How do I modify Z order of controls on a dialog?

2011-10-08 Thread Rob Mensching
I expect the Z-Order is the same as the Tab order. Quick perusal of the MSI documentation wasn't specific but I didn't look very hard. On Thu, Oct 6, 2011 at 10:06 AM, Jan Krivanek wrote: > Hello, > > Any thoughts about this? Is "z-ordering" of UI controls something which is > not possible in WIX