Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2009
    Posts
    2

    Star Error when building

    I am building simple project in SUF80 trial and everything is smooth exept the final building step. If I specify output folder for my setup.exe to be current folder - "." or ".\" or subfolder - ".\installer" , the building process ends with error:
    3031 "Failed to create output folder: <<output folder path>>."

    , but if I specify full path - "c:\test\installer", everything is fine. Is that limit of the trial or what??

    thanks,


  2. #2
    Join Date
    Apr 2005
    Location
    São Paulo, Brazil
    Posts
    2,539
    This is by design. You need to set a full path to the output folder, or - if you need to set the output folder relative to the location of the project file - you should use the design-time constant #PROJECTFILEDIR# instead.

    Ulrich

  3. #3
    Join Date
    Aug 2009
    Posts
    2
    thank you,

    that is exactly what I need.


Tags for this Thread

Posting Permissions

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