Setup for VS.Net 2003

D

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.
 
H

Herfried K. Wagner [MVP]

Daniel said:
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.
 
D

Daniel

Thanks! Where can I change this property?

--

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

Herfried K. Wagner [MVP]

Daniel said:
Thanks! Where can I change this property?

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top