Skip to content

Commit 3fc7039

Browse files
committed
Enable to add shortcuts to the program menu by default when installing through the setup wizard on Windows
Related: #2575
1 parent 84157c2 commit 3fc7039

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

installer/windows/product.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,13 +231,13 @@
231231
<Property Id="SHORTCUT_SQLITE_DESKTOP" Secure="yes">
232232
<RegistrySearch Id="RS_SC_SL_DT" Root="HKLM" Key="Software\$(var.Name)" Name="SQLiteDesktopShortcut" Type="raw" />
233233
</Property>
234-
<Property Id="SHORTCUT_SQLITE_PROGRAMMENU" Secure="yes">
234+
<Property Id="SHORTCUT_SQLITE_PROGRAMMENU" Secure="yes" Value="true">
235235
<RegistrySearch Id="RS_SC_SL_PM" Root="HKLM" Key="Software\$(var.Name)" Name="SQLiteProgramMenuShortcut" Type="raw" />
236236
</Property>
237237
<Property Id="SHORTCUT_SQLCIPHER_DESKTOP" Secure="yes">
238238
<RegistrySearch Id="RS_SC_SC_DT" Root="HKLM" Key="Software\$(var.Name)" Name="SQLCipherDesktopShortcut" Type="raw" />
239239
</Property>
240-
<Property Id="SHORTCUT_SQLCIPHER_PROGRAMMENU" Secure="yes">
240+
<Property Id="SHORTCUT_SQLCIPHER_PROGRAMMENU" Secure="yes" Value="true">
241241
<RegistrySearch Id="RS_SC_SC_PM" Root="HKLM" Key="Software\$(var.Name)" Name="SQLCipherProgramMenuShortcut" Type="raw" />
242242
</Property>
243243

0 commit comments

Comments
 (0)