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." />
|
<MajorUpgrade DowngradeErrorMessage="A later version of [ProductName] is already installed. Setup will now exit." />
|
||||||
<Icon Id="syng.ico" SourceFile="syng.ico"/>
|
<Icon Id="syng.ico" SourceFile="syng.ico"/>
|
||||||
<Property Id="ARPPRODUCTICON" Value="syng.ico" />
|
<Property Id="ARPPRODUCTICON" Value="syng.ico" />
|
||||||
<StandardDirectory Id="TARGETDIR">
|
|
||||||
<StandardDirectory Id="ProgramFilesFolder">
|
<StandardDirectory Id="ProgramFilesFolder">
|
||||||
<Directory Id="INSTALLFOLDER" Name="syng">
|
<Directory Id="INSTALLFOLDER" Name="syng">
|
||||||
<Component Id="ProductComponent">
|
<Component Id="ProductComponent">
|
||||||
|
@ -35,8 +34,7 @@
|
||||||
</Directory>
|
</Directory>
|
||||||
</Directory>
|
</Directory>
|
||||||
</StandardDirectory>
|
</StandardDirectory>
|
||||||
</StandardDirectory>
|
<StandardDirectory Id="ProgramMenuFolder">
|
||||||
<StandardDirectory Id="ProgramMenuFolder" Name="Programs">
|
|
||||||
<Directory Id="ProgramMenuDir" Name="syng"/>
|
<Directory Id="ProgramMenuDir" Name="syng"/>
|
||||||
</StandardDirectory>
|
</StandardDirectory>
|
||||||
<StandardDirectory Id="DesktopFolder"/>
|
<StandardDirectory Id="DesktopFolder"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue