From 3e485adf2edef864b01636ab6b6d19d982bf58d1 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Tue, 30 Apr 2013 19:36:10 +0200 Subject: [PATCH] Use correct language on install --- CLIENT_DATA/setup3264.ins | 4 ++-- builder-targets-cb.sh | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/CLIENT_DATA/setup3264.ins b/CLIENT_DATA/setup3264.ins index d68e55e..1f0c59a 100644 --- a/CLIENT_DATA/setup3264.ins +++ b/CLIENT_DATA/setup3264.ins @@ -110,7 +110,6 @@ endif [Files_install_32] ; copy the ini file to the InstallDir copy "$IniCfgFile$" "$InstallDir32$" -copy "%ScriptPath%\defraggler.ini" "$InstallDir32$" ; Example of recursively copying some files into the installation directory: ; @@ -122,7 +121,6 @@ copy "%ScriptPath%\defraggler.ini" "$InstallDir32$" [Files_install_64] ; copy the ini file to the InstallDir copy "$IniCfgFile$" "$InstallDir64$" -copy "%ScriptPath%\defraggler.ini" "$InstallDir64$" ; 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 "name2" = REG_DWORD:0001 ; set "name3" = REG_BINARY:00 af 99 cd +openkey [HKEY_LOCAL_MACHINE\SOFTWARE\Piriform\Defraggler] +set "UpdateCheck" = "0" [LinkFolder_install] ; Example of deleting a folder from AllUsers startmenu: diff --git a/builder-targets-cb.sh b/builder-targets-cb.sh index 520076a..1deae7a 100644 --- a/builder-targets-cb.sh +++ b/builder-targets-cb.sh @@ -24,8 +24,3 @@ function cleanup() { builder_cleanup } -function create() { - echo "Create" - builder_create - cp $INST_DIR/CLIENT_DATA/opsi-${PN}.ini $INST_DIR/CLIENT_DATA/defraggler.ini -} \ No newline at end of file