Ensure Tag is installed
DOTNETHOME may not always be set, be sure to install the tag to a predictable location.
This commit is contained in:
parent
2fa338adf0
commit
18e3759361
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
<PayloadGroupRef Id="DotnetCoreBAPayloads" />
|
||||
</BootstrapperApplicationRef>
|
||||
|
||||
<swid:Tag Regid="microsoft.com" InstallPath="[DOTNETHOME]" />
|
||||
<swid:Tag Regid="microsoft.com" InstallPath="[$(var.Program_Files)]dotnet" />
|
||||
|
||||
<util:RegistrySearch Id="CheckDotnetInstallLocation_x86"
|
||||
Variable="DotnetInstallLocationExists_x86"
|
||||
|
|
Loading…
Reference in a new issue