Re: [WiX-users] Skip EULA (Wix3)

2008-06-23 Thread Bob Arnson
Neil Sleightholm wrote: > But wouldn't that still show the dialog? Yes. > Also, how do you "set LicenseAccepted=1"? > -- sig://boB http://joyofsetup.com/ - Check out the new SourceForge.net Marketplace. It's the be

Re: [WiX-users] Skip EULA (Wix3)

2008-06-22 Thread Troy Simpson
on > Sent: Sunday, 22 June 2008 7:47 PM > To: 'General discussion for Windows Installer XML toolset.' > Subject: Re: [WiX-users] Skip EULA (Wix3) > > No problem Neil, I did post the correction, but messages appear to be > sporadic on this list - probably due to mod

Re: [WiX-users] Skip EULA (Wix3)

2008-06-22 Thread Troy Simpson
lm > Sent: Saturday, 21 June 2008 6:47 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Skip EULA (Wix3) > > Thanks for this Troy, one minor correction. Step 6 the lit command is: > lit.exe WixUI_MyMondo.wixobj -out WixUI_MyMondo.wixlib &

Re: [WiX-users] Skip EULA (Wix3)

2008-06-22 Thread Neil Sleightholm
n for Windows Installer XML toolset.' Subject: Re: [WiX-users] Skip EULA (Wix3) I don't believe you can configure your way around it. You can, however, create your own custom variation of WixUI_Mondo, it's pretty easy to do. Here's how to do it: 1. download wix sourcecode via li

Re: [WiX-users] Skip EULA (Wix3)

2008-06-22 Thread Neil Sleightholm
Bob wrote: >>Maybe, though it wouldn't work for the minimal or advanced sets. An >>easier solution: Replace your "license" with a readme and set >>LicenseAccepted=1. But wouldn't that still show the dialog? Also, how do you "set LicenseAccepted=1"? Neil Neil Sleightholm X2 Systems Limited [EMA

Re: [WiX-users] Skip EULA (Wix3)

2008-06-21 Thread Troy Simpson
discussion for Windows Installer XML toolset.' > Subject: RE: [WiX-users] Skip EULA (Wix3) > > The lit command should actually read: > > lit.exe -out WixUI_Subversion.wixlib WixUI_Subversion.wixobj > > > Troy > > > > -Original Message- > >

Re: [WiX-users] Skip EULA (Wix3)

2008-06-21 Thread Bob Arnson
Troy Simpson wrote: > lit.exe -out WixUI_MyMondo.wixlib > You don't have to create a .wixlib; just add WixUI_MyMondo.wxs (or .wixobj) to your project. The dialog set will continue to pull unmodified resources from WixUIExtension. -- sig://boB http://joyofsetup.com/ --

Re: [WiX-users] Skip EULA (Wix3)

2008-06-21 Thread Bob Arnson
Neil Sleightholm wrote: > This seems to be quite a common requirement, in my experience internally > distributed applications don't need it. Would it be possible to make the > license dialog optional, e.g. if WixUILicenseRtf is empty, Id="WixUILicenseRtf" Value="" />. > Maybe, though it wouldn

Re: [WiX-users] Skip EULA (Wix3)

2008-06-21 Thread Troy Simpson
neral discussion for Windows Installer XML toolset.' > Subject: Re: [WiX-users] Skip EULA (Wix3) > > I don't believe you can configure your way around it. You can, > however, > create your own custom variation of WixUI_Mondo, it's pretty easy to > do. > Here&#

Re: [WiX-users] Skip EULA (Wix3)

2008-06-21 Thread Neil Sleightholm
ssage- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Troy Simpson Sent: 21 June 2008 01:07 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Skip EULA (Wix3) I don't believe you can configure your way around it. You can, however, cr

Re: [WiX-users] Skip EULA (Wix3)

2008-06-20 Thread Troy Simpson
Behalf Of Peter Smit > Sent: Friday, 20 June 2008 8:48 PM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Skip EULA (Wix3) > > Hey, > > I'm working with Wix 3. I want to create a UI installer with > WixUI_Mondo . > Is there a possibility (configu

[WiX-users] Skip EULA (Wix3)

2008-06-20 Thread Peter Smit
Hey, I'm working with Wix 3. I want to create a UI installer with WixUI_Mondo . Is there a possibility (configuration statement) to leave the License agreement out? Thanks for help, Peter Smit - Ch