
Signature
Phil Wilson
[Microsoft MVP-Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280
>I have created an installer using the setup project. I have specified the
> default folder for my application as [PROGRAMFILES].
[quoted text clipped - 9 lines]
> Thanx
> -NS
Thanx Phil for the reply. I am not able to understand the contents of the log
file.
Here is what I have done and the problem I am facing.
I have created a setup project in Visual Studio .NET 2003. In the "File
System Editor" of the project, I specified the "default location" property of
the Application Folder as [ProgramFilesFolder][Manufacturer]. Now when I run
the .msi file, it shows me a Installation folder screen, where it shows me
the installation folder as the C:\Program Files\Default Company Name\ . If I
try to change this path it shows me error saying "Portion of the folder path
'' is invalid. It is either empty or exceeds the length allowed by the
system". If I ignore this error and continue with the installation, it
installs my files/folders to the default path and ignore the new path that I
specify during installation.
Kindly let me know if I need to change any property of the installer or
anything else.
Thank you,
NS
Phil Wilson - 17 Sep 2005 16:16 GMT
That should work fine. You could post the log here. It may show the folder
string that's causing that error message.
"Default Company Name" comes from the setup project properties. Select the
project in Solution Explorer, hit F4 and put your company name there.

Signature
Phil Wilson
[Microsoft MVP-Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280
> Thanx Phil for the reply. I am not able to understand the contents of the
> log
[quoted text clipped - 24 lines]
>
> NS