You should not retrieve the APPDIR property but CustomActionData. It will contain the value of APPDIR.I'm accessing the property in my vbscript using Session.Property("APPDIR").
Code: Select all
Session.Property("CustomActionData")
The updater was not designed to be launched from a system service. I have added this on our list of improvements. I'm afraid that there is no workaround for this.Is it advanced updater working successfully while launching with application only not with system service?
Code: Select all
MsgBox Session.Property("APPDIR")
Yes for the moment. I have added on our to do list to improve this in the future.That I would always need to set the name of the ODBC in the AI ODBC view AND the same text in the Install params to be used anywhere else?