|
From: Leif M. <le...@ta...> - 2006-08-24 05:17:57
|
Tine,
Please post to the user list.
This is a problem with all windows services. Virtual drives are
only set up when
a user is logged on to a local window. This will never be the case when
services
are started up on system startup.
To make this work, you need to use universal format: //host/share/path
This is a little different than your specific problem. But pretty
much the
same issue.
I'll add something to the docs for the next release. This is the
kind of thing
that prompted me to add the ability to post comments to the pages of the
Wrapper's site.
Cheers,
Leif
Tine Zorko wrote:
> I have found out that service wrapper can not be used on
> virtual drives. These are setup after a user logs in.
> Service does not log-in and as such has no idea about my
> virtual drives. For example: I have a login script as this:
>
> subst P: "%HOMEDRIVE%%HOMEPATH%\projekti\produkcija"
>
> If I place my project onto P: drive and try to install
> wrapper service from there, it does not work. This is quite
> logical but sometimes not so obvious to take into consideration.
>
> Perhaps you list this issue under troubleshooting section.
>
> Thank you for this wonderful peace of software!
>
> Sincerely yours,
>
> Tine
>
|