Home All Groups Group Topic Archive Search About

Setup for VS.Net 2003

Author
5 Apr 2005 12:31 PM
Daniel
OK, I have Windows 2000 & Visual Studio 2003.  I have a project to which I
have added the setup wizard.  I build the wizard and it outputs my MSI file.

Problem, when I try to install the MSI, I get an error telling me that the
path "." is not valid.  Any one know what the problem is?

When I installed Windows and VS I just put "." as the name and as the
company name.  This is the only thing that I can think is related.  So, I
went through the registry and changed this but still not working.

--

Daniel
MCSE, MCP+I, MCP in Windows 2000/NT

--------------------------------------
remove the 2nd madrid from my mail address to contact me.

Author
5 Apr 2005 3:57 PM
Herfried K. Wagner [MVP]
"Daniel" <gro***@madridmadridsoleado.com> schrieb:
> OK, I have Windows 2000 & Visual Studio 2003.  I have a project to which I
> have added the setup wizard.  I build the wizard and it outputs my MSI
> file.
>
> Problem, when I try to install the MSI, I get an error telling me that the
> path "." is not valid.  Any one know what the problem is?
>
> When I installed Windows and VS I just put "." as the name and as the
> company name.  This is the only thing that I can think is related.  So, I
> went through the registry and changed this but still not working.

You can try to change the setup project's 'Manufacturer' property.  Setup
will create a folder consisting of "%%PROGRAMFILES%\<Manufacturer name>", if
the manufacturer name is "." the folder cannot be created because "." is not
a valid folder name.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
5 Apr 2005 4:06 PM
Daniel
Thanks!  Where can I change this property?

--

Daniel
MCSE, MCP+I, MCP in Windows 2000/NT

--------------------------------------
remove the 2nd madrid from my mail address to contact me.

Show quoteHide quote
"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
news:OcNKggfOFHA.3668@TK2MSFTNGP14.phx.gbl...
> "Daniel" <gro***@madridmadridsoleado.com> schrieb:
>> OK, I have Windows 2000 & Visual Studio 2003.  I have a project to which
>> I have added the setup wizard.  I build the wizard and it outputs my MSI
>> file.
>>
>> Problem, when I try to install the MSI, I get an error telling me that
>> the path "." is not valid.  Any one know what the problem is?
>>
>> When I installed Windows and VS I just put "." as the name and as the
>> company name.  This is the only thing that I can think is related.  So, I
>> went through the registry and changed this but still not working.
>
> You can try to change the setup project's 'Manufacturer' property.  Setup
> will create a folder consisting of "%%PROGRAMFILES%\<Manufacturer name>",
> if the manufacturer name is "." the folder cannot be created because "."
> is not a valid folder name.
>
> --
> M S   Herfried K. Wagner
> M V P  <URL:http://dotnet.mvps.org/>
> V B   <URL:http://classicvb.org/petition/>
Author
5 Apr 2005 4:24 PM
Herfried K. Wagner [MVP]
"Daniel" <gro***@madridmadridsoleado.com> schrieb:
> Thanks!  Where can I change this property?

Untested:  Select the setup project and change the value of its
'Manufacturer' property.  Maybe this is sufficient.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
6 Apr 2005 7:28 AM
Daniel
Worked perfect, thanks.

--

Daniel
MCSE, MCP+I, MCP in Windows 2000/NT

--------------------------------------
remove the 2nd madrid from my mail address to contact me.

Show quoteHide quote
"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
news:OmSahvfOFHA.2468@tk2msftngp13.phx.gbl...
> "Daniel" <gro***@madridmadridsoleado.com> schrieb:
>> Thanks!  Where can I change this property?
>
> Untested:  Select the setup project and change the value of its
> 'Manufacturer' property.  Maybe this is sufficient.
>
> --
> M S   Herfried K. Wagner
> M V P  <URL:http://dotnet.mvps.org/>
> V B   <URL:http://classicvb.org/petition/>