Skip to content

Commit

Permalink
[GH#48] Fix Start Menu option naming in Windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrZierhoffer committed Dec 20, 2019
1 parent 7a27992 commit a8fa838
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/packaging/windows/RenodeSetup/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<DirectoryRef Id="ApplicationProgramsFolder">
<Component Id="ApplicationShortcut" Guid="674dc986-f515-4abd-b191-7ee813bd29b5">
<Condition>MENUSTARTSHORTCUT</Condition>
<Condition>STARTMENUSHORTCUT</Condition>
<Shortcut Id="ApplicationStartMenuShortcut" Name="Renode" Description="Renode" Target="[INSTALLDIR]bin\Renode.exe" WorkingDirectory="INSTALLDIR" Icon="RenodeNoBg.ico"/>
<RemoveFolder Id="CleanUpShortCut" Directory="ApplicationProgramsFolder" On="uninstall"/>
<RegistryValue Root="HKCU" Key="Software\Renode" Name="installed" Type="integer" Value="1" KeyPath="yes"/>
Expand Down
2 changes: 1 addition & 1 deletion tools/packaging/windows/RenodeSetup/RenodeUI.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<Control Id="PathCheckbox" Type="CheckBox" X="25" Y="100" Width="150" Height="17" Text="Add to PATH" Property="PATHOPTION" CheckBoxValue="1"/>
<Control Id="DesktopShortcutCheckbox" Type="CheckBox" X="25" Y="120" Width="150" Height="17" Text="Add shortcut to Desktop" Property="DESKTOPSHORTCUT" CheckBoxValue="1">
</Control>
<Control Id="MenuStartShortcut" Type="CheckBox" X="25" Y="140" Width="150" Height="17" Text="Add shortcut to Menu Start" Property="MENUSTARTSHORTCUT" CheckBoxValue="1">
<Control Id="StartMenuShortcut" Type="CheckBox" X="25" Y="140" Width="150" Height="17" Text="Add shortcut to Start Menu" Property="STARTMENUSHORTCUT" CheckBoxValue="1">
</Control>

<Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes" Text="Select options for Renode installation" />
Expand Down

0 comments on commit a8fa838

Please sign in to comment.