[WiX-users] Disabling cancel button from stdba dialog?

2012-10-20 Thread victorwhiskey
Is it possible to disable the cancel button in the stdba dialog windows when bootstrapping .Net install? I'd like to disable the button so when bootstrapping a .NET install you can not cancel the bundle installer. Currently, I can cancel the bundle, but .NET continues to install. Thanks -- View

Re: [WiX-users] Components with no componentIDs

2012-10-20 Thread Uma Harano
Thanks! On Oct 20, 2012, at 10:47 AM, "Rob Mensching" wrote: > You want a Component with no GUID? That creates a completely unmanaged > Comopnent (can't patch it, update it or anything really). If so, set the > Guid="" > > On Fri, Oct 19, 2012 at 2:46 PM, Uma Harano wrote: > >> Hi >> I want t

Re: [WiX-users] Trying to build Wix to debug a nasty problem... having problems

2012-10-20 Thread Robert MacFadyen
Hey all, I appear to have successfully built 3.6 on Win7 x64 using VS2010 (in that the build completes successfully... I haven't actually tested the resulting binaries... up next adding a touch of code to light). Here's how I did it: https://docs.google.com/document/d/1EUMV813paFsRVedMNEJo06ySLke

Re: [WiX-users] Getting started writing a custom Bootstrapper interface

2012-10-20 Thread Igor Brejc
Hi, Some more pointers from me. I've implemented a custom managed bootstrapper using WinForms. The GUI actually looks pretty much the same as the standard MSI setup wizard, but implemented with custom C# code using MVP (model-view-presenter) pattern. This enables me to unit-test the wizard without

Re: [WiX-users] Components with no componentIDs

2012-10-20 Thread Rob Mensching
You want a Component with no GUID? That creates a completely unmanaged Comopnent (can't patch it, update it or anything really). If so, set the Guid="" On Fri, Oct 19, 2012 at 2:46 PM, Uma Harano wrote: > Hi > I want to create a few components with no ComponentIDs. > Can I do this even if the co

Re: [WiX-users] Conditional util:XmlFile change...

2012-10-20 Thread Rob Mensching
Condition the Component. On Fri, Oct 19, 2012 at 1:44 PM, StevenOgilvie wrote: > I have a .config file I need to change if the install running is the client > install and NOT the server install (we share the services between client > and > server installations) > > I have this code: > Guid="{76

Re: [WiX-users] Trying to build Wix to debug a nasty problem... having problems

2012-10-20 Thread Rob Mensching
Me too. WiX v3.7 is much easier to build. On Fri, Oct 19, 2012 at 1:58 PM, Hoover, Jacob wrote: > I was able to build a while back when I had an x86 machine, but once I > upgraded to 64 bit I wasn't able to get a successful build done. I do > remember the help file giving a list of prerequisites,

Re: [WiX-users] Patches for released WIX versions

2012-10-20 Thread Rob Mensching
No plans to update old releases. We're shortening the WiX v3.x releases to get bug fixes out faster and wind down that line to focus more on WiX v4. On Fri, Oct 19, 2012 at 12:08 PM, Fyodor Koryazhkin wrote: > Hi, > Is there any plans to release patches with bug fixes for already released > versi