+ Reply to Thread
Results 1 to 3 of 3

Thread: CURDIR spaces iisue

  1. #1

    Default CURDIR spaces iisue

    Hello. Run .exe from
    "c:\folder"
    %CURDIR% return c:\folder
    if run from
    "c:\my folder"
    return c:\

    hmm?

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

    Default Re: CURDIR spaces iisue

    Sergey,

    %CURDIR% holds the value that the GetCurrentDirectory() API returns at application startup. Whatever "current directory" might be at that point!

    I would suggest to use the "Get System Info (Installer Path Name)" script function if you would like to retrieve the full pathname, excluding the file name, of the installation currently executing.

    Hope this helps.

    Friedrich

  3. #3

    Default Re: CURDIR spaces iisue

    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
  •