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

Assign path to folders other than [TARGETDIR]


2 replies to this topic

ClydeMontreal

ClydeMontreal
  • Members
  • 15 posts

Posted 30 May 2003 - 17:11

Is there any way to allow users to specify folder path to each folder created in application folder? For example, in SQL2000 installation, users are able to install the program in C drive and assign a different path to database data.

rmadassery77

rmadassery77
  • Members
  • 52 posts

Posted 01 June 2003 - 06:24

Try SetDirectory custom action to set the folder paths for directories already present/mapped in the target machine. You will need the property value from the Directory table of that correponding folder, and you can set the required folder path. (OR) Use the SetProperty to replace the paths with a newly created property which resolved the required path
Rajiv Madassery
Galway Scripting Center
Digital GlobalSoft Ltd.
(Subsidiary of Hewlett-Packard Company)

ClydeMontreal

ClydeMontreal
  • Members
  • 15 posts

Posted 03 June 2003 - 15:16

biggrin.gif Thank you very much~ Your answer helps me alot!!