Avatar of kulisncc
kulisncc

asked on 

MSIEXEC Issue

I wrote a logon script that works great except for the most important part, the application installation. Actually the application installs perfectly, however, it does not show up in Add/Remove Programs, but it is registered in the registry. For some reason if I run:

Msiexec.exe /qn /i "my.msi"

it installs but like I said, it does not show in Add/Remove Programs, but if I run with UI:

Msiexec.exe /i "my.msi"

it does show up in Add/Remove Programs.

The only thing that I can presume is that the actual msi package itself has been configured/constructed for this to occur, but I do not know why.

Should I use InstEd to break into the msi package and tweak it or what? I really need this application to show in Add/Remove Programs.




Microsoft ApplicationsIT Administration

Avatar of undefined
Last Comment
kulisncc
Avatar of jcimarron
jcimarron
Flag of United States of America image

kulisncc--Why do you feel you have to start msiexec.exe at boot?  Msiexec.exe is the executable for starting Windows Installer.   Windows Installer is installed by default as part of the installation of most versions of Windows, including Windows 7.  It is used by certain programs to assist in their installation.  
msiexec.exe is not normally started automatically at boot, but is turned on automatically when a program signals for use of Windows Installer.
From this reference  
http://process.networktechs.com/MsiExec.exe.php
"MsiExec.exe is the executable for the windows installer. This should only be running while you are running an installer."  If you really want Windows Installer to be running all the time, set it to start Automatically in Services
Windows Installer is not in my Control Panel|Programs and Features.  Why do you feel you need this program to appear there?
If you want to disable Windows Installer, the path to the executable is C:\Windows\system32\msiexec.exe /V

Avatar of BillDL
BillDL
Flag of United Kingdom of Great Britain and Northern Ireland image

What is the application you are trying to install from the logon script?
Avatar of kulisncc
kulisncc

ASKER

Perhaps I did not make myself very clear. I know very well that msiexec is a native program and that it is called upon when manually running an msi package. What I am trying to do is to install an msi package when a user logs on using a scrpt that I wrote. In one of the lines of the script I have the following:

Msiexec.exe /i "my.msi"

But, if I do it thie way, then the program I am installing does not register in such a way that it is visible within Add/Remove Programs. However, if I run it manually or use the following line within my script:

Msiexec.exe /i "my.msi"

...it does get registered in Add/Remove Programs.

So, my question is, how do I get this msi package to run silently without any user input but also get it registered in Add/Remove Programs? Thanks.
Avatar of kulisncc
kulisncc

ASKER

DAMMIT!! I meant: Msiexec.exe /qn /i "my.msi" for the first line above. Sorry.
Avatar of kulisncc
kulisncc

ASKER

The application is Strata Excel Client 7.5.122 from Strata Decision Technology
ASKER CERTIFIED SOLUTION
Avatar of kulisncc
kulisncc

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Avatar of kulisncc
kulisncc

ASKER

I researched my issue more and found on Microsft's website how to get it working correctly.
Microsoft Applications
Microsoft Applications

Microsoft applications include a variety of software programs, including development and digital authoring programs (Expression and Media Center), educational programs, Internet software, including Essentials, Skype and the Live family, anti-virus, productivity applications and suites like Office, Excel, Word, Outlook, Access and PowerPoint, video games and server applications such as Exchange, SharePoint, IIS and Virtual Server.

45K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo