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

accessing system date with installscript


1 reply to this topic

tl0

tl0
  • Members
  • 49 posts

Posted 19 September 2002 - 21:28

Hi there -- quick question.  Is there a way of accessing the system date with installscript?  I can't seem to find a built-in variable to handle this.  If anyone knows, please let me know.

Also, is there a way of reading the registry using installscript?

Anyone?

Thanks in advance.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 20 September 2002 - 07:19

Pure MSI:
Use the properties Date and Time. Read registry with AppSearch and RegLocator
In general: read MSI Help

InstallScript:
GetSystemInfo function with DATE and TIME parameters
RegDB* familiy of functions to access the registry
In general: Read InstallShield Help