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 Do I Create  A Folder?


2 replies to this topic

VB6Coder

VB6Coder
  • Members
  • 4 posts

Posted 14 August 2001 - 10:33

I want to create / make sure the 'My Documents\Documents' folder exists during the install of our application.

How can I do this in InstallShield Express 3.03?


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 14 August 2001 - 18:07

Maybe install a file with target [PersonalFolder]\Documents

VB6Coder

VB6Coder
  • Members
  • 4 posts

Posted 20 August 2001 - 16:32

I've found out that if you simply add the [PersonalFolder]\Documents folder in the Destination computer's folders treeview with no files, the folder gets created during install.

Cheers Stefan