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

Installscript function limitations in Suite projects?


No replies to this topic

deramor

deramor
  • Full Members
  • 187 posts

Posted 19 April 2017 - 00:08

Hello,

 

I am venturing into Suite projects again and I am in need of implementing a more complicated detection condition for a package than what is available in the UI.  I wanted to do the detection and verification in a CA running Installscript code that either changed a property (used as a flag) or some other way to communicate back to the engine. 

 

My problem is that a number of Installscript constants and built in functions are not being recognized.  I was wondering:

1. Is there a known list of limitations with Installscript when used with a Suite Project or

2. Is there some project setting I need to change to pull in some Installscript header/lib file to get these constants recognized?

 

Everything in question are all still listed as reserved words.

 

Example:

ProgramFilesFolder

MsiGetProperty

SprintfMsiLog