phlow666
Posts: 144
Joined: Thu Jan 27, 2011 8:10 am
Location: Germany

Problem with network paths

Hello,
when I start my Setup from U:\myfolder\mysetup.exe (Networkpath), I get an error like "path not found".

When I start my Setup from \\myservername\myfolder\mysetup.exe, it works. What could this be?
mihai.petcu
Posts: 3860
Joined: Thu Aug 05, 2010 8:01 am

Re: Problem with network paths

Hello,

Can you please specify the network drive configuration? Are you connecting with the same credentials( user name ) used for:

Code: Select all

\\myservername\myfolder\mysetup.exe
All the best,
Mihai
Mihai Petcu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
phlow666
Posts: 144
Joined: Thu Jan 27, 2011 8:10 am
Location: Germany

Re: Problem with network paths

Hello,
yes, the same credentials. "U:\" (sharing is set to everyone with all rights) and "\\myservername" are the same.
mihai.petcu
Posts: 3860
Joined: Thu Aug 05, 2010 8:01 am

Re: Problem with network paths

Hi,

Can you please send us the .AIP (project) and a verbose log of the installation to support at advancedinstaller dot com so we can investigate them?

It would also be helpful to create a bootstrapper log and send it to us as well:
http://www.advancedinstaller.com/user-g ... -file.html

All the best,
Mihai
Mihai Petcu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
mihai.petcu
Posts: 3860
Joined: Thu Aug 05, 2010 8:01 am

Re: Problem with network paths

Hi,

After further investigation I found out that our bootstrapper uses the RunOnce registry key to launch the installer. So most likely the network drive is not ready when Windows tries to launch it.

Thus the recommended way would be to launch your installer from the actual network path instead of a network drive.

Is there a certain reason you want to use a network drive?

All the best,
Mihai
Mihai Petcu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
phlow666
Posts: 144
Joined: Thu Jan 27, 2011 8:10 am
Location: Germany

Re: Problem with network paths

Thanks for your response.

There is no reason to start it from a network drive. But a customer of us could do this.
mihai.petcu
Posts: 3860
Joined: Thu Aug 05, 2010 8:01 am

Re: Problem with network paths

Hi,

To make sure this is prevented, you could add this as an observation to your installer specifications.

All the best,
Mihai
Mihai Petcu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
phlow666
Posts: 144
Joined: Thu Jan 27, 2011 8:10 am
Location: Germany

Re: Problem with network paths

Hi,
already done! Thanks.
mihai.petcu
Posts: 3860
Joined: Thu Aug 05, 2010 8:01 am

Re: Problem with network paths

You're welcome, glad to assist.

Return to “Common Problems”