PDA

View Full Version : Error when building


atemok
08-25-2009, 03:41 PM
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,

:huh

Ulrich
08-25-2009, 06:06 PM
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

atemok
08-25-2009, 06:19 PM
thank you,

that is exactly what I need.

:yes:lol