This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
userspace:pdf-xchange [2011/10/28 08:52] Thomas_H created |
userspace:pdf-xchange [2021/08/23 08:37] (current) |
||
|---|---|---|---|
| Line 25: | Line 25: | ||
| <code winst> | <code winst> | ||
| [Initial] | [Initial] | ||
| - | LogLevel=9 | + | SetLogLevel=9 |
| ; Log Errors in Logfile but don't abort: | ; Log Errors in Logfile but don't abort: | ||
| ExitOnError=false | ExitOnError=false | ||
| Line 103: | Line 103: | ||
| endif | endif | ||
| - | comment "Installiere | + | comment "Installing |
| if (($INST_SystemType$ = "x86 System" | if (($INST_SystemType$ = "x86 System" | ||
| - | Message "Installiere | + | Message "Installing |
| comment "Start setup program" | comment "Start setup program" | ||
| comment " | comment " | ||
| Line 114: | Line 114: | ||
| if ($INST_SystemType$ = "64 Bit System" | if ($INST_SystemType$ = "64 Bit System" | ||
| - | Message "Installiere | + | Message "Installing |
| comment "Start setup program" | comment "Start setup program" | ||
| comment " | comment " | ||
| Line 161: | Line 161: | ||
| <code winst> | <code winst> | ||
| [Initial] | [Initial] | ||
| - | LogLevel=9 | + | SetLogLevel=9 |
| ; Log Errors in Logfile but don't abort: | ; Log Errors in Logfile but don't abort: | ||
| ExitOnError=false | ExitOnError=false | ||
| Line 211: | Line 211: | ||
| ShowBitmap " | ShowBitmap " | ||
| - | Message "Deinstalliere | + | Message "Uninstalling |
| comment "Start uninstall sub section" | comment "Start uninstall sub section" | ||
| Sub " | Sub " | ||
| Line 227: | Line 227: | ||
| Message " | Message " | ||
| Winbatch_uninstall_32 | Winbatch_uninstall_32 | ||
| + | sub_check_exitcode | ||
| comment " | comment " | ||
| Files_uninstall_32 | Files_uninstall_32 | ||
| - | sub_check_exitcode | + | endif |
| - | Mendif | + | |
| if ($INST_SystemType$ = "64 Bit System" | if ($INST_SystemType$ = "64 Bit System" | ||
| Message " | Message " | ||
| Winbatch_uninstall_64 | Winbatch_uninstall_64 | ||
| + | sub_check_exitcode | ||
| comment " | comment " | ||
| Files_uninstall_64 | Files_uninstall_64 | ||
| - | sub_check_exitcode | ||
| endif | endif | ||