Add dummy eula for Windows installer
This commit is contained in:
parent
ff9b8838f5
commit
f4d884a03d
4 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
<BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.Foundation">
|
<BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.Foundation">
|
||||||
<bal:WixStandardBootstrapperApplication
|
<bal:WixStandardBootstrapperApplication
|
||||||
LicenseFile="..\..\osx\clisdk\resources\en.lproj\eula.rtf"
|
LicenseFile="dummyeula.rtf"
|
||||||
ShowFilesInUse="yes"
|
ShowFilesInUse="yes"
|
||||||
ShowVersion="yes"
|
ShowVersion="yes"
|
||||||
/>
|
/>
|
||||||
|
|
BIN
packaging/windows/clisdk/dummyeula.rtf
Normal file
BIN
packaging/windows/clisdk/dummyeula.rtf
Normal file
Binary file not shown.
|
@ -30,7 +30,7 @@ function RunCandleForBundle
|
||||||
|
|
||||||
.\candle.exe -nologo `
|
.\candle.exe -nologo `
|
||||||
-dDotnetSrc="$inputDir" `
|
-dDotnetSrc="$inputDir" `
|
||||||
-dMicrosoftEula="$RepoRoot\packaging\osx\clisdk\resources\en.lproj\eula.rtf" `
|
-dMicrosoftEula="$RepoRoot\packaging\windows\clisdk\dummyeula.rtf" `
|
||||||
-dProductMoniker="$ProductMoniker" `
|
-dProductMoniker="$ProductMoniker" `
|
||||||
-dBuildVersion="$DotnetMSIVersion" `
|
-dBuildVersion="$DotnetMSIVersion" `
|
||||||
-dDisplayVersion="$DotnetCLIDisplayVersion" `
|
-dDisplayVersion="$DotnetCLIDisplayVersion" `
|
||||||
|
|
|
@ -48,7 +48,7 @@ function RunCandle
|
||||||
|
|
||||||
.\candle.exe -nologo `
|
.\candle.exe -nologo `
|
||||||
-dDotnetSrc="$inputDir" `
|
-dDotnetSrc="$inputDir" `
|
||||||
-dMicrosoftEula="$RepoRoot\packaging\osx\clisdk\resources\en.lproj\eula.rtf" `
|
-dMicrosoftEula="$RepoRoot\packaging\windows\clisdk\dummyeula.rtf" `
|
||||||
-dProductMoniker="$ProductMoniker" `
|
-dProductMoniker="$ProductMoniker" `
|
||||||
-dBuildVersion="$DotnetMSIVersion" `
|
-dBuildVersion="$DotnetMSIVersion" `
|
||||||
-dDisplayVersion="$DotnetCLIDisplayVersion" `
|
-dDisplayVersion="$DotnetCLIDisplayVersion" `
|
||||||
|
|
Loading…
Reference in a new issue