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

InstallShield X variables


3 replies to this topic

AntonS

AntonS
  • Full Members
  • 94 posts

Posted 17 August 2004 - 09:28

InstallShield X variables

Hi,

I am work with InstallShield X.

Here is a one table of my Basic MSI project:

Icon table

Name ico.ico
Data {Binary Data}
ISBuildSourcePath <ISProjectFolder>\ico.ico
ISBuildIndex

File is browsed before by binary field from direct editor.

After build in MSI database Icon table have no record with ico.ico

Here is part of my build log file:

QUOTE
SFPCatalog table successfully built
ISDEV : error -1024: The source file "ico.ico" for Icon SHORTCUT2_C0CC3BB11537480692FDB6822A01FFFF.exe does not exist.
ISDEV : error -1024: The source file "ico.ico" for Icon SHORTCUT1_C0CC3BB11537480692FDB6822A01FFFF.exe does not exist.
Shortcut table successfully built


I suspect, the problem in variable <ISProjectFolder>, which substituted automatically.

Where I can check values of variables, substituted by InstallShield X?

Sincerely your,
Anton Spitsyn
http://www.installsite.ru

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 17 August 2004 - 10:38

In the path variables view.

AntonS

AntonS
  • Full Members
  • 94 posts

Posted 17 August 2004 - 11:29

Thank you.
But how to override values of "predefined" path variables?
Can I override it for one particular project?

Sincerely your,
Anton Spitsyn
http://www.installsite.ru

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 18 August 2004 - 09:10

ISProjectFolder is where your .ism project file is located. To change that value you must move the project file to the desired location.