Installation Project Problems
-
I created an installation project using the wizzard for a simple C# Windows application. When I run the install file I get error 2755, Server returned unexpected error attempting to install package. Does anyone know what this means and how to resolve this. If it helps, I am using VS Studio 2002 on Windows XP. MFS
-
I created an installation project using the wizzard for a simple C# Windows application. When I run the install file I get error 2755, Server returned unexpected error attempting to install package. Does anyone know what this means and how to resolve this. If it helps, I am using VS Studio 2002 on Windows XP. MFS
Although I cannot be certain, you may want to check your permissions on the installer folder. If you are installing from a network, you may need to provide full control rights to the directory in order for the installation to complete. If you only have read access to the files, copy them locally and then run the installation. I found this information by doing a simple Google search.