[WiX-users] Burn theme background colors strange

2012-08-22 Thread Jeanne Dixon
I am attempting to customize my burn windows to match the theme I have in my 
msi UI. I have created my there xml file from the RTFTheme.xml file in the wix 
source download (3.6).

My problem is that when I attempt to change the background colors using hex 
values, they don't come up the right color. For example, hex 6495ED should be 
cornflower blue but the resulting color is more like coral.

What do I need to do to get the colors to come out as I expect them to? Are 
these values not hex?
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn Theme

2012-04-04 Thread nagesh vanam
unsubscribe

On Mon, Apr 2, 2012 at 2:12 AM, Wesley Manning wmann...@dynagen.ca wrote:

 One thing I found with themes is that you have to do a rebuild.  A build
 will not pick up any changes to the theme.xml file.

 -Original Message-
 From: Rob Mensching [mailto:r...@robmensching.com]
 Sent: March-30-12 12:44 PM
 To: General discussion for Windows Installer XML toolset.
 Subject: Re: [WiX-users] Burn Theme

 ThmViewer.exe might help as well. It isn't perfect right now but it can
 rapidly speed up thm development.

 On Thu, Mar 29, 2012 at 12:12 PM, robert_h_yang 
 robert_y...@non.agilent.com
  wrote:

  I started tinkering with this, and got something like this to work :
 
 BootstrapperApplicationRef
  Id=WixStandardBootstrapperApplication.RtfLicense
   bal:WixStandardBootstrapperApplication
   LicenseFile=license.rtf
   LogoFile=mylogo.bmp
   SuppressOptionsUI=yes
   ThemeFile=mytheme.xml
   LocalizationFile=mytheme.wxl
   /
   Payload Name=myico.ico Compressed=yes
  SourceFile=application.ico/
 /BootstrapperApplicationRef
 
  Some explanation below :
 
  1. Some theme files can be found in the source under
  src\ext\BalExtension\wixstdba\Resources
 
  2. I hacked up RtfTheme.[xml|wxl] to come up with my own Mytheme.* --
  the schema is documented in the Wix 3.6 help file (as of build 2719 at
 least).
 
  3. Myico.ico is used in my theme as a custom icon for the main window.
 
  Staring at WixStandardBootstrapperApplication.cpp and BalCompiler.cs
  helps, as does searching the source tree ..
 
 
  Parkes, Kevin wrote
  
   I'm exploring Burn and would like to try using my own theme with
   WixStandardBootstrapperApplication.Foundation. I'm probably being
   dense but I haven't managed to get anything working so far and the
  documentation
   isn't exactly extensive (yet).
   A few quick pointers as to how to get started would be much
 appreciated.
   Thanks




 --
 This SF email is sponsosred by:
 Try Windows Azure free for 90 days Click Here
 http://p.sf.net/sfu/sfd2d-msazure
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn Theme

2012-04-01 Thread Wesley Manning
One thing I found with themes is that you have to do a rebuild.  A build will 
not pick up any changes to the theme.xml file.

-Original Message-
From: Rob Mensching [mailto:r...@robmensching.com] 
Sent: March-30-12 12:44 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Burn Theme

ThmViewer.exe might help as well. It isn't perfect right now but it can rapidly 
speed up thm development.

On Thu, Mar 29, 2012 at 12:12 PM, robert_h_yang robert_y...@non.agilent.com
 wrote:

 I started tinkering with this, and got something like this to work :

BootstrapperApplicationRef
 Id=WixStandardBootstrapperApplication.RtfLicense
  bal:WixStandardBootstrapperApplication
  LicenseFile=license.rtf
  LogoFile=mylogo.bmp
  SuppressOptionsUI=yes
  ThemeFile=mytheme.xml
  LocalizationFile=mytheme.wxl
  /
  Payload Name=myico.ico Compressed=yes
 SourceFile=application.ico/
