473,386 Members | 1,668 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Installer Error 2835

Greetings,

I'm doing some modifications of an existing Visual Studio .NET 2003 C#
project that is to be deployed as a windows service. The solution
includes a project that builds an MSI file. Over the month I've been
working on the project, I've built the MSI file many times. Sometimes
it runs fine and I have a service that can be started and stopped.
Other times, the MSI file starts up, goes through several screens and
then reports "The system cannot open the device or file specified".

Additionally, if I run a working file (from an earlier day), it may
succeed or it may fail. So far I've found no pattern to successes or
failures.

I've turned on installer logging (at the 'voicewarmup' level) and see
the following messages from a failure:

DEBUG: Error 2835: The control ErrorIcon was not found on dialog
ErrorDialog
The installer has encountered an unexpected error installing this
package. This may indicate a problem with this package. The error code
is 2835. The arguments are: ErrorIcon, ErrorDialog,
The system cannot open the device or file specified.
MSI (s) () []: MainEngineThread is returning 110
MSI (c) () []: Note: 1: 2755 2: 110 3: C:\80546\My DIM
Service\Release\My DIM Service.msi
MSI (c) () []: Note: 1: 2262 2: Error 3: -2147287038
DEBUG: Error 2755: Server returned unexpected error 110 attempting to
install package C:\80546\My DIM Service\Release\My DIM Service.msi.
MSI (c) () []: Note: 1: 2262 2: Error 3: -2147287038

The MSI file name given, i.e. "C:\80546\My DIM Service\Release\My DIM
Service.msi", is truly the name of my MSI file.

As an added complication, the MSI file I built last Monday was fine on
Monday, still fine on Wednesday, and started failing on Thursday.

What the heck is going on here?

Does anybody have information about "Error 2835", "ErrorIcon",
"ErrorDialog", etc?

Does anybody know why some builds succeed and others fail?

How do I make Visual Studio .NET 2003 to produce a good MSI file and do
it every time?

Regards,

David
*** Sent via Developersdex http://www.developersdex.com ***
Apr 15 '06 #1
3 8919
VJ
This is not the actual error.... this below error appears even when .NET
Framework install or any MSI installation fails.. Sure there is more to this
than what you are seeing... like if you are doing a file copy, is the file
locked. This is just a sample, in your case maybe the service you installed
Monday/Tuesday is not properly unistalled, or some file is locked from the
previous installation.. Please verify that the service you are trying to
install, is not already installed on the machine and is not runing.. etc and
try your new package. It will be fine...

VJ
"david" <da******@devdex.com> wrote in message
news:uf**************@TK2MSFTNGP04.phx.gbl...
Greetings,

I'm doing some modifications of an existing Visual Studio .NET 2003 C#
project that is to be deployed as a windows service. The solution
includes a project that builds an MSI file. Over the month I've been
working on the project, I've built the MSI file many times. Sometimes
it runs fine and I have a service that can be started and stopped.
Other times, the MSI file starts up, goes through several screens and
then reports "The system cannot open the device or file specified".

Additionally, if I run a working file (from an earlier day), it may
succeed or it may fail. So far I've found no pattern to successes or
failures.

I've turned on installer logging (at the 'voicewarmup' level) and see
the following messages from a failure:

DEBUG: Error 2835: The control ErrorIcon was not found on dialog
ErrorDialog
The installer has encountered an unexpected error installing this
package. This may indicate a problem with this package. The error code
is 2835. The arguments are: ErrorIcon, ErrorDialog,
The system cannot open the device or file specified.
MSI (s) () []: MainEngineThread is returning 110
MSI (c) () []: Note: 1: 2755 2: 110 3: C:\80546\My DIM
Service\Release\My DIM Service.msi
MSI (c) () []: Note: 1: 2262 2: Error 3: -2147287038
DEBUG: Error 2755: Server returned unexpected error 110 attempting to
install package C:\80546\My DIM Service\Release\My DIM Service.msi.
MSI (c) () []: Note: 1: 2262 2: Error 3: -2147287038

The MSI file name given, i.e. "C:\80546\My DIM Service\Release\My DIM
Service.msi", is truly the name of my MSI file.

As an added complication, the MSI file I built last Monday was fine on
Monday, still fine on Wednesday, and started failing on Thursday.

What the heck is going on here?

