File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/windows/Installer.Windows Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 7
7
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
8
8
<EnableDefaultItems >false</EnableDefaultItems >
9
9
<PayloadPath >$(PlatformOutPath)Installer.Windows\bin\$(Configuration)\net472\win-x86</PayloadPath >
10
+ <InnoSetupVersion >6.3.1</InnoSetupVersion >
10
11
</PropertyGroup >
11
12
12
13
<ItemGroup >
18
19
</ItemGroup >
19
20
20
21
<ItemGroup >
21
- <PackageReference Include =" Tools.InnoSetup" Version =" 6.0.5 " />
22
+ <PackageReference Include =" Tools.InnoSetup" Version =" $(InnoSetupVersion) " />
22
23
</ItemGroup >
23
24
24
25
<!-- Implicit SDK targets import (so we can override the default targets below) -->
25
26
<Import Project =" Sdk.targets" Sdk =" Microsoft.NET.Sdk" />
26
27
27
28
<Target Name =" CoreCompile" Condition =" '$(OSPlatform)'=='windows'" >
28
29
<PropertyGroup >
29
- <InnoSetupCommandSystem >"$(NuGetPackageRoot)Tools.InnoSetup\6.0.5 \tools\ISCC.exe" /DPayloadDir="$(PayloadPath)" /DInstallTarget=system "$(RepoSrcPath)\windows\Installer.Windows\Setup.iss" /O"$(OutputPath)"</InnoSetupCommandSystem >
30
- <InnoSetupCommandUser >"$(NuGetPackageRoot)Tools.InnoSetup\6.0.5 \tools\ISCC.exe" /DPayloadDir="$(PayloadPath)" /DInstallTarget=user "$(RepoSrcPath)\windows\Installer.Windows\Setup.iss" /O"$(OutputPath)"</InnoSetupCommandUser >
30
+ <InnoSetupCommandSystem >"$(NuGetPackageRoot)Tools.InnoSetup\$(InnoSetupVersion) \tools\ISCC.exe" /DPayloadDir="$(PayloadPath)" /DInstallTarget=system "$(RepoSrcPath)\windows\Installer.Windows\Setup.iss" /O"$(OutputPath)"</InnoSetupCommandSystem >
31
+ <InnoSetupCommandUser >"$(NuGetPackageRoot)Tools.InnoSetup\$(InnoSetupVersion) \tools\ISCC.exe" /DPayloadDir="$(PayloadPath)" /DInstallTarget=user "$(RepoSrcPath)\windows\Installer.Windows\Setup.iss" /O"$(OutputPath)"</InnoSetupCommandUser >
31
32
</PropertyGroup >
32
33
33
34
<Message Text =" Lay Out" Importance =" High" />
You can’t perform that action at this time.
0 commit comments