Use correct language on install
This commit is contained in:
parent
e5fedd10b0
commit
3e485adf2e
@ -110,7 +110,6 @@ endif
|
|||||||
[Files_install_32]
|
[Files_install_32]
|
||||||
; copy the ini file to the InstallDir
|
; copy the ini file to the InstallDir
|
||||||
copy "$IniCfgFile$" "$InstallDir32$"
|
copy "$IniCfgFile$" "$InstallDir32$"
|
||||||
copy "%ScriptPath%\defraggler.ini" "$InstallDir32$"
|
|
||||||
|
|
||||||
; Example of recursively copying some files into the installation directory:
|
; Example of recursively copying some files into the installation directory:
|
||||||
;
|
;
|
||||||
@ -122,7 +121,6 @@ copy "%ScriptPath%\defraggler.ini" "$InstallDir32$"
|
|||||||
[Files_install_64]
|
[Files_install_64]
|
||||||
; copy the ini file to the InstallDir
|
; copy the ini file to the InstallDir
|
||||||
copy "$IniCfgFile$" "$InstallDir64$"
|
copy "$IniCfgFile$" "$InstallDir64$"
|
||||||
copy "%ScriptPath%\defraggler.ini" "$InstallDir64$"
|
|
||||||
|
|
||||||
; Example of recursively copying some files into the installation directory:
|
; Example of recursively copying some files into the installation directory:
|
||||||
;
|
;
|
||||||
@ -135,6 +133,8 @@ copy "%ScriptPath%\defraggler.ini" "$InstallDir64$"
|
|||||||
; set "name1" = "some string value"
|
; set "name1" = "some string value"
|
||||||
; set "name2" = REG_DWORD:0001
|
; set "name2" = REG_DWORD:0001
|
||||||
; set "name3" = REG_BINARY:00 af 99 cd
|
; set "name3" = REG_BINARY:00 af 99 cd
|
||||||
|
openkey [HKEY_LOCAL_MACHINE\SOFTWARE\Piriform\Defraggler]
|
||||||
|
set "UpdateCheck" = "0"
|
||||||
|
|
||||||
[LinkFolder_install]
|
[LinkFolder_install]
|
||||||
; Example of deleting a folder from AllUsers startmenu:
|
; Example of deleting a folder from AllUsers startmenu:
|
||||||
|
@ -24,8 +24,3 @@ function cleanup() {
|
|||||||
builder_cleanup
|
builder_cleanup
|
||||||
}
|
}
|
||||||
|
|
||||||
function create() {
|
|
||||||
echo "Create"
|
|
||||||
builder_create
|
|
||||||
cp $INST_DIR/CLIENT_DATA/opsi-${PN}.ini $INST_DIR/CLIENT_DATA/defraggler.ini
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user