Hello List
How can I change the length and position from the checkbox see Screenshot in
Attachment.
I use  WIX Toolset 3.7 and the following Code for Burn

<Bundle Name="Prüf-Meister" Version="6.4.0.3" Manufacturer="CS - Technische 
Software" UpgradeCode="{CC569E18-73F9-49BC-A7B2-41B4DB412BCC}">
    <!--<WixVariable Id="WixStdbaThemeWxl" Value="RtfTheme.wxl" />-->
    <BootstrapperApplicationRef 
Id="WixStandardBootstrapperApplication.RtfLicense" >
      <bal:WixStandardBootstrapperApplication
                  LicenseFile="..\wix\lizenz.rtf"
                  LogoFile="..\Tools2_Clock_64.png"

            />
      <Payload Id="thm-de-DE" Compressed="yes" Name="1031\thm.wxl" 
SourceFile="RtfTheme.de.wxl"/>

    </BootstrapperApplicationRef>

    <Chain>
                    <!-- TODO: Define the list of chained packages. -->
                    <MsiPackage SourceFile=  
"$(var.Pruef-Meister-Setup.TargetPath)"/>
             </Chain>
       </Bundle>


Question 2
Is there a way to  get the preprocessor Variable "$(var.VERSION)" from the 
Pruef-Meister-Setup Project equal $(var.Pruef-Meister-Setup.TargetPath)

Best Regards
Christof Schmutz


------------------------------------------------------------------------------
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