in vista with uac changing local.xml after the install is not possible (thx to this crappy uac)

so the order of the install config gile modfication was changed
This commit is contained in:
Mario Fetka 2012-05-17 08:41:16 +02:00
parent c6d24b614e
commit 5c9d3455e8

View File

@ -180,14 +180,6 @@ else
comment "Stop Immunet Service" comment "Stop Immunet Service"
Dosbatch_stop_immunet Dosbatch_stop_immunet
Files_install_32 /32Bit Files_install_32 /32Bit
Winbatch_install_32
Sub_check_exitcode
comment "Patch Registry"
Registry_install /32Bit
comment "Create shortcuts"
LinkFolder_install
comment "Stop Immunet Service"
Dosbatch_stop_immunet
comment "Set license key" comment "Set license key"
Dosbatch_config_agent_license_key_32 Dosbatch_config_agent_license_key_32
@ -264,6 +256,12 @@ else
Dosbatch_ui_notification_cloud_32 Dosbatch_ui_notification_cloud_32
endif endif
Winbatch_install_32
Sub_check_exitcode
comment "Patch Registry"
Registry_install /32Bit
comment "Create shortcuts"
LinkFolder_install
comment "Start Immunet Service" comment "Start Immunet Service"
Dosbatch_start_immunet Dosbatch_start_immunet
endif endif
@ -275,14 +273,6 @@ else
Dosbatch_stop_immunet Dosbatch_stop_immunet
comment "Copy files" comment "Copy files"
Files_install_64 /64Bit Files_install_64 /64Bit
Winbatch_install_64
Sub_check_exitcode
comment "Patch Registry"
Registry_install /64Bit
comment "Create shortcuts"
LinkFolder_install
comment "Stop Immunet Service"
Dosbatch_stop_immunet
comment "Set license key" comment "Set license key"
Dosbatch_config_agent_license_key_64 Dosbatch_config_agent_license_key_64
@ -358,6 +348,12 @@ else
Dosbatch_ui_notification_cloud_64 Dosbatch_ui_notification_cloud_64
endif endif
Winbatch_install_64
Sub_check_exitcode
comment "Patch Registry"
Registry_install /64Bit
comment "Create shortcuts"
LinkFolder_install
comment "Start Immunet Service" comment "Start Immunet Service"
Dosbatch_start_immunet Dosbatch_start_immunet
endif endif
@ -373,167 +369,167 @@ net start immunetprotect
[Dosbatch_config_agent_license_key_32] [Dosbatch_config_agent_license_key_32]
copy $InstallDir32$\local.xml $InstallDir32$\local.xml.old copy "$InstallDir32$\local.xml" "$InstallDir32$\local.xml.old"
xml ed -O -u "/config/agent/license/key" -v $LicenseKey$ $InstallDir32$\local.xml.old > $InstallDir32$\local.xml xml ed -O -u "/config/agent/license/key" -v $LicenseKey$ "$InstallDir32$\local.xml.old" > "$InstallDir32$\local.xml"
[Dosbatch_agent_scansettings_clamav_devInit_32] [Dosbatch_agent_scansettings_clamav_devInit_32]
copy $InstallDir32$\local.xml $InstallDir32$\local.xml.old copy "$InstallDir32$\local.xml" "$InstallDir32$\local.xml.old"
xml ed -O -u "/config/agent/scansettings/clamav/defInit" -v $agent_scansettings_clamav_devInit$ $InstallDir32$\local.xml.old > $InstallDir32$\local.xml xml ed -O -u "/config/agent/scansettings/clamav/defInit" -v $agent_scansettings_clamav_devInit$ "$InstallDir32$\local.xml.old" > "$InstallDir32$\local.xml"
[Dosbatch_agent_scansettings_clamav_enable_32] [Dosbatch_agent_scansettings_clamav_enable_32]
copy $InstallDir32$\local.xml $InstallDir32$\local.xml.old copy "$InstallDir32$\local.xml" "$InstallDir32$\local.xml.old"
xml ed -O -u "/config/agent/scansettings/clamav/enable" -v $agent_scansettings_clamav_enable$ $InstallDir32$\local.xml.old > $InstallDir32$\local.xml xml ed -O -u "/config/agent/scansettings/clamav/enable" -v $agent_scansettings_clamav_enable$ "$InstallDir32$\local.xml.old" > "$InstallDir32$\local.xml"
[Dosbatch_agent_scansettings_clamav_updater_enable_32] [Dosbatch_agent_scansettings_clamav_updater_enable_32]
copy $InstallDir32$\local.xml $InstallDir32$\local.xml.old copy "$InstallDir32$\local.xml" "$InstallDir32$\local.xml.old"
xml ed -O -u "/config/agent/scansettings/clamav/updater/enable" -v $agent_scansettings_clamav_updater_enable$ $InstallDir32$\local.xml.old > $InstallDir32$\local.xml xml ed -O -u "/config/agent/scansettings/clamav/updater/enable" -v $agent_scansettings_clamav_updater_enable$ "$InstallDir32$\local.xml.old" > "$InstallDir32$\local.xml"
[Dosbatch_agent_scansettings_clamav_updater_enable_32] [Dosbatch_agent_scansettings_clamav_updater_enable_32]
copy $InstallDir32$\local.xml $InstallDir32$\local.xml.old copy "$InstallDir32$\local.xml" "$InstallDir32$\local.xml.old"
xml ed -O -u "/config/agent/scansettings/clamav/updater/enable" -v $agent_scansettings_clamav_updater_enable$ $InstallDir32$\local.xml.old > $InstallDir32$\local.xml xml ed -O -u "/config/agent/scansettings/clamav/updater/enable" -v $agent_scansettings_clamav_updater_enable$ "$InstallDir32$\local.xml.old" > "$InstallDir32$\local.xml"
[Dosbatch_agent_scansettings_clamav_options_ondemand_scanarchives_32] [Dosbatch_agent_scansettings_clamav_options_ondemand_scanarchives_32]
copy $InstallDir32$\local.xml $InstallDir32$\local.xml.old copy "$InstallDir32$\local.xml" "$InstallDir32$\local.xml.old"
xml ed -O -u "/config/agent/scansettings/clamav/options/ondemand/scanarchives" -v $agent_scansettings_clamav_options_ondemand_scanarchives$ $InstallDir32$\local.xml.old > $InstallDir32$\local.xml xml ed -O -u "/config/agent/scansettings/clamav/options/ondemand/scanarchives" -v $agent_scansettings_clamav_options_ondemand_scanarchives$ "$InstallDir32$\local.xml.old" > "$InstallDir32$\local.xml"
[Dosbatch_agent_scansettings_clamav_options_ondemand_scanpacked_32] [Dosbatch_agent_scansettings_clamav_options_ondemand_scanpacked_32]
copy $InstallDir32$\local.xml $InstallDir32$\local.xml.old copy "$InstallDir32$\local.xml" "$InstallDir32$\local.xml.old"
xml ed -O -u "/config/agent/scansettings/clamav/options/ondemand/scanpacked" -v $agent_scansettings_clamav_options_ondemand_scanpacked$ $InstallDir32$\local.xml.old > $InstallDir32$\local.xml xml ed -O -u "/config/agent/scansettings/clamav/options/ondemand/scanpacked" -v $agent_scansettings_clamav_options_ondemand_scanpacked$ "$InstallDir32$\local.xml.old" > "$InstallDir32$\local.xml"
[Dosbatch_agent_scansettings_tetra_options_ondemand_scanarchives_32] [Dosbatch_agent_scansettings_tetra_options_ondemand_scanarchives_32]
copy $InstallDir32$\local.xml $InstallDir32$\local.xml.old copy "$InstallDir32$\local.xml" "$InstallDir32$\local.xml.old"
xml ed -O -u "/config/agent/scansettings/tetra/options/ondemand/scanarchives" -v $agent_scansettings_tetra_options_ondemand_scanarchives$ $InstallDir32$\local.xml.old > $InstallDir32$\local.xml xml ed -O -u "/config/agent/scansettings/tetra/options/ondemand/scanarchives" -v $agent_scansettings_tetra_options_ondemand_scanarchives$ "$InstallDir32$\local.xml.old" > "$InstallDir32$\local.xml"
[Dosbatch_agent_scansettings_tetra_options_ondemand_scanpacked_32] [Dosbatch_agent_scansettings_tetra_options_ondemand_scanpacked_32]
copy $InstallDir32$\local.xml $InstallDir32$\local.xml.old copy "$InstallDir32$\local.xml" "$InstallDir32$\local.xml.old"
xml ed -O -u "/config/agent/scansettings/tetra/options/ondemand/scanpacked" -v $agent_scansettings_tetra_options_ondemand_scanpacked$ $InstallDir32$\local.xml.old > $InstallDir32$\local.xml xml ed -O -u "/config/agent/scansettings/tetra/options/ondemand/scanpacked" -v $agent_scansettings_tetra_options_ondemand_scanpacked$ "$InstallDir32$\local.xml.old" > "$InstallDir32$\local.xml"
[Dosbatch_agent_scansettings_ethos_enable_32] [Dosbatch_agent_scansettings_ethos_enable_32]
copy $InstallDir32$\local.xml $InstallDir32$\local.xml.old copy "$InstallDir32$\local.xml" "$InstallDir32$\local.xml.old"
xml ed -O -u "/config/agent/scansettings/ethos/enable" -v $agent_scansettings_ethos_enable$ $InstallDir32$\local.xml.old > $InstallDir32$\local.xml xml ed -O -u "/config/agent/scansettings/ethos/enable" -v $agent_scansettings_ethos_enable$ "$InstallDir32$\local.xml.old" > "$InstallDir32$\local.xml"
[Dosbatch_agent_scansettings_spero_enable_32] [Dosbatch_agent_scansettings_spero_enable_32]
copy $InstallDir32$\local.xml $InstallDir32$\local.xml.old copy "$InstallDir32$\local.xml" "$InstallDir32$\local.xml.old"
xml ed -O -u "/config/agent/scansettings/spero/enable" -v $agent_scansettings_spero_enable$ $InstallDir32$\local.xml.old > $InstallDir32$\local.xml xml ed -O -u "/config/agent/scansettings/spero/enable" -v $agent_scansettings_spero_enable$ "$InstallDir32$\local.xml.old" > "$InstallDir32$\local.xml"
[Dosbatch_agent_scansettings_action_malware_32] [Dosbatch_agent_scansettings_action_malware_32]
copy $InstallDir32$\local.xml $InstallDir32$\local.xml.old copy "$InstallDir32$\local.xml" "$InstallDir32$\local.xml.old"
xml ed -O -u "/config/agent/scansettings/action/malware" -v $agent_scansettings_action_malware$ $InstallDir32$\local.xml.old > $InstallDir32$\local.xml xml ed -O -u "/config/agent/scansettings/action/malware" -v $agent_scansettings_action_malware$ "$InstallDir32$\local.xml.old" > "$InstallDir32$\local.xml"
[Dosbatch_agent_scansettings_action_suspicious_32] [Dosbatch_agent_scansettings_action_suspicious_32]
copy $InstallDir32$\local.xml $InstallDir32$\local.xml.old copy "$InstallDir32$\local.xml" "$InstallDir32$\local.xml.old"
xml ed -O -u "/config/agent/scansettings/action/suspicious" -v $agent_scansettings_action_suspicious$ $InstallDir32$\local.xml.old > $InstallDir32$\local.xml xml ed -O -u "/config/agent/scansettings/action/suspicious" -v $agent_scansettings_action_suspicious$ "$InstallDir32$\local.xml.old" > "$InstallDir32$\local.xml"
[Dosbatch_agent_driver_protmode_active_32] [Dosbatch_agent_driver_protmode_active_32]
copy $InstallDir32$\local.xml $InstallDir32$\local.xml.old copy "$InstallDir32$\local.xml" "$InstallDir32$\local.xml.old"
xml ed -O -u "/config/agent/driver/protmode/active" -v $agent_driver_protmode_active$ $InstallDir32$\local.xml.old > $InstallDir32$\local.xml xml ed -O -u "/config/agent/driver/protmode/active" -v $agent_driver_protmode_active$ "$InstallDir32$\local.xml.old" > "$InstallDir32$\local.xml"
[Dosbatch_agent_driver_protmode_file_32] [Dosbatch_agent_driver_protmode_file_32]
copy $InstallDir32$\local.xml $InstallDir32$\local.xml.old copy "$InstallDir32$\local.xml" "$InstallDir32$\local.xml.old"
xml ed -O -u "/config/agent/driver/protmode/file" -v $agent_driver_protmode_file$ $InstallDir32$\local.xml.old > $InstallDir32$\local.xml xml ed -O -u "/config/agent/driver/protmode/file" -v $agent_driver_protmode_file$ "$InstallDir32$\local.xml.old" > "$InstallDir32$\local.xml"
[Dosbatch_agent_driver_protmode_process_32] [Dosbatch_agent_driver_protmode_process_32]
copy $InstallDir32$\local.xml $InstallDir32$\local.xml.old copy "$InstallDir32$\local.xml" "$InstallDir32$\local.xml.old"
xml ed -O -u "/config/agent/driver/protmode/process" -v $agent_driver_protmode_process$ $InstallDir32$\local.xml.old > $InstallDir32$\local.xml xml ed -O -u "/config/agent/driver/protmode/process" -v $agent_driver_protmode_process$ "$InstallDir32$\local.xml.old" > "$InstallDir32$\local.xml"
[Dosbatch_agent_cloud_upload_enable_32] [Dosbatch_agent_cloud_upload_enable_32]
copy $InstallDir32$\local.xml $InstallDir32$\local.xml.old copy "$InstallDir32$\local.xml" "$InstallDir32$\local.xml.old"
xml ed -O -u "/config/agent/cloud/upload/enabled" -v $agent_cloud_upload_enable$ $InstallDir32$\local.xml.old > $InstallDir32$\local.xml xml ed -O -u "/config/agent/cloud/upload/enabled" -v $agent_cloud_upload_enable$ "$InstallDir32$\local.xml.old" > "$InstallDir32$\local.xml"
[Dosbatch_ui_notification_verbose_32] [Dosbatch_ui_notification_verbose_32]
copy $InstallDir32$\local.xml $InstallDir32$\local.xml.old copy "$InstallDir32$\local.xml" "$InstallDir32$\local.xml.old"
xml ed -O -u "/config/ui/notification/verbose" -v $ui_notification_verbose$ $InstallDir32$\local.xml.old > $InstallDir32$\local.xml xml ed -O -u "/config/ui/notification/verbose" -v $ui_notification_verbose$ "$InstallDir32$\local.xml.old" > "$InstallDir32$\local.xml"
[Dosbatch_ui_notification_gaming_32] [Dosbatch_ui_notification_gaming_32]
copy $InstallDir32$\local.xml $InstallDir32$\local.xml.old copy "$InstallDir32$\local.xml" "$InstallDir32$\local.xml.old"
xml ed -O -u "/config/ui/notification/gaming" -v $ui_notification_gaming$ $InstallDir32$\local.xml.old > $InstallDir32$\local.xml xml ed -O -u "/config/ui/notification/gaming" -v $ui_notification_gaming$ "$InstallDir32$\local.xml.old" > "$InstallDir32$\local.xml"
[Dosbatch_ui_notification_cloud_32] [Dosbatch_ui_notification_cloud_32]
copy $InstallDir32$\local.xml $InstallDir32$\local.xml.old copy "$InstallDir32$\local.xml" "$InstallDir32$\local.xml.old"
xml ed -O -u "/config/ui/notification/cloud" -v $ui_notification_cloud$ $InstallDir32$\local.xml.old > $InstallDir32$\local.xml xml ed -O -u "/config/ui/notification/cloud" -v $ui_notification_cloud$ "$InstallDir32$\local.xml.old" > "$InstallDir32$\local.xml"
[Dosbatch_config_agent_license_key_64] [Dosbatch_config_agent_license_key_64]
copy $InstallDir64$\local.xml $InstallDir64$\local.xml.old copy "$InstallDir64$\local.xml" "$InstallDir64$\local.xml.old"
xml ed -O -u "/config/agent/license/key" -v $LicenseKey$ $InstallDir64$\local.xml.old > $InstallDir64$\local.xml xml ed -O -u "/config/agent/license/key" -v $LicenseKey$ "$InstallDir64$\local.xml.old" > "$InstallDir64$\local.xml"
[Dosbatch_agent_scansettings_clamav_devInit_64] [Dosbatch_agent_scansettings_clamav_devInit_64]
copy $InstallDir64$\local.xml $InstallDir64$\local.xml.old copy "$InstallDir64$\local.xml" "$InstallDir64$\local.xml.old"
xml ed -O -u "/config/agent/scansettings/clamav/defInit" -v $agent_scansettings_clamav_devInit$ $InstallDir64$\local.xml.old > $InstallDir64$\local.xml xml ed -O -u "/config/agent/scansettings/clamav/defInit" -v $agent_scansettings_clamav_devInit$ "$InstallDir64$\local.xml.old" > "$InstallDir64$\local.xml"
[Dosbatch_agent_scansettings_clamav_enable_64] [Dosbatch_agent_scansettings_clamav_enable_64]
copy $InstallDir64$\local.xml $InstallDir64$\local.xml.old copy "$InstallDir64$\local.xml" "$InstallDir64$\local.xml.old"
xml ed -O -u "/config/agent/scansettings/clamav/enable" -v $agent_scansettings_clamav_enable$ $InstallDir64$\local.xml.old > $InstallDir64$\local.xml xml ed -O -u "/config/agent/scansettings/clamav/enable" -v $agent_scansettings_clamav_enable$ "$InstallDir64$\local.xml.old" > "$InstallDir64$\local.xml"
[Dosbatch_agent_scansettings_clamav_updater_enable_64] [Dosbatch_agent_scansettings_clamav_updater_enable_64]
copy $InstallDir64$\local.xml $InstallDir64$\local.xml.old copy "$InstallDir64$\local.xml" "$InstallDir64$\local.xml.old"
xml ed -O -u "/config/agent/scansettings/clamav/updater/enable" -v $agent_scansettings_clamav_updater_enable$ $InstallDir64$\local.xml.old > $InstallDir64$\local.xml xml ed -O -u "/config/agent/scansettings/clamav/updater/enable" -v $agent_scansettings_clamav_updater_enable$ "$InstallDir64$\local.xml.old" > "$InstallDir64$\local.xml"
[Dosbatch_agent_scansettings_clamav_updater_enable_64] [Dosbatch_agent_scansettings_clamav_updater_enable_64]
copy $InstallDir64$\local.xml $InstallDir64$\local.xml.old copy "$InstallDir64$\local.xml" "$InstallDir64$\local.xml.old"
xml ed -O -u "/config/agent/scansettings/clamav/updater/enable" -v $agent_scansettings_clamav_updater_enable$ $InstallDir64$\local.xml.old > $InstallDir64$\local.xml xml ed -O -u "/config/agent/scansettings/clamav/updater/enable" -v $agent_scansettings_clamav_updater_enable$ "$InstallDir64$\local.xml.old" > "$InstallDir64$\local.xml"
[Dosbatch_agent_scansettings_clamav_options_ondemand_scanarchives_64] [Dosbatch_agent_scansettings_clamav_options_ondemand_scanarchives_64]
copy $InstallDir64$\local.xml $InstallDir64$\local.xml.old copy "$InstallDir64$\local.xml" "$InstallDir64$\local.xml.old"
xml ed -O -u "/config/agent/scansettings/clamav/options/ondemand/scanarchives" -v $agent_scansettings_clamav_options_ondemand_scanarchives$ $InstallDir64$\local.xml.old > $InstallDir64$\local.xml xml ed -O -u "/config/agent/scansettings/clamav/options/ondemand/scanarchives" -v $agent_scansettings_clamav_options_ondemand_scanarchives$ "$InstallDir64$\local.xml.old" > "$InstallDir64$\local.xml"
[Dosbatch_agent_scansettings_clamav_options_ondemand_scanpacked_64] [Dosbatch_agent_scansettings_clamav_options_ondemand_scanpacked_64]
copy $InstallDir64$\local.xml $InstallDir64$\local.xml.old copy "$InstallDir64$\local.xml" "$InstallDir64$\local.xml.old"
xml ed -O -u "/config/agent/scansettings/clamav/options/ondemand/scanpacked" -v $agent_scansettings_clamav_options_ondemand_scanpacked$ $InstallDir64$\local.xml.old > $InstallDir64$\local.xml xml ed -O -u "/config/agent/scansettings/clamav/options/ondemand/scanpacked" -v $agent_scansettings_clamav_options_ondemand_scanpacked$ "$InstallDir64$\local.xml.old" > "$InstallDir64$\local.xml"
[Dosbatch_agent_scansettings_tetra_options_ondemand_scanarchives_64] [Dosbatch_agent_scansettings_tetra_options_ondemand_scanarchives_64]
copy $InstallDir64$\local.xml $InstallDir64$\local.xml.old copy "$InstallDir64$\local.xml" "$InstallDir64$\local.xml.old"
xml ed -O -u "/config/agent/scansettings/tetra/options/ondemand/scanarchives" -v $agent_scansettings_tetra_options_ondemand_scanarchives$ $InstallDir64$\local.xml.old > $InstallDir64$\local.xml xml ed -O -u "/config/agent/scansettings/tetra/options/ondemand/scanarchives" -v $agent_scansettings_tetra_options_ondemand_scanarchives$ "$InstallDir64$\local.xml.old" > "$InstallDir64$\local.xml"
[Dosbatch_agent_scansettings_tetra_options_ondemand_scanpacked_64] [Dosbatch_agent_scansettings_tetra_options_ondemand_scanpacked_64]
copy $InstallDir64$\local.xml $InstallDir64$\local.xml.old copy "$InstallDir64$\local.xml" "$InstallDir64$\local.xml.old"
xml ed -O -u "/config/agent/scansettings/tetra/options/ondemand/scanpacked" -v $agent_scansettings_tetra_options_ondemand_scanpacked$ $InstallDir64$\local.xml.old > $InstallDir64$\local.xml xml ed -O -u "/config/agent/scansettings/tetra/options/ondemand/scanpacked" -v $agent_scansettings_tetra_options_ondemand_scanpacked$ "$InstallDir64$\local.xml.old" > "$InstallDir64$\local.xml"
[Dosbatch_agent_scansettings_ethos_enable_64] [Dosbatch_agent_scansettings_ethos_enable_64]
copy $InstallDir64$\local.xml $InstallDir64$\local.xml.old copy "$InstallDir64$\local.xml" "$InstallDir64$\local.xml.old"
xml ed -O -u "/config/agent/scansettings/ethos/enable" -v $agent_scansettings_ethos_enable$ $InstallDir64$\local.xml.old > $InstallDir64$\local.xml xml ed -O -u "/config/agent/scansettings/ethos/enable" -v $agent_scansettings_ethos_enable$ "$InstallDir64$\local.xml.old" > "$InstallDir64$\local.xml"
[Dosbatch_agent_scansettings_spero_enable_64] [Dosbatch_agent_scansettings_spero_enable_64]
copy $InstallDir64$\local.xml $InstallDir64$\local.xml.old copy "$InstallDir64$\local.xml" "$InstallDir64$\local.xml.old"
xml ed -O -u "/config/agent/scansettings/spero/enable" -v $agent_scansettings_spero_enable$ $InstallDir64$\local.xml.old > $InstallDir64$\local.xml xml ed -O -u "/config/agent/scansettings/spero/enable" -v $agent_scansettings_spero_enable$ "$InstallDir64$\local.xml.old" > "$InstallDir64$\local.xml"
[Dosbatch_agent_scansettings_action_malware_64] [Dosbatch_agent_scansettings_action_malware_64]
copy $InstallDir64$\local.xml $InstallDir64$\local.xml.old copy "$InstallDir64$\local.xml" "$InstallDir64$\local.xml.old"
xml ed -O -u "/config/agent/scansettings/action/malware" -v $agent_scansettings_action_malware$ $InstallDir64$\local.xml.old > $InstallDir64$\local.xml xml ed -O -u "/config/agent/scansettings/action/malware" -v $agent_scansettings_action_malware$ "$InstallDir64$\local.xml.old" > "$InstallDir64$\local.xml"
[Dosbatch_agent_scansettings_action_suspicious_64] [Dosbatch_agent_scansettings_action_suspicious_64]
copy $InstallDir64$\local.xml $InstallDir64$\local.xml.old copy "$InstallDir64$\local.xml" "$InstallDir64$\local.xml.old"
xml ed -O -u "/config/agent/scansettings/action/suspicious" -v $agent_scansettings_action_suspicious$ $InstallDir64$\local.xml.old > $InstallDir64$\local.xml xml ed -O -u "/config/agent/scansettings/action/suspicious" -v $agent_scansettings_action_suspicious$ "$InstallDir64$\local.xml.old" > "$InstallDir64$\local.xml"
[Dosbatch_agent_driver_protmode_active_64] [Dosbatch_agent_driver_protmode_active_64]
copy $InstallDir64$\local.xml $InstallDir64$\local.xml.old copy "$InstallDir64$\local.xml" "$InstallDir64$\local.xml.old"
xml ed -O -u "/config/agent/driver/protmode/active" -v $agent_driver_protmode_active$ $InstallDir64$\local.xml.old > $InstallDir64$\local.xml xml ed -O -u "/config/agent/driver/protmode/active" -v $agent_driver_protmode_active$ "$InstallDir64$\local.xml.old" > "$InstallDir64$\local.xml"
[Dosbatch_agent_driver_protmode_file_64] [Dosbatch_agent_driver_protmode_file_64]
copy $InstallDir64$\local.xml $InstallDir64$\local.xml.old copy "$InstallDir64$\local.xml" "$InstallDir64$\local.xml.old"
xml ed -O -u "/config/agent/driver/protmode/file" -v $agent_driver_protmode_file$ $InstallDir64$\local.xml.old > $InstallDir64$\local.xml xml ed -O -u "/config/agent/driver/protmode/file" -v $agent_driver_protmode_file$ "$InstallDir64$\local.xml.old" > "$InstallDir64$\local.xml"
[Dosbatch_agent_driver_protmode_process_64] [Dosbatch_agent_driver_protmode_process_64]
copy $InstallDir64$\local.xml $InstallDir64$\local.xml.old copy "$InstallDir64$\local.xml" "$InstallDir64$\local.xml.old"
xml ed -O -u "/config/agent/driver/protmode/process" -v $agent_driver_protmode_process$ $InstallDir64$\local.xml.old > $InstallDir64$\local.xml xml ed -O -u "/config/agent/driver/protmode/process" -v $agent_driver_protmode_process$ "$InstallDir64$\local.xml.old" > "$InstallDir64$\local.xml"
[Dosbatch_agent_cloud_upload_enable_64] [Dosbatch_agent_cloud_upload_enable_64]
copy $InstallDir64$\local.xml $InstallDir64$\local.xml.old copy "$InstallDir64$\local.xml" "$InstallDir64$\local.xml.old"
xml ed -O -u "/config/agent/cloud/upload/enabled" -v $agent_cloud_upload_enable$ $InstallDir64$\local.xml.old > $InstallDir64$\local.xml xml ed -O -u "/config/agent/cloud/upload/enabled" -v $agent_cloud_upload_enable$ "$InstallDir64$\local.xml.old" > "$InstallDir64$\local.xml"
[Dosbatch_ui_notification_verbose_64] [Dosbatch_ui_notification_verbose_64]
copy $InstallDir64$\local.xml $InstallDir64$\local.xml.old copy "$InstallDir64$\local.xml" "$InstallDir64$\local.xml.old"
xml ed -O -u "/config/ui/notification/verbose" -v $ui_notification_verbose$ $InstallDir64$\local.xml.old > $InstallDir64$\local.xml xml ed -O -u "/config/ui/notification/verbose" -v $ui_notification_verbose$ "$InstallDir64$\local.xml.old" > "$InstallDir64$\local.xml"
[Dosbatch_ui_notification_gaming_64] [Dosbatch_ui_notification_gaming_64]
copy $InstallDir64$\local.xml $InstallDir64$\local.xml.old copy "$InstallDir64$\local.xml" "$InstallDir64$\local.xml.old"
xml ed -O -u "/config/ui/notification/gaming" -v $ui_notification_gaming$ $InstallDir64$\local.xml.old > $InstallDir64$\local.xml xml ed -O -u "/config/ui/notification/gaming" -v $ui_notification_gaming$ "$InstallDir64$\local.xml.old" > "$InstallDir64$\local.xml"
[Dosbatch_ui_notification_cloud_64] [Dosbatch_ui_notification_cloud_64]
copy $InstallDir64$\local.xml $InstallDir64$\local.xml.old copy "$InstallDir64$\local.xml" "$InstallDir64$\local.xml.old"
xml ed -O -u "/config/ui/notification/cloud" -v $ui_notification_cloud$ $InstallDir64$\local.xml.old > $InstallDir64$\local.xml xml ed -O -u "/config/ui/notification/cloud" -v $ui_notification_cloud$ "$InstallDir64$\local.xml.old" > "$InstallDir64$\local.xml"
[Winbatch_install_32] [Winbatch_install_32]
"$Install32Exe$" /S "$Install32Exe$" /S