Jump to content


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.
Photo

Return Value


1 reply to this topic

Illi

Illi
  • Members
  • 18 posts

Posted 21 August 2002 - 14:54

Is it possible that i can catch the return value from a custom action without script,?

NO Script like this:
Quote
UINT MsiSetProperty(MSIHANDLE hInstall, LPCTSTR szName, LPCTSTR szValue);


My custom action starts an EXE!
----------------------------------------------------
Thank!  ;)



Ian Blake

Ian Blake
  • Members
  • 483 posts

Posted 23 August 2002 - 16:31

You can set properties in custom actions.  If you are launching an exe from a dll it should strictly be called from a deferred action.  Unfortunately it is not possible to set properties in a deferred action.  (You might set a registry key for later look up, not forgetting rollback/cleanup code).
Ian Blake
(Currently Unemployed)