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

How to set INSTALLDIR using windows env. var


1 reply to this topic

sprabhu7

sprabhu7
  • Full Members
  • 1 posts

Posted 08 July 2011 - 18:38

I am a newbie to Installshield. I found this blog very useful http://blog.davidroossien.com/?p=421. but for some reason, I am not able to set the destination directory for a feature/component to {temp} in Installshield 2011 Professional Edition.

Edited by sprabhu7, 08 July 2011 - 20:16.


MSIYER

MSIYER
  • Full Members
  • 90 posts

Posted 09 July 2011 - 15:06

Script-Defined folder view exists in the Application Data-->Files and Folders view. Create a new variable here.

We can use GetEnvVar Installscript function to get the value of "TEMP" or "temp" and use it to set a Script-Defined foldervariable .

Edited by MSIYER, 09 July 2011 - 15:15.