How to prevent Windows Installer screen displaying after startup?

G

Guest

After the end of each startup, I have a Windows Installer V3.01.4000.1823
open screen on my desk top, and the Windows Task Mgr screen will display
Task: Windows Installer as running with Process = msiexec.exe. How do I
prevent this screen displaying after startup? I'm using XP Pro v 2002, Svc
Pk 2. Please Help!
 
G

Guest

To stop that folder from coming up at Startup... Go To the Start button.
All Programs. Startup. Right click the folder that you do not want to popup
and delete it. Problem solved.
KRB
 
G

Guest

I went to Startup as you suggested below. However it was empty & showed
nothing for me to delete.
 
S

Squire

Try the following -

On the start, run line type - services.msc
scroll down and double click Windows Installer,
set it for Manual.

Jerry
 
R

Rock

Bevy_Jeter said:
After the end of each startup, I have a Windows Installer V3.01.4000.1823
open screen on my desk top, and the Windows Task Mgr screen will display
Task: Windows Installer as running with Process = msiexec.exe. How do I
prevent this screen displaying after startup? I'm using XP Pro v 2002, Svc
Pk 2. Please Help!

Every time I launch my application, Windows Installer performs an
installation. How can I determine the cause of the on-demand installation?
http://www.microsoft.com/windows2000/community/centers/management/msi_faq.mspx
 
S

sundaram4u

hi
I think, This is because of an application which is trying to copy and
create any files and registry keys at lon in time, so find out the
application, exactly what it shows when you see the window, then we can
find out the problem and then we could solve it, please come with
further details
 
G

GRAYGHOST

I use to have windows installer appear after a system restart on my
windows xp pro SP2. It was attempting to repair Norton Antivirus. A
message stated that NAV did not support the repair operation. I fixed
the problem by uninstalling NAV and reinstalling it. Hope this help!

grayghost
 
G

Guest

this is what the displayed window contains:

Windows ® Installer. V 3.01.4000.1823

msiexec /Option <Required Parameter> [Optional Parameter]

Install Options
</package | /i> <Product.msi>
Installs or configures a product
/a <Product.msi>
Administrative install - Installs a product on the network
/j<u|m> <Product.msi> [/t <Transform List>] [/g <Language ID>]
Advertises a product - m to all users, u to current user
</uninstall | /x> <Product.msi | ProductCode>
Uninstalls the product
Display Options
/quiet
Quiet mode, no user interaction
/passive
Unattended mode - progress bar only
/q[n|b|r|f]
Sets user interface level
n - No UI
b - Basic UI
r - Reduced UI
f - Full UI (default)
/help
Help information
Restart Options
/norestart
Do not restart after the installation is complete
/promptrestart
Prompts the user for restart if necessary
/forcerestart
Always restart the computer after installation
Logging Options
/l[i|w|e|a|r|u|c|m|o|p|v|x|+|!|*] <LogFile>
i - Status messages
w - Nonfatal warnings
e - All error messages
a - Start up of actions
r - Action-specific records
u - User requests
c - Initial UI parameters
m - Out-of-memory or fatal exit information
o - Out-of-disk-space messages
p - Terminal properties
v - Verbose output
x - Extra debugging information
+ - Append to existing log file
! - Flush each line to the log
* - Log all information, except for v and x options
/log <LogFile>
Equivalent of /l* <LogFile>
Update Options
/update <Update1.msp>[;Update2.msp]
Applies update(s)
/uninstall <PatchCodeGuid>[;Update2.msp] /package <Product.msi | ProductCode>
Remove update(s) for a product
Repair Options
/f[p|e|c|m|s|o|d|a|u|v] <Product.msi | ProductCode>
Repairs a product
p - only if file is missing
o - if file is missing or an older version is installed (default)
e - if file is missing or an equal or older version is installed
d - if file is missing or a different version is installed
c - if file is missing or checksum does not match the calculated value
a - forces all files to be reinstalled
u - all required user-specific registry entries (default)
m - all required computer-specific registry entries (default)
s - all existing shortcuts (default)
v - runs from source and recaches local package
Setting Public Properties
[PROPERTY=PropertyValue]

Consult the Windows ® Installer SDK for additional documentation on the
command line syntax.

Copyright © Microsoft Corporation. All rights reserved.
Portions of this software are based in part on the work of the Independent
JPEG Group.
 
S

sundaram4u

hi this is because of some exe or script which is calling the
msiexec.exe when you login to your system, so this is poping up this
window, please search for the exe in your startup programes or in run
keys which you can find out by the following way

go to star menu -> run -> type "msconfig" and give enter

now you will get
"system configuration utility"

in that window go to startup tab

and check it out any unstandard exe or script is been called up, if it
so then just remove the tick mark of that particular exe or script and
restart your machine and check it out, please do it one by one exe
until you do not get the popup...

if this doesn't work, then go to your eventviewer and take back up of
all the events and delete it, and again restart it and check the event
message and try to find out any problem has been written let me know
that i will try to find out.

regards
sundaram.s
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top