Re: [WiX-users] Getting started using WiX 3.6 - WPF

2012-07-15 Thread Rob Mensching
Take a look at wix36\src\Setup\WixBA. That is the WiX toolset's UI written using WPF. On Sat, Jul 14, 2012 at 11:18 AM, sandeep sisodiya sandeep007_sisod...@rediffmail.com wrote: Hi All, I have started migrating my Wix3.0 installer code to Wix3.6 framework. I read on some of the

[WiX-users] How do the WiX shortcuts work?

2012-07-15 Thread Nick Ramirez
Looking through the WiX installer, in CoreMsi\Doc.wxs, I see a shortcut being added: Component File Source=WiX.chm / Shortcut Id=WixChmShortcut Directory=ShortcutFolder Name=WiX Documentation Icon=WixSetupIcons.ico

Re: [WiX-users] How do the WiX shortcuts work?

2012-07-15 Thread Rob Mensching
Advertise='yes' On Sun, Jul 15, 2012 at 9:04 PM, Nick Ramirez nickra...@hotmail.com wrote: Looking through the WiX installer, in CoreMsi\Doc.wxs, I see a shortcut being added: Component File Source=WiX.chm / Shortcut Id=WixChmShortcut Directory=ShortcutFolder

Re: [WiX-users] Assistance with creating a patch

2012-07-15 Thread Peter Marcu
It would be helpful to know the commands you are using to generate your initial packages as well as your patches. It sounds like you may be having a problem because the base path where its looking for the contents of your admin image doesn't exist. Does this location exist?

Re: [WiX-users] Patches on patches

2012-07-15 Thread Peter Marcu
Are you saying that you are changing the ComponentRef/@Id in the patch family and generating a bunch of different patches off of this template? Are you changing the name if the PatchFamily as well? If so, your patches are probably superseding eachother. Once you define the contents of a patch