mirror of
https://github.com/Wisser/Jailer.git
synced 2026-05-24 11:39:31 -05:00
use user's home directory
git-svn-id: https://svn.code.sf.net/p/jailer/code/trunk@1283 3dd849cd-670e-4645-a7cd-dd197c8d0e81
This commit is contained in:
+5
-1
@@ -1,4 +1,4 @@
|
||||
!define Version "7.0.1"
|
||||
!define Version "7.0.2"
|
||||
|
||||
; The name of the installer
|
||||
Name "Jailer ${Version}"
|
||||
@@ -43,6 +43,10 @@ Section "Jailer"
|
||||
|
||||
File /r "C:\tmp\jailer\*.*"
|
||||
|
||||
FileOpen $4 ".singleuser" w
|
||||
FileWrite $4 "1"
|
||||
FileClose $4
|
||||
|
||||
; Write the installation path into the registry
|
||||
WriteRegStr HKLM SOFTWARE\Jailer "Install_Dir" "$INSTDIR"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user