Aug 04
Jim Leavitt Install problem on Windows 2008 Server
Aug 04, 2010; 05:00
Jim Leavitt
Install problem on Windows 2008 Server
Hi All,
I'm trying to install a copy of Lasso 8.5 on Win2K8 server. I'm getting an error :
1606 Could not access network location %SystemDrive%\inetpub\wwwroot
Anybody seen this before?
Thanks.
Jim
--
This list is a free service of LassoSoft: http://www.LassoSoft.com/
Search the list archives: http://www.ListSearch.com/Lasso/Browse/
Manage your subscription: http://www.ListSearch.com/Lasso/
Aug 04
Jim Leavitt Re: Install problem on Windows 2008 Server
Aug 04, 2010; 05:00
Jim Leavitt
Re: Install problem on Windows 2008 Server
Has anybody actually installed lasso on Windows Server 2008? Is it a supported OS? I only see server 2003 on the minimum requirements info.
thanks.
J
On 2010-08-04, at 3:43 PM, Jim Leavitt wrote:
> Hi All,
>
> I'm trying to install a copy of Lasso 8.5 on Win2K8 server. I'm getting an error :
>
> 1606 Could not access network location %SystemDrive%\inetpub\wwwroot
>
> Anybody seen this before?
>
> Thanks.
>
> Jim
>
>
> --
> This list is a free service of LassoSoft: http://www.LassoSoft.com/
> Search the list archives: http://www.ListSearch.com/Lasso/Browse/
> Manage your subscription: http://www.ListSearch.com/Lasso/
>
>
--
This list is a free service of LassoSoft: http://www.LassoSoft.com/
Search the list archives: http://www.ListSearch.com/Lasso/Browse/
Manage your subscription: http://www.ListSearch.com/Lasso/
Aug 04
Steve Piercy - Web Site Builder Re: Install problem on Windows 2008 Server
Aug 04, 2010; 05:00
Steve Piercy - Web Site Builder
Re: Install problem on Windows 2008 Server
Is this an installer error or an IIS error? If the latter,
check permissions. Lasso probably does not have access to it.
--steve
On 8/4/10 at 4:51 PM, jim.lassolist@gmail.com (Jim Leavitt) pronounced:
>Has anybody actually installed lasso on Windows Server 2008?
>Is it a supported OS? I only see server 2003 on the minimum
>requirements info.
>
>thanks.
>
>J
>
>On 2010-08-04, at 3:43 PM, Jim Leavitt wrote:
>
>>Hi All,
>>
>>I'm trying to install a copy of Lasso 8.5 on Win2K8 server. I'm getting an error :
>>
>>1606 Could not access network location %SystemDrive%\inetpub\wwwroot
>>
>>Anybody seen this before?
>>
>>Thanks.
>>
>>Jim
>>
>>
>>--
>>This list is a free service of LassoSoft: http://www.LassoSoft.com/
>>Search the list archives: http://www.ListSearch.com/Lasso/Browse/
>>Manage your subscription: http://www.ListSearch.com/Lasso/
>>
>>
>
>
>--
>This list is a free service of LassoSoft: http://www.LassoSoft.com/
>Search the list archives: http://www.ListSearch.com/Lasso/Browse/
>Manage your subscription: http://www.ListSearch.com/Lasso/
>
>
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- --
Steve Piercy Web Site Builder
Soquel, CA
<web@StevePiercy.com> <http://www.StevePiercy.com/>
--
This list is a free service of LassoSoft: http://www.LassoSoft.com/
Search the list archives: http://www.ListSearch.com/Lasso/Browse/
Manage your subscription: http://www.ListSearch.com/Lasso/
Aug 04
Jim Leavitt Re: Install problem on Windows 2008 Server
Aug 04, 2010; 05:00
Jim Leavitt
Re: Install problem on Windows 2008 Server
Heya,
Sorry should have specified. Its an installer error, and its immediate. I double click on the installer and it happens right away. I've just read a few posts about changing some registry values for the PathWWWRoot keys etc. We'll see if that helps.
Any other ideas are greatly appreciated.
Jim
On 2010-08-04, at 5:10 PM, Steve Piercy - Web Site Builder wrote:
> Is this an installer error or an IIS error? If the latter, check permissions. Lasso probably does not have access to it.
>
> --steve
>
>
> On 8/4/10 at 4:51 PM, jim.lassolist@gmail.com (Jim Leavitt) pronounced:
>
>> Has anybody actually installed lasso on Windows Server 2008? Is it a supported OS? I only see server 2003 on the minimum requirements info.
>>
>> thanks.
>>
>> J
>>
>> On 2010-08-04, at 3:43 PM, Jim Leavitt wrote:
>>
>>> Hi All,
>>>
>>> I'm trying to install a copy of Lasso 8.5 on Win2K8 server. I'm getting an error :
>>>
>>> 1606 Could not access network location %SystemDrive%\inetpub\wwwroot
>>>
>>> Anybody seen this before?
>>>
>>> Thanks.
>>>
>>> Jim
>>>
>>>
>>> --
>>> This list is a free service of LassoSoft: http://www.LassoSoft.com/
>>> Search the list archives: http://www.ListSearch.com/Lasso/Browse/
>>> Manage your subscription: http://www.ListSearch.com/Lasso/
>>>
>>>
>>
>>
>> --
>> This list is a free service of LassoSoft: http://www.LassoSoft.com/
>> Search the list archives: http://www.ListSearch.com/Lasso/Browse/
>> Manage your subscription: http://www.ListSearch.com/Lasso/
>>
>>
>
> -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
> Steve Piercy Web Site Builder Soquel, CA
> <web@StevePiercy.com> <http://www.StevePiercy.com/>
>
>
> --
> This list is a free service of LassoSoft: http://www.LassoSoft.com/
> Search the list archives: http://www.ListSearch.com/Lasso/Browse/
> Manage your subscription: http://www.ListSearch.com/Lasso/
>
>
--
This list is a free service of LassoSoft: http://www.LassoSoft.com/
Search the list archives: http://www.ListSearch.com/Lasso/Browse/
Manage your subscription: http://www.ListSearch.com/Lasso/
Aug 04
Jim Leavitt Re: Install problem on Windows 2008 Server
Aug 04, 2010; 05:00
Jim Leavitt
Re: Install problem on Windows 2008 Server
Solved it. It was the following registry keys :
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InetStp\PathWWWRoot
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\InetStp\PathWWWRoot
had to hard code the drive letter in place of the %SystemDrive% environment variable.
Cheers,
Jim
On 2010-08-04, at 5:10 PM, Steve Piercy - Web Site Builder wrote:
> Is this an installer error or an IIS error? If the latter, check permissions. Lasso probably does not have access to it.
>
> --steve
>
>
> On 8/4/10 at 4:51 PM, jim.lassolist@gmail.com (Jim Leavitt) pronounced:
>
>> Has anybody actually installed lasso on Windows Server 2008? Is it a supported OS? I only see server 2003 on the minimum requirements info.
>>
>> thanks.
>>
>> J
>>
>> On 2010-08-04, at 3:43 PM, Jim Leavitt wrote:
>>
>>> Hi All,
>>>
>>> I'm trying to install a copy of Lasso 8.5 on Win2K8 server. I'm getting an error :
>>>
>>> 1606 Could not access network location %SystemDrive%\inetpub\wwwroot
>>>
>>> Anybody seen this before?
>>>
>>> Thanks.
>>>
>>> Jim
>>>
>>>
>>> --
>>> This list is a free service of LassoSoft: http://www.LassoSoft.com/
>>> Search the list archives: http://www.ListSearch.com/Lasso/Browse/
>>> Manage your subscription: http://www.ListSearch.com/Lasso/
>>>
>>>
>>
>>
>> --
>> This list is a free service of LassoSoft: http://www.LassoSoft.com/
>> Search the list archives: http://www.ListSearch.com/Lasso/Browse/
>> Manage your subscription: http://www.ListSearch.com/Lasso/
>>
>>
>
> -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
> Steve Piercy Web Site Builder Soquel, CA
> <web@StevePiercy.com> <http://www.StevePiercy.com/>
>
>
> --
> This list is a free service of LassoSoft: http://www.LassoSoft.com/
> Search the list archives: http://www.ListSearch.com/Lasso/Browse/
> Manage your subscription: http://www.ListSearch.com/Lasso/
>
>
--
This list is a free service of LassoSoft: http://www.LassoSoft.com/
Search the list archives: http://www.ListSearch.com/Lasso/Browse/
Manage your subscription: http://www.ListSearch.com/Lasso/