VS Error “The folder path ‘.’ contains an invalid character” in the setup projects

When a setup file is created in Visual Studio 2010 and when we run the installation , it might result in the following error message: “The folder path ‘.’ contains an invalid character” . Similar to the screenshot shown below.

VS Error “The folder path ‘.’ contains an invalid character” in the setup projects

To Solve the error , follow the following steps.

1. Go to the Solution Explorer in the Visual Studio 2010 .

2. Select your setup project , go to the properties or press F4 and in the “Manufacturer” property change the “.” with some text such as “Senthil Kumar B”.

3. Right click on your setup project and select rebuild.

Now the new setup file will not show the error when the installation is started .

    2 Comments

  1. Chaitanya T
    March 10, 2011
    Reply

    we need to change “Manufacturer” property (by default it has dot “.”) in properties of setup project to any name. you need to open the properties of setup project by using only f4 or hovering on properties tab. we cant find this property in the prpoerties,if we use right click on the setup project.

  2. reinaldo
    August 24, 2011
    Reply

    very good..

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Do you want to hide the start page in Microsoft Visual Studio 2012 within few simple steps? Here we go....
DataTip is a feature in Visual Studio that provides the users an easy way to view information about variables used...
Today, when I was trying to install the Team Foundation Server (TFS) Power Tools 2013, I received an error “The...