Hi,

I'm trying to create a custom theme for my Bundle using this:

<BootstrapperApplicationRef
Id="WixStandardBootstrapperApplication.RtfLicense" /><WixVariable
Id="WixStdbaLicenseRtf" Value="" /><WixVariable Id="WixStdbaThemeXml"
Value="Resource\RtfTheme.xml" /><WixVariable Id="WixStdbaThemeWxl"
Value="Resource\RtfTheme.wxl" />

I added the files from WiX source code, so no error in them, but I
keep receiving error "The system cannot find the file
'Resource\RtfTheme.wxl". They are set in VS as None. If I change to
EmbeddedResource, the error changes to "The document element name
'Theme' is invalid.".

I was looking at wixstdba.vcxproj in WiX source and these files are
included as None and with flag CopyToOutputSubDirectory, but we don't
have this option in C# (or we do?).

How can I reference these files to be able to customize the theme?

BR,

Marlos

PS: Just as an additional reference if someone is trying to do the
same, I'm reading this blog post:

http://neilsleightholm.blogspot.co.uk/2012/05/wix-burn-tipstricks.html
------------------------------------------------------------------------------
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

Reply via email to