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

Setting Install Path


1 reply to this topic

zhanxun

zhanxun
  • Members
  • 1 posts

Posted 21 July 2004 - 11:07

Hi folks,

I am new to MSI packaging and was wondering if anyone can tell me how to set the installation path for my package to point to the "D:drive" as opposed to the default C: location. Either to set this in the MSI package itself or to run a script to answer the prompts.

Any help or guidance will be very much appreciated!

Thanks

lyz

lyz
  • Members
  • 2 posts

Posted 04 August 2004 - 15:55

You can create a custom action Type 35 (Set a directory) to set INSTALLDIR to D: and insert it after CostFinalize in UI sequences with Condition (Not Installed).