More testing how wix works
This commit is contained in:
parent
8fc4b2c30c
commit
9ca8df948c
1 changed files with 24 additions and 26 deletions
|
@ -9,7 +9,6 @@
|
|||
<MajorUpgrade DowngradeErrorMessage="A later version of [ProductName] is already installed. Setup will now exit." />
|
||||
<Icon Id="syng.ico" SourceFile="syng.ico"/>
|
||||
<Property Id="ARPPRODUCTICON" Value="syng.ico" />
|
||||
<StandardDirectory Id="TARGETDIR">
|
||||
<StandardDirectory Id="ProgramFilesFolder">
|
||||
<Directory Id="INSTALLFOLDER" Name="syng">
|
||||
<Component Id="ProductComponent">
|
||||
|
@ -35,8 +34,7 @@
|
|||
</Directory>
|
||||
</Directory>
|
||||
</StandardDirectory>
|
||||
</StandardDirectory>
|
||||
<StandardDirectory Id="ProgramMenuFolder" Name="Programs">
|
||||
<StandardDirectory Id="ProgramMenuFolder">
|
||||
<Directory Id="ProgramMenuDir" Name="syng"/>
|
||||
</StandardDirectory>
|
||||
<StandardDirectory Id="DesktopFolder"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue