Results 1 to 7 of 7

Thread: Create Folder fails

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default Create Folder fails

    Attempting to create a folder fails repeatedly on my 2 XP machines, displaying
    the message box in the script below:

    Set Variable %FAXSERVERPATH% to "%PROGRAMFILESDIR%\PROENTRY4\AFE_SRVR"
    ...

    If %_SB_SETUPTYPEID% Equals (Ignore Case) "FAX Server" Then

    ::Create Folder "%FAXSERVERPATH%" (FAX Server)

    If %FAXSERVERPATH% File or Folder doesn't exist Then
    Display Message Box "FAX Server folder: %FAXSERVERPATH% does not exist ..." -- "Error"
    Exit Installation
    End
    ...
    End

    At runtime, %FAXSERVERPATH% is C:\Program Files\PROENTRY4\AFE_SRVR. Also,
    creating C:\AFEData fails as well.

    Any advice would be very much appreciated!

    Greg Fasolt
    Attached Images Attached Images  

Thread Information

Users Browsing this Thread

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

Posting Permissions

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