mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-27 22:40:34 -06:00
@@ -49,6 +49,11 @@
|
||||
<Merge Id="VCRedist" SourceFile="$(var.VCRedistPath)\$(var.VCRedistFile)" DiskId="1" Language="0" />
|
||||
<Directory Id="$(var.ProgramFilesFolder)">
|
||||
<Directory Id="INSTALLDIR" Name="$(var.Name)">
|
||||
<!-- Save the install location to the Registry -->
|
||||
<Component Id="RegistryInstallLocation">
|
||||
<RegistryValue Root="HKLM" Key="Software\$(var.Name)" Name="InstallLocation" Value="[INSTALLDIR]" Type="string" />
|
||||
</Component>
|
||||
|
||||
<Directory Id="styles" Name="styles">
|
||||
<Component><File Source="$(var.QtPath)\plugins\styles\qwindowsvistastyle.dll" /></Component>
|
||||
</Directory>
|
||||
@@ -148,6 +153,9 @@
|
||||
</Feature>
|
||||
</Feature>
|
||||
|
||||
<!-- Registry -->
|
||||
<ComponentRef Id="RegistryInstallLocation" />
|
||||
|
||||
<!-- Shortcuts -->
|
||||
<ComponentRef Id="SQLiteDesktopShortcut" />
|
||||
<ComponentRef Id="SQLiteProgramMenuShortcut" />
|
||||
|
||||
Reference in New Issue
Block a user