User Tools

Site Tools


userspace:pdf-xchange

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision Both sides next revision
userspace:pdf-xchange [2011/10/28 08:52]
Thomas_H created
userspace:pdf-xchange [2011/11/01 15:08]
jester Moved sub_check_exitcode up, otherwise it can generate exitcode: 1619 / LogLevel depricated => SetLogLevel / Some minor translation changes
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 "+$ProductID$+"..."+        comment "Installing "+$ProductID$+"..."
  
         if (($INST_SystemType$ = "x86 System") and ($INST_architecture$ = "system specific")) or ($INST_architecture$ = "both") or ($INST_architecture$ = "32 only")         if (($INST_SystemType$ = "x86 System") and ($INST_architecture$ = "system specific")) or ($INST_architecture$ = "both") or ($INST_architecture$ = "32 only")
-                Message "Installiere " + $ProductId$+" (32 Bit)"+                Message "Installing " + $ProductId$+" (32 Bit)"
                 comment "Start setup program"                 comment "Start setup program"
                 comment "%System%\msiexec.exe /qr /passive /i %ScriptPath%\$Inst_Prg32$"                 comment "%System%\msiexec.exe /qr /passive /i %ScriptPath%\$Inst_Prg32$"
Line 114: Line 114:
  
         if ($INST_SystemType$ = "64 Bit System") and (($INST_architecture$ = "system specific") or ($INST_architecture$ = "both") or ($INST_architecture$ = "64 only"))         if ($INST_SystemType$ = "64 Bit System") and (($INST_architecture$ = "system specific") or ($INST_architecture$ = "both") or ($INST_architecture$ = "64 only"))
-                Message "Installiere " + $ProductId$+" (64 Bit)"+                Message "Installing " + $ProductId$+" (64 Bit)"
                 comment "Start setup program"                 comment "Start setup program"
                 comment "%System%\msiexec.exe /qr /passive /i %ScriptPath%\$Inst_Prg64$"                 comment "%System%\msiexec.exe /qr /passive /i %ScriptPath%\$Inst_Prg64$"
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 "%ScriptPath%\" + $ProductId$ + ".jpg" $ProductId$ ShowBitmap "%ScriptPath%\" + $ProductId$ + ".jpg" $ProductId$
  
-Message "Deinstalliere " + $ProductId$ + "Bitte etwas Geduld..."+Message "Uninstalling " + $ProductId$ + "Please be patient..."
 comment "Start uninstall sub section" comment "Start uninstall sub section"
 Sub "%ScriptPath%\delsub.ins" Sub "%ScriptPath%\delsub.ins"
Line 227: Line 227:
         Message "Uninstalling " + $ProductId$ + " 32 Bit..."         Message "Uninstalling " + $ProductId$ + " 32 Bit..."
         Winbatch_uninstall_32         Winbatch_uninstall_32
 +        sub_check_exitcode
         comment "Removing "+$InstallDir32$         comment "Removing "+$InstallDir32$
         Files_uninstall_32         Files_uninstall_32
-        sub_check_exitcode 
 Mendif Mendif
  
Line 235: Line 235:
         Message "Uninstalling " + $ProductId$ + " 64 Bit..."         Message "Uninstalling " + $ProductId$ + " 64 Bit..."
         Winbatch_uninstall_64         Winbatch_uninstall_64
 +        sub_check_exitcode
         comment "Removing "+$InstallDir64$         comment "Removing "+$InstallDir64$
         Files_uninstall_64         Files_uninstall_64
-        sub_check_exitcode 
 endif endif
  
userspace/pdf-xchange.txt ยท Last modified: 2021/08/23 08:37 (external edit)