This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Windows Installer API's are not recognised.
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 24, 2007
02:52 AM
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
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
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 24, 2007
09:07 AM
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)
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)
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 24, 2007
11:49 PM
Hi,
Thank u so much for the assistance u have provided it's working fine.
Thank u so much for the assistance u have provided it's working fine.