Re: [WiX-users] dark and custom UI

2012-02-17 Thread David McCabe
Bob Arnson joyofsetup.com> writes: > Did you keep the WixUI_Mode property? The UI extension uses that > property during decompilation and will suppress all output that matches > the "native" WixUI set. Fantastic, removing that property did the trick, thank you. -- David McCabe --

Re: [WiX-users] Install 3.6 on clean VM

2012-02-17 Thread Tobias S
Also tried to install burn on winXP offline VMWare. Point is that I actually don't know how it is working or should work. Tried to do following: a) - Downloaded wix36.exe, core.msi, msdk.msi, votive.msi, nsdk2005.msi, nsdk2008.msi, nsdk2010.msi, core.cab, msdk.cab, votive.cab, nsdk2005.cab, nsdk200

Re: [WiX-users] Copy Folder

2012-02-17 Thread Christoph Goetz
Thank you. I'm going to look at the Site. Von: Rob Mensching [r...@robmensching.com] Gesendet: Donnerstag, 16. Februar 2012 18:02 An: General discussion for Windows Installer XML toolset. Betreff: Re: [WiX-users] Copy Folder There is an extension in the ht

Re: [WiX-users] WixQueryOsWellKnownSID

2012-02-17 Thread Andy Clugston
Evidently I am the only person that has attempted to use this? ;) The operating system that was having problems was a native-language version of Windows 7 and *not* standard (English) Windows 7 with a language pack installed. I've not looked into it as it is not a priority right now, but if anyon

[WiX-users] Looking for Sample WPF UI with Bundle

2012-02-17 Thread MS
Hello, I'm new to WPF and dont know much to create UI using WPF and C Sharp. Can I get a simple working WPF project with Burn Bootstrapper. There is one which is created for WIX Setup.exe but its got too many things to start with. If anyone is got a simple dialog launcher with bootstrapper would b

[WiX-users] Creating directory - not using a directory shortcut property

2012-02-17 Thread cgrue
I am new to WiX and I am having trouble creating directories. The following Directory definition works, that is, the directory is created and the single file in the install is written to it.

Re: [WiX-users] Creating directory - not using a directory shortcut property

2012-02-17 Thread Rob Mensching
A Directory is not created unless something is installed in them or there is an explict CreateFolder element for it. On Fri, Feb 17, 2012 at 12:07 PM, cgrue wrote: > I am new to WiX and I am having trouble creating directories. The > following > Directory definition works, that is, the director

Re: [WiX-users] WIX Service Upgrade

2012-02-17 Thread Meera Jindal
Thanks Chris. Appreciate your prompt response. Regards Meera On Thu, Feb 16, 2012 at 5:38 PM, Christopher Painter wrote: > The remember property pattern won't help you here since the password value > is encrypted. The best thing I can think of at the moment is to put > conditions on the Delete