Hallo Peter,
LC speichert alles, was man bei den „Standalone Application Settings“ eingibt, in einem Custom Property Set des betroffenen Stacks namens -> cRevStandaloneSettings
Bin mir allerdings nciht sicher, ob die beim Runtime erstellen nciht gelöscht werden!?
Musst Du halt mal ausprobieren. 🙂
Das sind die möglichen Keys:
Windows,LegalCopyright
Windows,productversion1
askDialog
MacOSX x86-64
OSX,copyright
Windows,ProductName
Windows,productversion3
scriptLibraries
UNIX,fileSelector
Windows,fileversion4
inclusions
Windows,documenticonFile
OSX,shortVersion
OSX,identifier
OSX,documentExtension
name
OSX,name
Windows,fileversion2
Windows
Linux
Windows,FileDescription
Windows,productversion2
UNIX,pageSetup
OSX,signature
OSX,info
Windows,productversion4
Windows,companyname
Windows,fileversion1
OSX,documentType
Windows,fileversion3
UNIX,colorChooser
UNIX,printerChooser
answerDialog
Windows,iconFile
OSX,longVersion
cursors
Und so kannst Du darauf zugreifen, Beispiel:
...
put the cRevStandaloneSettings["OSX,shortVersion"] of this stack into fld "osxshortinfo"
...
Gruß
Klaus