Re: for distribution of setup

Tech-Archive recommends: Fix windows errors by optimizing your registry



Silent installation is available for many Microsoft products using command
line option like /q. Did you try any of command line options?

--
Thanks,

Heejae Lee [MSFT]
SMS Extreme Team/SDET
========================================================
This posting is provided AS IS with no warranties and confers no rights.
========================================================


"GillRilla" <leeg@xxxxxxxxxxxxxxxx> wrote in message
news:uvFFYMEeGHA.4040@xxxxxxxxxxxxxxxxxxxxxxx
I have tackled this problem in a brutish way:

From sysinternals.com i downloaded a utility called pskill.exe and
pslist.exe

From a command prompt, run pslist -t -s
This will show the processes running.

Now in a different command window, run your exe and check the pslist
window to find out the NAME of the process that is controlling the
Agreement box. Write that name down.

In your installation script, you can do something like this:

@echo off
mystupidprogram.exe
pskill mystupidprogram's_agreementbox

The mystupidprogram's_agreementbox is the process that launches the
Agreement dialog box you recorded above.

Hope this wasn't too confusing..

Gill


Using a script to install the .exe I would wait
"shareef909" <shareef909@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:1E5DD8C8-2A4F-4703-92B4-89AA074E92B4@xxxxxxxxxxxxxxxx
It all depends on the program.....

I always try to extract the exe when possible.....sometimes you find a
msi
inside.

Which program are you trying to install?

"Faisal" wrote:

i have some microsoft components in exe format. when i execute it, it
ask for
agreement. I want to distribute throught sms without user intervention.
How
can i do?
Also there is a setup program which ask for the destination directory
and
some other thing. How can i install without user intervention. the setup
doesn't have an answer file by default.




.



Relevant Pages

  • RE: fedora-list Digest, Vol 12, Issue 203
    ... >the Install programs app to get all the Development stuff at once. ... >Yes, I have tried running it from the command line, it just died with no ... >which defaulted to LVM use on a single drive. ... > O splendente, che vieni dalle sorgenti del Nilo, ...
    (Fedora)
  • New Debian31r1 Install - help me optimize - TNT2 - sudo - KDE - Xwindows
    ... of futzin with a new debian ... install, which was needed after a munged KNOPPIX install (I know, I ... the command 'dpkg-reconfigure xserver-xfree86' (which allowed me to ... trying to get the SOUND working yet..there's what seems to be a PCI ...
    (comp.os.linux.misc)
  • Re: Installing Net Framework Service Pack 1
    ... You *do* have a valid install of 1.1, ... We had already established that I had changed the ASP.NET tab to ... That's not a registry command. ... Here I try to enter the directory where the Net Framework 1.1 ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: How do I install an application using a custom component
    ... If your command is still set up to launch cmd.exe with the path to batch file you can add "pause" command there to catch the CMD ... there is a flag (Install Shiled supported) that you can add to the setup.exe ... Use the same FBA Generic command. ...
    (microsoft.public.windowsxp.embedded)
  • Re: for distribution of setup
    ... Did you try any of command line options? ... Now in a different command window, run your exe and check the pslist ... Agreement dialog box you recorded above. ... Using a script to install the .exe I would wait ...
    (microsoft.public.sms.swdist)