+ Reply to Thread
Results 1 to 3 of 3

Thread: files/Folders UI doesn't show sub-dir from CommonFiles

  1. #1

    Default files/Folders UI doesn't show sub-dir from CommonFiles

    We have several products that share common .dll files. We need to install these .dll files to ~\Program Files\Common Files\[name]. I've created a variable using %COMMONFILESDIR%\[name]. The Files & Folders UI shows the Common Files sub-dir but not the [name] part. This makes managing the various files we're installing there a bit tedious as they disappear completely from that UI once I change their destination to the correct place meaning setting Details is a one-by-one task from the Script editor.

    Should I be doing this differently?

    Thanks!

    James

  2. #2
    Join Date
    Mar 2004
    Posts
    4,308

    Default Re: files/Folders UI doesn't show sub-dir from CommonFiles

    James,

    What we do in Installation Consulting Projects to handle this situation is the following:

    1. Create [NAME] compiler variable. Set [NAME] to SubFolder\Yada

    2. Add the [NAME] compiler variable to the Common Files subfolder

    3. Add your files to "Program Files\Common Files\[NAME]" in the Files and Folders Visualizer or select the "%COMMONFILESDIR%\[NAME]" Location (Browse for Folder) in the File Properties.

    Does this work for you?

    Friedrich
    Attached Images Attached Images    

  3. #3

    Default Re: files/Folders UI doesn't show sub-dir from CommonFiles

    Ah! Got it. Thanks!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

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