473,797 Members | 3,079 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Windows Installer Problem/popup

2 New Member
Ok trying to keep this simple. I have this Windows Installer pop up everytime i open a program on my computer. Iv searched everywhere and tried everything i can think of. Only thing i havent done is uninstall the windows installer and reinstall it.. iv tried upgrading and nothing.. iv tried windows installer cleanup.. but for some reason i get this, run- time error '-2147024882 (8007000E) system error &H80004005 (-2147467259), to be exact... and wont allow me to clean anything.

Im downloading Windows Service pack 2 right now and will see if this fixes my problem. I recently had a virus problem which took some time to get rid of. but im guessing this Windows Installer pop up is a result in this virus problem.. i have old and new HJT reports in another forum that i could get if needed..

Plz help me.. im dying to get rid of this.. more of annyonce then a problem..
Feb 18 '08 #1
2 6507
scotevl907
2 New Member
wow nobody has a answer to this?
Feb 19 '08 #2
AmberJain
884 Recognized Expert Contributor
Ok trying to keep this simple. I have this Windows Installer pop up everytime i open a program on my computer. Iv searched everywhere and tried everything i can think of. Only thing i havent done is uninstall the windows installer and reinstall it.. iv tried upgrading and nothing.. iv tried windows installer cleanup.. but for some reason i get this, run- time error '-2147024882 (8007000E) system error &H80004005 (-2147467259), to be exact... and wont allow me to clean anything.

Im downloading Windows Service pack 2 right now and will see if this fixes my problem. I recently had a virus problem which took some time to get rid of. but im guessing this Windows Installer pop up is a result in this virus problem.. i have old and new HJT reports in another forum that i could get if needed..

Plz help me.. im dying to get rid of this.. more of annyonce then a problem..
_______________ _______________ _______________ _______________ _____
First of all COOL DOWN........... ............... ............... .

Please tell your present OS version and any other detail you can provide.

Further more, you said-"I have this Windows Installer pop up everytime i open a program on my computer". Which is that program that causes windows OS to pop up windows installer or this problem is with every .exe file? Also when windows installer is launched, what it does after it's launch?
Tell it soon..........
_______________ _______________ _______________ _______________ _____
A bit of what I already know........... ..
_______________ _______________ _______________ _______________ _____
MSICUU gets run-time error (8007000e) and System Error &H80004005. Unspecified error when it is used to uninstall fragments of applications.

This error is a VB/VBA automation error.Specifica lly this error means ‘Out of memory’.

Remember, part of the description of the error will include a link, which you
should double click for further information. You can copy using copy
and paste. Often the link will, however, say there is no further
information.

Possible Cause and Remedy:

This error has been encountered when an application was attempting to write to the NT/W2K event log but the NT/W2K event log was full. The event log was set to ‘Override events older than NN days’ (and there was no system message indicating that it was full). Changing this to ‘Overwrite Events as Needed’ removed the error. The application in question was a Visual Basic 6 application, it is not clear if that is significant.

ALSO THIS IS IMPORTANT-----Check out more details about the error you are getting on :

http://support.microso ft.com/kb/q186063/

It's a lot technical so you might need to put your complete mind to it.
_______________ _______________ _______________ _______________ _____
Hope this helped a bit............ .....
Feb 20 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

0
2045
by: Brett Gerhardi | last post by:
Hi all, I'm having a nightmare with Windows Installer projects and souce control. My situation is that I have a few related windows application / dlls, some generic shared library files and a windows installer to install it. I have all of these in the same solution to enable easy debugging and maximum flexibility. I want my source control to be something like this (from the /$ root) MyBigApplication - vb.net main windows application
7
3688
by: sidd | last post by:
Hi All, i have some doubts on .net windows services.. please see if some one could help me understand this.. 1)is it possible to install a windows service which does not have a installer added to it, using installutil.exe OR is it must to have an installer to the service project to be able to
2
1606
by: Job Lot | last post by:
Can some1 pls help me with this I have recently installed .net framework bootstrapped plug in to include mdac and .net framework in my custom application setup. Now the problem is, MS Windows Installer 1.5 is getting included the package? I was trying to install my app on a computer running Windows 98 and got an error that windows installer information in not included and setup terminated?
4
7091
by: bob lambert | last post by:
Help I am trying to deploy to another pc a vb.net std 2002 windows form application. I am confused. I created a project - windows form I built form, compiled and debugged. I created a deployment project (myproj installer) I added my windows app to the installer under myproj installer properties, I set bootstrapper
1
1894
by: Rob R. Ainscough | last post by:
I'm having several issues with Windows Setup Projects in VS 2005 and need to find a resource that might be able to help me work around some of the short comings of Windows Setup Projects (Windows Installer 3.0). My specific issues: 1. DetectNewerInstalledVersion = False, still detects a version and refuses to install even with UpgradeCode = same and ProductCode being difference. 2. DeleteAtUninstall doesn't work if = False (some BS...
4
2006
by: Rob R. Ainscough | last post by:
The task is brain dead simple - Uninstall prior Windows Service and Install newer version of Windows Service Background: 1. My Windows Service written in .NET 1.1 and deployed via MSI (Windows Installer) 2. My Windows Service is upgraded to .NET 2.0 with deployment project using MSI (Windows Installer) Upgrade code is the same from the .NET 1.1 version to the .NET 2.0 version
8
7957
by: Juhein½juhein | last post by:
Hello. I have this strange problem when installing autocad lt 2006. Or actually I´m creating an administrative image when I´m trying to deploy the CAD. So the problem is this: First when I started to install I get runtime erors. There were about 10 different Error: <xxx> is not defined. I managed to solve this problem by fixing the IE registry. But now I´m very stuck and banging my head to the wall. When I register the cad, the installer...
5
3311
by: dm3281 | last post by:
I'm really starting to hate writing services -- or trying to, anyway. Why do I need to rename my project to the service name? Why do I need to set the "ServiceName" property to my service name? Why do I need to set a property within my code to the service name? Are all these required or am I just doing this for consistency purposes?
7
1356
by: =?Utf-8?B?Qi4gQ2hlcm5pY2s=?= | last post by:
I have not touched a Windows Service app since my MCAD certs (about 5 years ago...) I've just been assigned to write a quickie app. I could use a 2nd opinion here. The app is to be written in Dot Net 2.0 (VB). Probably all it will do is monitor a directory (at intervals controled by a timer), do some stuff with text files, and ftp text files to an ftp. I believe I've successfully tested most of the techniques I'll be using but I was...
0
9536
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10245
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10205
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10021
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7559
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6802
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5458
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5582
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4131
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.