mcandre
Posts: 7
Joined: Fri Sep 14, 2012 10:36 pm

Could not access network location gforth

I'm trying to make a simple MSI installer for gforth.exe that automatically adds it to PATH. But when I build and run the MSI, it says:

"Could not access network location gforth".

The .AIP and assorted files are available at GitHub.

Specs:

* gforth 0.7.0
* Advanced Installer 9.6
* Windows 7 Professional x64
* MacBook Pro 2009
Daniel
Posts: 8281
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Could not access network location gforth

Hello,

This happens because your application folder location (APPDIR property) is resolved to an invalid path (gforth) during CostFinalize standard action. Please keep in mind that your application folder location should contain a valid path (i.e. [ProgramFilesFolder][Manufacturer]\[ProductName]).

Also, you can take a look on "Folder Paths" article.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”