I can give you a sample for the theme file. 

The lib.

   <!-- Theme -->
    <Fragment>
        <PayloadGroup Id='WixStdbaBurntToastPayloads'>
            <Payload Name='thm.xml'  Compressed='yes'
SourceFile='!(wix.WixStdbaThemeXml=BurntToastTheme.xml)' />
            <Payload Name='thm.wxl'  Compressed='yes'
SourceFile='!(wix.WixStdbaThemeWxl=BurntToastTheme.wxl)' />
            <Payload Name='logo.png' Compressed='yes'
SourceFile='!(wix.WixStdbaLogo=Product_icon64.png)' />
            <Payload Name='licence'  Compressed='yes'
SourceFile='!(wix.WixStdbaLicenseRtf=$(sys.SOURCEFILEDIR)ProductEULA.rtf)' />
            <Payload Name='banner'   Compressed='yes'
SourceFile='BurntToast.png' />
        </PayloadGroup>

        <CustomTable Id='WixStdbaInformation'>
            <Row>
                <Data Column='LicenseFile'>licence</Data>
            </Row>
        </CustomTable>
    </Fragment>

The reference to the lib.

        <BootstrapperApplicationRef
Id="WixStandardBootstrapperApplication.Foundation">
            <bal:WixStandardBootstrapperApplication 
                LicenseFile="$(sys.SOURCEFILEDIR)ProductEULA.rtf" 
                LogoFile="$(sys.SOURCEFILEDIR)Product_icon64.png" 
                SuppressOptionsUI="yes" 
                ThemeFile="BurntToastTheme.xml"
                LocalizationFile="BurntToastTheme.wxl" />
            <PayloadGroupRef Id="WixStdbaBurntToastPayloads"/>
        </BootstrapperApplicationRef>



-----Original Message-----
From: Christian Hausknecht [mailto:chauskne...@beracom.de] 
Sent: 24 August 2012 08:16
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Can a wixlib contain a theme file? (second attempt)

Hello folks,

is it possible to create a wixlib that holds a theme file and a localization
file?

I have to build two different burn-bundles, one for a server installation
(already finished) and one for the corresponding client. Both share some
logic, as common prerequisits for example. But also the theme should be
identical. For the first case I have read, that one can create a wixlib and
reference that from within each burn project. But is this also possible for a
theme file?

And if that is impossible, what is a good practice to organize “common
components”? If I put them in a project independent directory, how will
wix-tools find them during build process?

I hope someone can give me some advise J

Best regards,


PS: Sorry for double post, but my first mail seemed broken to me…

Mit freundlichen Grüßen

Christian Hausknecht
Entwicklung

BeraCom
Beratung und Software-Entwicklung GmbH & Co. KG Weidestr. 134, 22083 Hamburg
T: +49 (0)40 547 241 – DW
F: +49 (0)40 547 241 - 60
M: chauskne...@beracom.de<mailto:chauskne...@beracom.de>
http://www.beracom.de

=============================================
Kommanditgesellschaft: Sitz Hamburg, RG Hamburg, HRA 90932 Persönlich
haftende Gesellschafterin: BeraCom Beratung und Software-Entwicklung GmbH
Sitz Hamburg, RG Hamburg, HRB 64844
Geschäftsführer: Arno Schaefer, Britta Kahlfuss Diese E-Mail ist vertraulich
und exklusiv für den/die Adressaten bestimmt. Weiterleitung oder Kopieren,
auch auszugsweise, darf nur mit ausdrücklicher schriftlicher Einwilligung des
Absenders erfolgen. In jedem Fall ist sicherzustellen, dass keinerlei
inhaltliche Veränderungen erfolgen. Der Absender ist von der Richtigkeit
dieser Mail zum Zeitpunkt ihrer Erstellung überzeugt. Er und/oder sein
Unternehmen übernimmt jedoch keine Haftung für ihre Richtigkeit.

-----------------------------------------------------------------------------
-
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
SDL PLC confidential, all rights reserved.
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.
------------------------------------------------------------------------------
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

Reply via email to