unable to build visual studio setup project
Tech-Archive recommends: Fix windows errors by optimizing your registry
I'm trying to use VS.Net 2005 setup project to build an installer for
my mixed assemblies. However, I keep getting the following error:
An error occurred while validating. HRESULT = '80004002'
I would prefer NOT to reinstall my development environment, but does
anyone know of another solution? This is my first attempt at using
what I thought would be a nice tool from MS, and I'm wondering now why
I'm disappointed...but I digress
First, I added all the files I need to deploy to the application folder
and setup my prerequisites. I got two of the error messages above.
Very descriptive and informative.
Then, I removed everything except my main application file. Same
errors.
Then, I removed all files, and I still get the same errors.
Any ideas??
TIA, Sharon
.
Relevant Pages
- Re: Setup Project
... because my fileversion attribute in my assemblies was listed as ... hence the installer acted correctly. ... In the exe file project, find the entry point (generally it is "Main" ... because setup project will not automatically ... (microsoft.public.dotnet.framework) - Re: setup project credentials for windows app in .net 3.5
... behavior in UAC is that custom actions must run under the system account to ... The Windows Installer team does not support installer class forms running ... Instead it is using the Network Service identity. ... the setup project to work as it did in VS2005, ... (microsoft.public.dotnet.framework.setup) - Problem Deploying App That Uses ADOX
... The first indication of a problem I get is when I first add a setup project ... The following files may have dependencies that cannot be determined ... If I just press the OK button, and proceed with creating the installer, ... A response to one person's query on a newsgroup was "just exclude ... (microsoft.public.dotnet.framework.adonet) - Re: Custom Installation
... I have had this problem when I copy/paste the service & its setup project ... in the same directory and as I uninstall the first the second one would lose ... I have not used installer class. ... >>> that when I select service for custom installation service gets ... (microsoft.public.dotnet.languages.csharp) - Remove Previous Version doesnt work
... I am having an issue using VS 2005 and windows installer 3.1. ... the uninstall worked but it don't seem to. ... Created a setup project added files, registry settings, etc. ... (microsoft.public.dotnet.framework.setup) |
|