[WiX-users] AdvancedWelcomeEulaDlg.wxs missing BannerLine?

2011-11-12 Thread Sean Leonard
Most other dialogs in src\ext\UIExtension\wixlib\*.wxs have: However, AdvancedWelcomeEulaDlg.wxs has: i.e., it is missing BannerLine. This looks strange to me in the UI, because all other dialogs have the BannerLine. Is this an oversight, or by design? (Note that WelcomeEulaDlg also app

Re: [WiX-users] Per-Machine and Per-User installs on XP/Vista/7 in the same MSI

2011-11-09 Thread Sean Leonard
F:+44 (0) 141 945 8501 > http://www.iesve.com > > **Design, Simulate + Innovate with the** > Integrated Environmental Solutions Limited. Registered in Scotland No. > SC151456 > Registered Office - Helix Building, West Of Scotland Science Park, Glasgow > G20 0SP > Email Disclaimer &

[WiX-users] Per-Machine and Per-User installs on XP/Vista/7 in the same MSI

2011-11-08 Thread Sean Leonard
In WiX 3.5, I am trying to create an MSI that can do both per-machine (ALLUSERS=1) and per-user (ALLUSERS="") installs from the same MSI. In this case, I want the default behavior to be per-machine, unless the user takes explicit steps to install per-user. I read several forum posts (and some o

Re: [WiX-users] Developer with WiX experience needed; proper incremental build support

2011-05-19 Thread Sean Leonard
Thanks! -Sean On 5/19/2011 3:07 PM, Edwin G. Castro wrote: > > Message me at egcastr at gmail (that's not a spelling error, there is no o at > the end) and I'll take a look at this more carefully. I need to do a little > spelunking in the wix2010.targets file before I'm comfortable providing a >

Re: [WiX-users] Developer with WiX experience needed; proper incremental build support

2011-05-19 Thread Sean Leonard
Sorry, but what is TFS? Are you referring to Team Foundation Server? If so, then no, we do not use that. -Sean On 5/19/2011 1:46 PM, John Bergman wrote: > Are you using TFS? > > -Original Message- > From: Castro, Edwin G. (Hillsboro) [mailto:edwin.cas...@fiserv.com] > Sent: Thursday, May

[WiX-users] Developer with WiX experience needed; proper incremental build support

2011-05-18 Thread Sean Leonard
Hi WiX users: I'm working on a WiX installer that installs a native Windows application. The application itself is not too complex--just three files. But, we need to do several things in WiX and with a supporting native bootstrapper setup executable that seems to have eluded other developers t