Wahrscheinlich muß der u. a. msiexec Aufruf-Code nur "maskiert" werden?
Kann mir jemand mal auf die Sprünge helfen?
codeschnipsel aus delsub.ins:
Code: Alles auswählen
set $UninstallCommand$ = "msiexec /x {FE243D24-4CAA-4EA5-831F-E7EB613B30A9} /log "C:\tmp\produkt_uninst.txt" /passive DELETE_MACROS=NO"
Winbatch_produkt_Uninstall
Sub_check_exitcode
endif
[Winbatch_produkt_Uninstall]
$UninstallCommand$
Code: Alles auswählen
Section sub "P:\produkt\delsub.ins" (Command in line 6):
C:\tmp\produkt_uninst.txt" /passive DELETE_MACROS=NO"
Remaining char(s) not allowed here
MH