beim aktuellen opsi-setup-detector sind mir 2 Sachen aufgefallen:
1) Er findet bei der analyse einer Installationsdatei das Installationsverzeichnis nicht mehr
2) Bei der Analyse von 2 Dateien (32/64 Bit) ist im erstelten delinc.opsiinc Script folgender Fehler: Set $InstallDir$ = Set $InstallDir1$
Code: Alles auswählen
; ---------------------------------------------------------------
comment "cleanup installation directory"
; ----------------------------------------------------------------
if not(($InstallDir1$ = '') or ($InstallDir1$ = 'unknown'))
if directoryexists($InstallDir1$)
SleepSeconds 5
Set $InstallDir$ = Set $InstallDir1$
Files_uninstall
endif
endif
if not(($InstallDir2$ = '') or ($InstallDir2$ = 'unknown'))
if directoryexists($InstallDir2$)
SleepSeconds 5
Set $InstallDir$ = Set $InstallDir2$
Files_uninstall
endif
endif