Hi,

Thanks for your update.

I found the BootstrapperApplicationData.xml file in extracted location, but
i cann't see the msi features list.

1. Please find the BootstrapperApplicationData.xml file content below,

<?xml version="1.0" encoding="utf-16"?>
<BootstrapperApplicationData
xmlns="http://schemas.microsoft.com/wix/2010/BootstrapperApplicationData";>
  <WixBundleProperties DisplayName="SampleSetup"
LogPathVariable="WixBundleLog" Compressed="no" />
  <WixMbaPrereqInformation PackageId="Netfx4Full"
LicenseUrl="NetfxLicense.rtf" />
  <WixPackageProperties Package="SketchUpPlugin" Vital="yes"
DisplayName="TestSetup" DownloadSize="59664" PackageSize="59664"
InstalledSize="178880" PackageType="Msi" Permanent="yes"
LogPathVariable="WixBundleLog_SketchUpPlugin"
RollbackLogPathVariable="WixBundleRollbackLog_SketchUpPlugin"
Compressed="yes" />
</BootstrapperApplicationData>

but in my msi wxs file contains the TestSetup1 feature in title, but there
is TestSetup1 feature name in the BootstrapperApplicationData file. Please
find the wxs file.

<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
        <Product Id="*" Name="TestSetup" Language="1033" Version="1.0.0.0"
Manufacturer="Syncfusion Inc"
UpgradeCode="0da7b743-225c-4223-89a8-7dd81988a14a">
                <Package InstallerVersion="200" Compressed="yes" 
InstallScope="perMachine"
/>

                <MajorUpgrade DowngradeErrorMessage="A newer version of 
[ProductName] is
already installed." />
                <MediaTemplate />
    
    <Property Id="USER_INTERFACE" Value="TRUE" />
    
                <Feature Id="ProductFeature" Title="TestSetup1" Level="1">
      <ComponentRef Id="licenseagreement"/>
                        
                </Feature>
        </Product>

        <Fragment>
                <Directory Id="TARGETDIR" Name="SourceDir">
                        <Directory Id="ProgramFilesFolder">
        <Directory Id="INSTALLFOLDER" Name="TestSetup" >
          <Component Id="licenseagreement"
Guid="12345678-1234-1234-1234-123456789101">
            <File Id="license" Source="D:\Build\Wix
Installer\Dialogs\license agreement.rtf"/>
          </Component>
        </Directory>
                        </Directory>
                </Directory>
        </Fragment>
</Wix>

2. How to set the msi property values from class library? Can you please
give a example?

Could you please help me, this is the very urgent to include in our
application.

Thanks,
Kannan

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/WiX-3-6-Upgrade-Leaves-Files-in-Cache-v3-6-2520-0-to-v3-6-2527-0-tp7237051p7578751.html
Sent from the wix-users mailing list archive at Nabble.com.

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