Skip to content

Commit

Permalink
Implementing changes suggested in #1992 (#2116)
Browse files Browse the repository at this point in the history
* Implementing changes suggested in #1992

* Update Product.wxs

Co-authored-by: Ebenezer Ewumi <[email protected]>
  • Loading branch information
2 people authored and traies committed Apr 20, 2020
1 parent 133c300 commit bb7a884
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions installer/PowerToysSetup/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,9 @@
</Directory>
</Directory>
</Directory>
<Directory Id="ProgramMenuFolder">
<Directory Id="ApplicationProgramsFolder" Name="PowerToys"/>
</Directory>
<Directory Id="ProgramMenuFolder"/>
<Directory Id="DesktopFolder" Name="Desktop"/>
</Directory>
</Directory>
</Fragment>

<Fragment>
Expand All @@ -226,8 +224,7 @@
<Shortcut Id="ApplicationStartMenuShortcut"
Name="PowerToys (Preview)"
Description="PowerToys - Windows system utilities to maximize productivity"
Directory="ApplicationProgramsFolder"
WorkingDirectory="INSTALLFOLDER"
Directory="ProgramMenuFolder"
Icon="powertoys.exe"
IconIndex="0"
Advertise="yes">
Expand All @@ -247,7 +244,7 @@
</RegistryKey>
</RegistryKey>

<RemoveFolder Id="DeleteShortcutFolder" Directory="ApplicationProgramsFolder" On="uninstall" />

</Component>

<Component Id="settings_exe" Guid="A5A461A9-7097-4CBA-9D39-3DBBB6B7B80C" Win64="yes">
Expand Down

0 comments on commit bb7a884

Please sign in to comment.