/BootstrapperApplicationRef

 Some explanation below :

 1. Some theme files can be found in the source under 
 src\ext\BalExtension\wixstdba\Resources

 2. I hacked up RtfTheme.[xml|wxl] to come up with my own Mytheme.* -- 
 the schema is documented in the Wix 3.6 help file (as of build 2719 at least).

 3. Myico.ico is used in my theme as a custom icon for the main window.

 Staring at WixStandardBootstrapperApplication.cpp and BalCompiler.cs 
 helps, as does searching the source tree ..


 Parkes, Kevin wrote
 
  I'm exploring Burn and would like to try using my own theme with 
  WixStandardBootstrapperApplication.Foundation. I'm probably being 
  dense but I haven't managed to get anything working so far and the
 documentation
  isn't exactly extensive (yet).
  A few quick pointers as to how to get started would be much appreciated.
  Thanks



--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn Theme

2012-03-30 Thread Rob Mensching
ThmViewer.exe might help as well. It isn't perfect right now but it can
rapidly speed up thm development.

On Thu, Mar 29, 2012 at 12:12 PM, robert_h_yang robert_y...@non.agilent.com
 wrote:

 I started tinkering with this, and got something like this to work :

BootstrapperApplicationRef
 Id=WixStandardBootstrapperApplication.RtfLicense
  bal:WixStandardBootstrapperApplication
  LicenseFile=license.rtf
  LogoFile=mylogo.bmp
  SuppressOptionsUI=yes
  ThemeFile=mytheme.xml
  LocalizationFile=mytheme.wxl
  /
  Payload Name=myico.ico Compressed=yes
 SourceFile=application.ico/
/BootstrapperApplicationRef

 Some explanation below :

 1. Some theme files can be found in the source under
 src\ext\BalExtension\wixstdba\Resources

 2. I hacked up RtfTheme.[xml|wxl] to come up with my own Mytheme.* -- the
 schema is documented in the Wix 3.6 help file (as of build 2719 at least).

 3. Myico.ico is used in my theme as a custom icon for the main window.

 Staring at WixStandardBootstrapperApplication.cpp and BalCompiler.cs helps,
 as does searching the source tree ..


 Parkes, Kevin wrote
 
  I'm exploring Burn and would like to try using my own theme with
  WixStandardBootstrapperApplication.Foundation. I'm probably being dense
  but I haven't managed to get anything working so far and the
 documentation
  isn't exactly extensive (yet).
  A few quick pointers as to how to get started would be much appreciated.
  Thanks
 

 --
 View this message in context:
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-Theme-tp7262316p7418931.html
 Sent from the wix-users mailing list archive at Nabble.com.


 --
 This SF email is sponsosred by:
 Try Windows Azure free for 90 days Click Here
 http://p.sf.net/sfu/sfd2d-msazure
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




-- 
virtually, Rob Mensching - http://RobMensching.com LLC
--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn Theme

2012-03-29 Thread robert_h_yang
I started tinkering with this, and got something like this to work :

BootstrapperApplicationRef
Id=WixStandardBootstrapperApplication.RtfLicense
  bal:WixStandardBootstrapperApplication
  LicenseFile=license.rtf
  LogoFile=mylogo.bmp
  SuppressOptionsUI=yes
  ThemeFile=mytheme.xml
  LocalizationFile=mytheme.wxl
  /
  Payload Name=myico.ico Compressed=yes
SourceFile=application.ico/
/BootstrapperApplicationRef

Some explanation below :

1. Some theme files can be found in the source under
src\ext\BalExtension\wixstdba\Resources

2. I hacked up RtfTheme.[xml|wxl] to come up with my own Mytheme.* -- the
schema is documented in the Wix 3.6 help file (as of build 2719 at least). 

3. Myico.ico is used in my theme as a custom icon for the main window.

Staring at WixStandardBootstrapperApplication.cpp and BalCompiler.cs helps,
as does searching the source tree ..


Parkes, Kevin wrote
 
 I'm exploring Burn and would like to try using my own theme with
 WixStandardBootstrapperApplication.Foundation. I'm probably being dense
 but I haven't managed to get anything working so far and the documentation
 isn't exactly extensive (yet).
 A few quick pointers as to how to get started would be much appreciated.
 Thanks
 

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-Theme-tp7262316p7418931.html
Sent from the wix-users mailing list archive at Nabble.com.

--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Burn Theme

2012-02-07 Thread Parkes, Kevin
I'm exploring Burn and would like to try using my own theme with 
WixStandardBootstrapperApplication.Foundation. I'm probably being dense but I 
haven't managed to get anything working so far and the documentation isn't 
exactly extensive (yet).
A few quick pointers as to how to get started would be much appreciated. Thanks

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users