diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-08-10 12:44:45 -0500 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-08-10 13:00:18 -0500 |
| commit | 8ff3569ddfb908107f9f1ef344fde0fdbbccb31d (patch) | |
| tree | 3c8221a2cb372d86e255214430e08e32c69e0f89 /src | |
| parent | 2df3f73a2cc98e5d96ad4b2f2bf53a3558cc44ee (diff) | |
| download | wix-8ff3569ddfb908107f9f1ef344fde0fdbbccb31d.tar.gz wix-8ff3569ddfb908107f9f1ef344fde0fdbbccb31d.tar.bz2 wix-8ff3569ddfb908107f9f1ef344fde0fdbbccb31d.zip | |
Fix missing inner text conversion.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wixlib/wixstdba.wxs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/wixlib/wixstdba.wxs b/src/wixlib/wixstdba.wxs index 1b5e1342..b2923eaa 100644 --- a/src/wixlib/wixstdba.wxs +++ b/src/wixlib/wixstdba.wxs | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | 15 | ||
| 16 | <BundleCustomDataRef Id='WixStdbaInformation'> | 16 | <BundleCustomDataRef Id='WixStdbaInformation'> |
| 17 | <BundleElement> | 17 | <BundleElement> |
| 18 | <BundleAttribute Id='LicenseFile'>!(wix.WixStdbaLicenseRtfName=license.rtf)</BundleAttribute> | 18 | <BundleAttribute Id='LicenseFile' Value='!(wix.WixStdbaLicenseRtfName=license.rtf)' /> |
| 19 | </BundleElement> | 19 | </BundleElement> |
| 20 | </BundleCustomDataRef> | 20 | </BundleCustomDataRef> |
| 21 | </Fragment> | 21 | </Fragment> |
| @@ -32,7 +32,7 @@ | |||
| 32 | 32 | ||
| 33 | <BundleCustomDataRef Id='WixStdbaInformation'> | 33 | <BundleCustomDataRef Id='WixStdbaInformation'> |
| 34 | <BundleElement> | 34 | <BundleElement> |
| 35 | <BundleAttribute Id='LicenseFile'>!(wix.WixStdbaLicenseRtfName=license.rtf)</BundleAttribute> | 35 | <BundleAttribute Id='LicenseFile' Value='!(wix.WixStdbaLicenseRtfName=license.rtf)' /> |
| 36 | </BundleElement> | 36 | </BundleElement> |
| 37 | </BundleCustomDataRef> | 37 | </BundleCustomDataRef> |
| 38 | </Fragment> | 38 | </Fragment> |
| @@ -47,7 +47,7 @@ | |||
| 47 | 47 | ||
| 48 | <BundleCustomDataRef Id='WixStdbaInformation'> | 48 | <BundleCustomDataRef Id='WixStdbaInformation'> |
| 49 | <BundleElement> | 49 | <BundleElement> |
| 50 | <BundleAttribute Id='LicenseUrl'>!(wix.WixStdbaLicenseUrl)</BundleAttribute> | 50 | <BundleAttribute Id='LicenseUrl' Value='!(wix.WixStdbaLicenseUrl)' /> |
| 51 | </BundleElement> | 51 | </BundleElement> |
| 52 | </BundleCustomDataRef> | 52 | </BundleCustomDataRef> |
| 53 | </Fragment> | 53 | </Fragment> |
| @@ -62,7 +62,7 @@ | |||
| 62 | 62 | ||
| 63 | <BundleCustomDataRef Id='WixStdbaInformation'> | 63 | <BundleCustomDataRef Id='WixStdbaInformation'> |
| 64 | <BundleElement> | 64 | <BundleElement> |
| 65 | <BundleAttribute Id='LicenseUrl'>!(wix.WixStdbaLicenseUrl)</BundleAttribute> | 65 | <BundleAttribute Id='LicenseUrl' Value='!(wix.WixStdbaLicenseUrl)' /> |
| 66 | </BundleElement> | 66 | </BundleElement> |
| 67 | </BundleCustomDataRef> | 67 | </BundleCustomDataRef> |
| 68 | </Fragment> | 68 | </Fragment> |
| @@ -78,7 +78,7 @@ | |||
| 78 | 78 | ||
| 79 | <BundleCustomDataRef Id='WixStdbaInformation'> | 79 | <BundleCustomDataRef Id='WixStdbaInformation'> |
| 80 | <BundleElement> | 80 | <BundleElement> |
| 81 | <BundleAttribute Id='LicenseUrl'>!(wix.WixStdbaLicenseUrl)</BundleAttribute> | 81 | <BundleAttribute Id='LicenseUrl' Value='!(wix.WixStdbaLicenseUrl)' /> |
| 82 | </BundleElement> | 82 | </BundleElement> |
| 83 | </BundleCustomDataRef> | 83 | </BundleCustomDataRef> |
| 84 | </Fragment> | 84 | </Fragment> |
