]> git.proxmox.com Git - qemu.git/blobdiff - qemu.nsi
rng-egd: remove redundant free
[qemu.git] / qemu.nsi
index 0dc1f52693549d3f2f1585473f004541ad12d0ed..cc5fafd579a7ac523311d2d4461e8f7d9ad08552 100644 (file)
--- a/qemu.nsi
+++ b/qemu.nsi
@@ -60,7 +60,11 @@ InstallDir $PROGRAMFILES\qemu
 
 ; Registry key to check for directory (so if you install again, it will
 ; overwrite the old one automatically)
-InstallDirRegKey HKLM "Software\qemu" "Install_Dir"
+!ifdef W64
+InstallDirRegKey HKLM "Software\qemu64" "Install_Dir"
+!else
+InstallDirRegKey HKLM "Software\qemu32" "Install_Dir"
+!endif
 
 ; Request administrator privileges for Windows Vista.
 RequestExecutionLevel admin