Does anybody have information about "Error 2835", "ErrorIcon",
"ErrorDialog", etc?

Does anybody know why some builds succeed and others fail?

How do I make Visual Studio .NET 2003 to produce a good MSI file and do
it every time?

Regards,

David
*** Sent via Developersdex http://www.developersdex.com ***

Apr 15 '06 #2
Obviously I don't know all the answers with respect to Visual Studio
2003 and the Microsoft Installer, else I wouldn't be asking questions.

As mentioned earlier, I have MSI files built on Monday and Wednesday.
They're in directories named 'MSI-0410' and 'MSI-0412' respectively.
Each directory contains 3 files:
My DIM Service.msi
setup.exe
setup.ini

In repeated tests on Wednesday, MSI-0410 installed without a hitch while
MSI-0412 consistently failed to install. Windows' Add/Remove Programs
reported My DIM Service present after a successfull install and didn't
list it after an unsuccessful install.

I've verified that the service isn't present as best I know how. If
there are 'leftover bits' from a failed install, where might they be?

Thanks.

*** Sent via Developersdex http://www.developersdex.com ***
Apr 16 '06 #3
VJ
If you don't see it in the services.. directory then it is fine...uninstall
is ok. But Please do check other files you install, and any directories and
files under it.. see if it gets removed.., I am sure you would tried
re-starting your computer.. Is there any additional files that you are
trying to install on top 'MSI-0410' build in the 'MSI-0412' build, they
might worth checking to see if the problem is there?. Or maybe when the new
service is trying to install and run, is trying access a locked file because
you have added additional functionality.... All these are just
possibilities...

Let me know how it goes..!!

Vijay

"david" <da******@devdex.com> wrote in message
news:%2****************@TK2MSFTNGP05.phx.gbl...
Obviously I don't know all the answers with respect to Visual Studio
2003 and the Microsoft Installer, else I wouldn't be asking questions.

As mentioned earlier, I have MSI files built on Monday and Wednesday.
They're in directories named 'MSI-0410' and 'MSI-0412' respectively.
Each directory contains 3 files:
My DIM Service.msi
setup.exe
setup.ini

In repeated tests on Wednesday, MSI-0410 installed without a hitch while
MSI-0412 consistently failed to install. Windows' Add/Remove Programs
reported My DIM Service present after a successfull install and didn't
list it after an unsuccessful install.

I've verified that the service isn't present as best I know how. If
there are 'leftover bits' from a failed install, where might they be?

Thanks.

*** Sent via Developersdex http://www.developersdex.com ***

Apr 17 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: HPKrekt | last post by:
If I deploy part of my webproject to a W2K Server I get the following error if I try to use a custom installer: unable to get installer types in the .....dll assembly => One or more of the types...
4
by: Bill Murray | last post by:
I am using VS.NET 2003 and trying to deploy a service program(c++) to a Windows 2000 Server system. I have also written a small DLL (USSsetup.dll) that is used to start/stop the service using a...
2
by: MENTAT | last post by:
Hi, I am trying to create an installer for my web application. So I added a web setup project to my solution (I am using VS.NET 2003). Been playing around with it since then and it basically...
4
by: pshindle | last post by:
DB2 Team - I just downloaded and unzipped the new Fixpack 9 for DB2 ESE V8 for Windows (FP9_WR21350_ESE.exe). I then burned the unzipped Fixpack files to a CD. I proceded to install this...
1
by: Craig | last post by:
I have added a 'Textboxes (A)' to my UI installer project along with a custom action to pass the value back to a class I've written to override the void Install function. As long as the text is...
3
by: Brian Henry | last post by:
This has worked perfectly for the past year now all the sudden it will not compile the installer project correctly. All our source code is in a Source Safe database so every system we do this on...
1
by: BuddyWork | last post by:
Hello, When a particular user (has administrator rights) on a Windows 2000 Server SP4 tries to run any MSI's we get the message mentioned in the subject. If we logon with another user that has...
2
by: ashishjainism | last post by:
I am unable to install my windows service and the installutil is throwing the following error: Running a transacted installation. Beginning the Install phase of the installation. See the...
1
by: MimiMi | last post by:
I have a deployment project that was originally created in VS2003. Since I don't have VS2003, I now open it in VS2005, but then of course VS2005 has to convert it. Everything seems to work fine. I...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.