Re: [WiX-users] Burn feedback

2012-04-22 Thread Bob Arnson
On 19-Apr-12 12:34, Pally Sandher wrote:
 The bal:WixStandardBootstrapperApplication/@LicenseUrl attribute's value 
 cannot be an empty string.  If you want the value to be null or empty, simply 
 remove the entire attribute.
 The bal:WixStandardBootstrapperApplication element must have a value for 
 exactly one of the LicenseFile or LicenseUrl attributes.
bal:WixStandardBootstrapperApplication is basically just sugar to set 
the underlying WixVariables. If you don't want them, don't use 
bal:WixStandardBootstrapperApplication.
 There's no (easy) way to hide this button which I've found so far.
bal:WixStandardBootstrapperApplication/@SuppressOptionsUI

 Quiet/passive and silent install modes would be nice (dotnetinstaller 
 supports these).
/passive
/silent

-- 
sig://boB
http://joyofsetup.com/


--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn feedback

2012-04-22 Thread Neil Sleightholm
That isn't the way it is coded, if you set LicenseUrl=  (a single space) the 
licence URL is disabled. As Pally said this is what the documentation says: If 
it is not provided the link and accept license checkbox is not displayed, 
providing an unlicensed installation experience. The following example links 
to a license page on the internet.

Neil

-Original Message-
From: Bob Arnson [mailto:b...@joyofsetup.com] 
Sent: 22 April 2012 20:29
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Burn feedback

On 19-Apr-12 12:34, Pally Sandher wrote:
 The bal:WixStandardBootstrapperApplication/@LicenseUrl attribute's value 
 cannot be an empty string.  If you want the value to be null or empty, simply 
 remove the entire attribute.
 The bal:WixStandardBootstrapperApplication element must have a value for 
 exactly one of the LicenseFile or LicenseUrl attributes.
bal:WixStandardBootstrapperApplication is basically just sugar to set the 
underlying WixVariables. If you don't want them, don't use 
bal:WixStandardBootstrapperApplication.
 There's no (easy) way to hide this button which I've found so far.
bal:WixStandardBootstrapperApplication/@SuppressOptionsUI

 Quiet/passive and silent install modes would be nice (dotnetinstaller 
 supports these).
/passive
/silent

--
sig://boB
http://joyofsetup.com/


--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users




--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users