[WiX-users] unsubscribe

2013-08-14 Thread Mike Scott
 


http://www.bbc.co.uk/
This e-mail (and any attachments) is confidential and may contain personal 
views which are not the views of the BBC unless specifically stated.
If you have received it in error, please delete it from your system.
Do not use, copy or disclose the information in any way nor act in reliance on 
it and notify the sender immediately.
Please note that the BBC monitors e-mails sent or received.
Further communication will signify your consent to this.

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Turn off licence in UI

2009-04-28 Thread Mike Scott
LOL

I genuflect in admiration.


-Original Message-
From: Bob Arnson [mailto:b...@joyofsetup.com] 
Sent: 28 April 2009 14:14
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Turn off licence in UI

Mike Scott wrote:
> 
>   
...
> 
>   

You should standardize on proper American spelling.

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



--
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

http://www.bbc.co.uk/
This e-mail (and any attachments) is confidential and may contain personal 
views which are not the views of the BBC unless specifically stated.
If you have received it in error, please delete it from your system.
Do not use, copy or disclose the information in any way nor act in reliance on 
it and notify the sender immediately.
Please note that the BBC monitors e-mails sent or received.
Further communication will signify your consent to this.


--
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Turn off licence in UI

2009-04-28 Thread Mike Scott
I'm using wix3.0.5217.0-binaries with a modified version of
WixUI_InstallDir.wxs from wix3.0.5217.0-sources which I've saved as
WixUI_InstallDirNoLicense.wxs.

---
MyApp-1.0.wxs looks like this:


http://schemas.microsoft.com/wix/2006/wi";>

























---

I'm linking like this:

D:\Temp\NEWSi-WiX-Tool>candle.exe MyApp-1.0.wxs
WixUI_InstallDirNoLicense.wxs
Microsoft (R) Windows Installer Xml Compiler version 3.0.5217.0
Copyright (C) Microsoft Corporation. All rights reserved.

MyApp-1.0.wxs
WixUI_InstallDirNoLicense.wxs

D:\Temp\NEWSi-WiX-Tool>light.exe -ext WixUIExtension -cultures:en-us
MyApp-1.0.wixobj WixUI_InstallDirNoLicense.wixobj -out MyApp-1.0.msi
Microsoft (R) Windows Installer Xml Linker version 3.0.5217.0
Copyright (C) Microsoft Corporation. All rights reserved.

D:\Temp\NEWSi-WiX-Tool\MyApp-1.0.wxs(24) : error LGHT0094 : Unresolved
reference to symbol 'WixUI:WixUI_InstallDirNoLicense' in section
'Product:{5A0E9340-D3E6-1960-4EDF-9113801AB533}'.

---

WixUI_InstallDirNoLicense.wxs looks like this:






http://schemas.microsoft.com/wix/2006/wi";>




















1


1

1

1
1
1


1
1

NOT
Installed
Installed

1

1
1
1








-Original Message-
From: Bob Arnson [mailto:b...@joyofsetup.com] 
Sent: 28 April 2009 13:11
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Turn off licence in UI

Mike Scott wrote:
> error LGHT0094 : Unresolved reference to symbol 
> 'WixUI:WixUI_InstallDirNoLicense' in section 'Product:{5A0E9340-D3E6- 
> 1960-4EDF-9113801AB533}'.
>   

How are you defining your set fragment? (Are you using WiX v2 for this? 
Neil's instructions apply to v3.)

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




--
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

http://www.bbc.co.uk/
This e-mail (and any attachments) is confidential and may contain personal 
views which are not the views of the BBC unless specifically stated.
If you have received it in error, please delete it from your system.
Do not use, copy or disclose the information in any way nor act in reliance on 
it and notify the sender immediately.
Please note that the BBC monitors e-mails sent or received.
Further communication will signify your consent to this.


--
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Turn off licence in UI

2009-04-28 Thread Mike Scott
I tried this but couldn't get it to work.

I understand everything up to:

Then just include you new WixUI_Mondo.wxs in your project ...

I suppose I don't understand enough about using fragments.

I assume I have to pass the custom UI .wxs file to candle and then its
.wixobj file to light, but when I do get:

error LGHT0094 : Unresolved reference to symbol
'WixUI:WixUI_InstallDirNoLicense' in section 'Product:{5A0E9340-D3E6-
1960-4EDF-9113801AB533}'.

Though both object files are on the command line the linker doesn't seem
to be able to connect the UIRef with the fragment defining it.

I've tried googling and reading the tutorial and I'm confused. 

Can anyone help?


-Original Message-
From: Brian Bakkebo [mailto:bbakk...@gmail.com] 
Sent: 23 April 2009 14:56
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Turn off licence in UI

I think this is pretty good for a how to by Neil  Sleighthom..
http://neilsleightholm.blogspot.com/2008/08/customised-uis-for-wix.html

Med vennlig hilsen /Regards
Brian




2009/4/23 Mike Scott 

> Sorry if this has been asked before, but is there a way not to display

> the licence agreement when using WixUI?
>
> http://www.bbc.co.uk/
> This e-mail (and any attachments) is confidential and may contain 
> personal views which are not the views of the BBC unless specifically
stated.
> If you have received it in error, please delete it from your system.
> Do not use, copy or disclose the information in any way nor act in 
> reliance on it and notify the sender immediately.
> Please note that the BBC monitors e-mails sent or received.
> Further communication will signify your consent to this.
>
>
> --
>  Stay on top of everything new and different, both inside and 
> around Java (TM) technology - register by April 22, and save $200 on 
> the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
> 300 plus technical and hands-on sessions. Register today.
> Use priority code J9JMT32. http://p.sf.net/sfu/p 
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>

--
Stay on top of everything new and different, both inside and around Java
(TM) technology - register by April 22, and save $200 on the JavaOne
(SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

http://www.bbc.co.uk/
This e-mail (and any attachments) is confidential and may contain personal 
views which are not the views of the BBC unless specifically stated.
If you have received it in error, please delete it from your system.
Do not use, copy or disclose the information in any way nor act in reliance on 
it and notify the sender immediately.
Please note that the BBC monitors e-mails sent or received.
Further communication will signify your consent to this.


--
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Turn off licence in UI

2009-04-23 Thread Mike Scott
Perfect. Except of course I'm using WiX 2.

Can anyone point me to a differences between 2 and 3 page?


-Original Message-
From: Brian Bakkebo [mailto:bbakk...@gmail.com] 
Sent: 23 April 2009 14:56
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Turn off licence in UI

I think this is pretty good for a how to by Neil  Sleighthom..
http://neilsleightholm.blogspot.com/2008/08/customised-uis-for-wix.html

Med vennlig hilsen /Regards
Brian

http://www.bbc.co.uk/
This e-mail (and any attachments) is confidential and may contain personal 
views which are not the views of the BBC unless specifically stated.
If you have received it in error, please delete it from your system.
Do not use, copy or disclose the information in any way nor act in reliance on 
it and notify the sender immediately.
Please note that the BBC monitors e-mails sent or received.
Further communication will signify your consent to this.


--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Turn off licence in UI

2009-04-23 Thread Mike Scott
Sorry if this has been asked before, but is there a way not to display
the licence agreement when using WixUI?

http://www.bbc.co.uk/
This e-mail (and any attachments) is confidential and may contain personal 
views which are not the views of the BBC unless specifically stated.
If you have received it in error, please delete it from your system.
Do not use, copy or disclose the information in any way nor act in reliance on 
it and notify the sender immediately.
Please note that the BBC monitors e-mails sent or received.
Further communication will signify your consent to this.

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users