We need to access a property that is an identifier from a folder created on 'Files and Folders' menu.
( Edit Folder dialog --> Identifier --> BTIDB_IMAGEDATAFOLDER )
Other two properties are defined on 'Install Parameters-Properties'
USERNAME_BY_SID,
BTIDB_SHAREDFOLDERNAME
this lines at the beginning of the script, doesn't work,
Code: Select all
folder = Session.Property("BTIDB_IMAGEDATAFOLDER")
username = Session.Property("USERNAME_BY_SID")
sharedName = Session.Property("BTIDB_SHAREDFOLDERNAME")
...
...
Although those properties for sure have got a value before this custom action is executed.
The custom action is scheduled after 'Start Services' in 'InstallExecuteSequence'
And, NO.
We can't use 'Inmediate Execution' option. WE need the files already installed.
Any solution?