cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Essien
Level 4

Windows Installer API's are not recognised.

Hi,
I have been using Installshield 2008 in which I have been Migrating all My projects from "Installscript MSI" to "Installscript" projects in which none of the "Windows Installer" identifier are working. (e.g) WindowsFolder, ProgramFilesFolder... Is there any link which could provide an equivalent Identifiers for all "Windows Installer" Identifiers.

any help would be greatly appreciated
Labels (1)
0 Kudos
(2) Replies
RobertDickau
Flexera Alumni

The help topic "System Variables" lists the predefined InstallScript system variables, and the topic "Convert InstallScript MSI Dialog Box" mentions MSI properties not supported in InstallScript projects.

I'm not aware of a table that matches up the two lists, but some equivalents are:

ProgramFilesFolder => PROGRAMFILES
CommonFilesFolder => COMMONFILES
WindowsFolder => WINDIR
SystemFolder => WINSYSDIR
DesktopFolder => FOLDER_DESKTOP
INSTALLDIR => TARGETDIR (usually)
0 Kudos
Essien
Level 4

Hi,
Thank u so much for the assistance u have provided it's working fine.
0 Kudos