Skip to content

Commit c350b0c

Browse files
committed
Installer: Remove "View Readme file" checkbox
One can easily find Readme shortcut in Open-Shell's start menu folder.
1 parent 2fb9448 commit c350b0c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Src/Setup/Setup.wxs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -392,11 +392,7 @@
392392
<Text><![CDATA[<a href="https://github.com/Open-Shell/Open-Shell-Menu">!(loc.WebLink)</a>]]></Text>
393393
<Condition Action="show">NOT Installed</Condition>
394394
</Control>
395-
<Control Id="OptionalCheckBox" Type="CheckBox" X="188" Y="204" Width="130" Height="12" Hidden="yes" Property="WIXUI_EXITDIALOGOPTIONALCHECKBOX" CheckBoxValue="1" Text="!(loc.ViewReadme)">
396-
<Condition Action="show">NOT Installed</Condition>
397-
</Control>
398395
</Dialog>
399-
<Publish Dialog="ExitDialog2" Control="Finish" Event="DoAction" Value="ViewReadme">WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed</Publish>
400396
<InstallUISequence>
401397
<Show Dialog="ExitDialog2" OnExit="success" />
402398
</InstallUISequence>
@@ -611,8 +607,6 @@
611607
<Property Id="ApplicationFolderName" Value="Open-Shell" />
612608
<Property Id="WixAppFolder" Value="WixPerMachineFolder" />
613609
<Property Id="ALLUSERS" Value="1" />
614-
<Property Id="WixShellExecTarget" Value="[#OpenShellReadme.rtf]" />
615-
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOX" Value="1" />
616610
<Property Id="ARPHELPLINK" Value="http://www.classicshell.net/forum/" />
617611
<Property Id="ARPSIZE" Value="9000" />
618612
<Property Id="ARPURLINFOABOUT" Value="http://www.classicshell.net/" />
@@ -626,7 +620,6 @@
626620
<Property Id="APPLICATIONFOLDER">
627621
<RegistrySearch Id="Path" Root="HKLM" Key="Software\OpenShell\OpenShell" Name="Path" Type="raw" Win64="$(var.CS_WIN64)" />
628622
</Property>
629-
<CustomAction Id="ViewReadme" BinaryKey="WixCA" DllEntry="WixShellExec" Impersonate="yes" />
630623
<CustomAction Id="LaunchStartMenu" Impersonate="yes" ExeCommand="" FileKey="StartMenu.exe" Return="asyncNoWait" />
631624
<CustomAction Id="CloseStartMenu" Impersonate="yes" BinaryKey="SetupHelper.exe" Return="ignore" ExeCommand="exitSM" />
632625
<WixVariable Id="WixUIBannerBmp" Value="..\Setup\banner.jpg" />

0 commit comments

Comments
 (0)