Skip to content

Commit a193aa3

Browse files
committed
Add an empty value for the registry key.
1 parent f37bfaa commit a193aa3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Setup/Setup.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<RegistryValue Root="HKLM" Key="Software\Classes\Directory\Background\shell\BowPad" Name="Icon" Value='[INSTALLDIR]BowPad.exe,-107' Type="string" />
5656
<RegistryValue Root="HKLM" Key="Software\Classes\Directory\Background\shell\BowPad\command" Value='[INSTALLDIR]BowPad.exe /path:"%V"' Type="string" />
5757
<RegistryValue Root="HKLM" Key="Software\BowPad" Name="installDir" Value='[INSTALLDIR]' Type="string" />
58-
<RegistryValue Root="HKLM" Key="Software\Classes\*\OpenWithProgids" Name="BowPad.file" Type="string" />
58+
<RegistryValue Root="HKLM" Key="Software\Classes\*\OpenWithProgids" Name="BowPad.file" Value="" Type="string" />
5959
<RegistryValue Root="HKLM" Key="Software\Classes\BowPad.file" Name="AppUserModelID" Value='TortoiseSVN.Tools.BowPad.1' Type="string" />
6060
<RegistryValue Root="HKLM" Key="Software\Classes\BowPad.file\DefaultIcon" Value='[INSTALLDIR]BowPad.exe,-155' Type="string" />
6161
<RegistryValue Root="HKLM" Key="Software\Classes\BowPad.file\shell\BowPad\command" Value='[INSTALLDIR]BowPad.exe /path:"%1"' Type="string" />

src/Setup/Setup64.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<RegistryValue Root="HKLM" Key="Software\Classes\Directory\Background\shell\BowPad" Name="Icon" Value='[INSTALLDIR]BowPad.exe,-107' Type="string" />
5757
<RegistryValue Root="HKLM" Key="Software\Classes\Directory\Background\shell\BowPad\command" Value='[INSTALLDIR]BowPad.exe /path:"%V"' Type="string" />
5858
<RegistryValue Root="HKLM" Key="Software\BowPad" Name="installDir" Value='[INSTALLDIR]' Type="string" />
59-
<RegistryValue Root="HKLM" Key="Software\Classes\*\OpenWithProgids" Name="BowPad.file" Type="string" />
59+
<RegistryValue Root="HKLM" Key="Software\Classes\*\OpenWithProgids" Name="BowPad.file" Value="" Type="string" />
6060
<RegistryValue Root="HKLM" Key="Software\Classes\BowPad.file" Name="AppUserModelID" Value='TortoiseSVN.Tools.BowPad.1' Type="string" />
6161
<RegistryValue Root="HKLM" Key="Software\Classes\BowPad.file\DefaultIcon" Value='[INSTALLDIR]BowPad.exe,-155' Type="string" />
6262
<RegistryValue Root="HKLM" Key="Software\Classes\BowPad.file\shell\BowPad\command" Value='[INSTALLDIR]BowPad.exe /path:"%1"' Type="string" />

0 commit comments

Comments
 (0)