Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2005
    Posts
    2

    Huh? Folder References do not include empty subfolders?

    I am using folder references to certain directories in my installer. Some of the subfolders in the folder reference are empty folders that must be created during installation. Is there a way to make the folder reference pick up the empty sub-folders or will I have to create these manually?

    Thanks,
    jon

  2. #2
    Join Date
    Jan 2000
    Posts
    2,002
    Setup Factory is file-centric. So you will have to use an action to create the empty folders. If there is no file, then Setup Factory does not create the folder.

  3. #3
    Join Date
    Aug 2005
    Posts
    2
    Quote Originally Posted by Brett
    Setup Factory is file-centric. So you will have to use an action to create the empty folders. If there is no file, then Setup Factory does not create the folder.
    Thanks Brett, is there a reason that it is focused soley on files and not the folders contained in the program structure? In other words, why can't a folder be treated as a file? If it is in the program structure, could it not be assumed it is required?
    Last edited by jsd; 08-25-2005 at 03:14 PM.

  4. #4
    Join Date
    Sep 2004
    Posts
    60
    I just add an empty text file called placeholder.txt to get the folder created during install and delete it at the end of the setup.

  5. #5
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    Or you could use a Folder.Create() action to create the folder.

    Adam Kapilik

Similar Threads

  1. cookies
    By goukilord10 in forum AutoPlay Media Studio 5.0
    Replies: 6
    Last Post: 05-20-2005, 04:08 PM
  2. Copy folder and subfolders
    By rookie99 in forum Setup Factory 7.0
    Replies: 3
    Last Post: 11-25-2004, 02:37 AM
  3. Opening a folder with subfolders
    By donsandras in forum AutoPlay Media Studio 4.0
    Replies: 1
    Last Post: 11-11-2003, 12:20 PM
  4. HOWTO: Create an Empty Folder
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-21-2002, 03:21 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts