Hallo,
ich habe eine Frage betreffs des Rückgabewertes von Custom Actions (CA), insbesondere vom Typ 50.
Wie kann ich intern den den Rückgabewert auswerten?
Wie ermittle ich, ob die CA den Rückgabewert ERROR_SUCCESS (= 0) liefert?
Ich möchte aber nicht, dass das Setup abbricht, wenn der Rückgabewert <> 0 ist.
Ich möchte selbst auf das Resultat reagieren und dies nicht dem Windows Installer überlassen.
Der Setuptype ist BasicMSI.
Die Einstellung für die Verarbeitung des Rückgabewerts ist: Synchron (Exit-Code prüfen)
Viele Grüße
André
This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Rückgabewert von Custom Actions
Started by
ANo
, Jun 26 2009 16:34
3 replies to this topic
Posted 29 June 2009 - 09:52
That's not possible with custom actions that ,aunch an EXE.
You could create a DLL custom action that wraps the call to the exe, intercepts the exit code, and stores it in a property.
You could create a DLL custom action that wraps the call to the exe, intercepts the exit code, and stores it in a property.
Stefan Krüger
InstallSite.org twitter facebook
Posted 03 July 2009 - 15:05
Ups, entschuldige dass ich auf englisch geantwortet habe
Stefan Krüger
InstallSite.org twitter facebook