Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2009
    Posts
    3

    How can make to the file installed in Local Settings

    I have tried to use % ApplicationDataFolder% before this but it can only install to C: \Documents and Settings\Your User\Application Data .

    I wonder how to install to C: \Documents and Settings\Your User\Local Settings\Application Data

    Please help me ~
    Last edited by woodytang; 10-13-2009 at 01:22 PM.

  2. #2
    Join Date
    Oct 2009
    Posts
    3
    There should be wordings of Local Settings after C: \Documents and Settings\Your User\

    But I can not install the file to C: \In Documents and Settings\ Administrator\Local Settings\ Application Data

  3. #3
    Join Date
    Apr 2005
    Location
    São Paulo, Brazil
    Posts
    2,539
    It is in the help file.
    Code:
    Shell.GetFolder(SHF_APPLICATIONDATA_LOCAL);
    Ulrich

  4. #4
    Join Date
    Oct 2009
    Posts
    3
    how to apply this
    Please tell and let me know in detail
    Last edited by woodytang; 10-13-2009 at 01:36 PM.

  5. #5
    Join Date
    Jan 2001
    Location
    Anderson Island, WA, USA
    Posts
    2,863
    You wanted how to retrieve the proper folder name.
    Ulrich gave you the command.
    Since you didn't give any context for using the folder name, we can't provide you with more details. here's the best I can do based on the little information we have:

    Code:
    local cAppDataFolder = Shell.GetFolder(SHF_APPLICATIONDATA_LOCAL);
    -- No use cAppDataFolder as your folder reference.


    (Click here to contact me)
    Providing Independent Professional Consulting Services for
    IndigoRose products, World Wide.
    Located in -8:00 (-7:00 DST) GMT Timezone (Western United States)

Posting Permissions

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