Re: msiexec problem



manged to fix it using the following command line -

msiexec.exe /q ALLUSERS=2 /m MSIXPHEX /i "Pervasive.SQL Client.msi" /qb+!

sems that sms installed it only with the localadmin context, putting the all
users switch in means it then shows up in add/remove programs and the start
menu for all users.


"Rune Norberg" <runeno@xxxxxxxxxxxxxxxx> wrote in message
news:ua8qXLxhFHA.1416@xxxxxxxxxxxxxxxxxxxxxxx
> /qn will suppress all MSI user dialog, suggest you tick "Allow users to
> interact with this program" and change the command line to /qb which will
> show you an dialogbox of the progress and hopefully the error.
>
> You could also consider adding a default MSI log file for the
> installation, fx.
> /L*v %temp%\program.log
> which will give you more clues on what's going wrong. There are also some
> events from Windows Installer that are logged by default to the
> application event log, you might take a look at those as well to see if
> those can help you.
>
> /Rune
>
> "Mungoblack" <mungo@xxxxxxxxxx> wrote in message
> news:8UTAe.253$l25.181@xxxxxxxxxxxxxxxxxxxxxxx
>> as an update, msiexec was not running due to an issue with the machine.
>> This has now been resolved.
>>
>> However running the program from sms using the commands below, the
>> program installs but it never shows up in add/remove programs or in the
>> start programs menu? If i run directly from the command line then
>> everything is fine.
>>
>> I have seen a previous post which suggested ticking the "allow users to
>> intertact with this program" in the environment tab of the program, but
>> this has not helped. This happens on all machines i have tried, all xp
>> sp2 with installer 3.1 or installer 3.0.
>>
>> Any ideas?
>>
>>
>> "Mungoblack" <mungo@xxxxxxxxxx> wrote in message
>> news:jMyAe.4854$f77.3423@xxxxxxxxxxxxxxxxxxxxxxx
>>>I have a program which i am trying to push out using software
>>>distribution. The command line of my program is -
>>>
>>> msiexec /I "pervasive.sql client.msi" /qn
>>>
>>> If I run this command from the command line then everything installs ok.
>>> My distribution points are all updated. If i force it out using an
>>> advertisement then my clients can run the program but looking in task
>>> manager msiexec starts running but then just stops. The program never
>>> gets installed.
>>>
>>> I have installed other programs fine using software distribution. has
>>> anyone else seen issues like this before?
>>>
>>
>>
>
>


.



Relevant Pages

  • msiexec problem
    ... I have a program which i am trying to push out using software distribution. ... If I run this command from the command line then everything installs ok. ...
    (microsoft.public.sms.swdist)
  • Re: MS Desktop Engine 2000
    ... same problem for me ..I have MSDE2000 RTM version I used following command ... it installs something and after that when I use the following command to ... I get the same old RTM version info..does that means SP3 not applied ...
    (microsoft.public.sqlserver.security)
  • Re: msiexec problem
    ... msiexec was not running due to an issue with the machine. ... If i run directly from the command line then everything is ... >I have a program which i am trying to push out using software distribution. ... > If I run this command from the command line then everything installs ok. ...
    (microsoft.public.sms.swdist)
  • Re: Printing up a creek without a paddle...
    ... Sounds like the "lp" command on this particular machine isn't the standard ... Please keep in mind that AIX supports its own print subsystem and the ... Third party software often installs into /usr/local/bin. ...
    (comp.unix.aix)
  • Re: Cannot dcpromo server, DNS error
    ... >> the installs ran fine neither program will run, ... > restart use the cd command. ...
    (microsoft.public.windows.server.dns)

Loading