mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
wix: add (Preview) for MSI product name
This commit is contained in:
committed by
Andrey Nekrasov
parent
677bff55c2
commit
0b02422e7d
@@ -6,7 +6,7 @@
|
|||||||
<?define RepoDir="$(var.ProjectDir)..\..\" ?>
|
<?define RepoDir="$(var.ProjectDir)..\..\" ?>
|
||||||
<?define BinX64Dir="$(var.RepoDir)x64\$(var.Configuration)\" ?>
|
<?define BinX64Dir="$(var.RepoDir)x64\$(var.Configuration)\" ?>
|
||||||
<Product Id="*"
|
<Product Id="*"
|
||||||
Name="PowerToys"
|
Name="PowerToys (Preview)"
|
||||||
Language="1033"
|
Language="1033"
|
||||||
Version="0.15.0"
|
Version="0.15.0"
|
||||||
Manufacturer="Microsoft"
|
Manufacturer="Microsoft"
|
||||||
|
|||||||
Reference in New Issue
Block a user