Stopping Services when rolling out NAL Update

I am trying to roll out a newer version of McAfee software. Before NAL
can successfully install the update I need to turn off the McAfee
services that are already running.
Is there an easy way to have the NAL turn off the services?

For McAfee, we use the McAfee Installation Designer to build an
MSI-based (with Setup.exe) install. From there I build a simple
application object that launches setup.exe with /qb /i in the
parameters. Combined with the script I mentioned in the previous post I
now have an app object I can re-run against any machine having problems
with McAfee; it removes McAfee then re-installs it using the installer
McAfee provided.
I try to use the snapshot tool as little as possible. If an installer
has command-line options for a silent install I use a simple app object
to launch the installer for that app. Keeping away from snapshots
reduces my dependence on ZENworks, or any specific deployment vendor.
If I make a "deployment tool agnostic" installer, I can move that to any
deployment tool and not have to reinvent anything. If my shop were to
abandon ZENworks and go with something else, I now have to rebuild all
my snapshot'd apps using the new tool.
Along this line of thought, now that my shop is moving to ZENworks 6.5,
I have access to the InstallShield AdminStudio (comes with Zen 6.5)
which has tools that take the pain our of manipulating MSI packages. I
recently attended the Zen 6.5 ATT class and it was highly recommended to
start using MSIs anywhere you could.
If you haven't yet stumbled across it, www.appdeploy.com is a great
resource for building silent installs (I have no affiliation with
AppDeploy).
Enjoy!
[email protected] wrote:
> Thank you everyone for your suggestions. Curry - I wanted to ask you a
> little more about how you updates work. I tried your script in Run
> Before Distribution - I got resource errors so moved the script into a
> batch file on our network and launch that instead. The batch file works
> great and uninstalls McAfee. When I roll out the snappshot image, I find
> that it does not install all of the files. Even when I tell it to Always
> Write and Distribute Always.
>
> Could you tell me a little bit more on how you create your snappshots and
> roll them out?
>
> Thank you.
>
>
>
>>We've upgraded a couple versions of McAfee over the years and in each
>
> of
>
>>our app objects under the "Run Before Distribution" script I call a
>>simple .CMD script (see below) which removes the previous versions
>
> (thus
>
>>stopping the services). The "/X{GUID}" syntax should work for
>>uninstalling most software packages. I always throw the "Exit 0" in at
>>the end because I've had some oddities occur when ZenWorks couldn't
>>determine if a script ended normally.
>>
>>-------Begin Script-------
>>@Echo Off
>>Title Removing McAfee
>>
>>Echo.
>>Echo Attempting to uninstall McAfee 4.5.1...
>>Echo.
>>START /WAIT /B %SystemRoot%\System32\msiexec.exe /qn
>>/X{87AEFD84-BC0D-11D4-B885-00508B022A51}
>>
>>Echo.
>>Echo Attempting to uninstall McAfee 7.1...
>>Echo.
>>START /WAIT /B %SystemRoot%\System32\msiexec.exe /qn
>>/X{59224777-298D-4E9C-9AEB-4A91BDA01B27}
>>
>>Echo.
>>Echo Done.
>>Echo.
>>
>>EXIT 0
>>-------End Script-------
>>
>>Enjoy!
>>
>>[email protected] wrote:
>>
>>>I am trying to roll out a newer version of McAfee software. Before
>
> NAL
>
>>>can successfully install the update I need to turn off the McAfee
>>>services that are already running.
>>>
>>>Is there an easy way to have the NAL turn off the services?
>
>

Similar Messages

  • Does anyone can help me with Typical issues to deal with when rolling out ERP in Japan?

    Does anyone can help me with Typical issues to deal with when rolling out ERP in Japan?

    If it were me I would schedule an appointment at the store where you bought it and meet with the Manager of the store in person. Print this post and bring it with you along with your iMac.
    And change the password on your Apple ID and then see if there are in purchases in your account that you did not make. If there are then someone did get your ID and password. If not someone got your Credit Card information from somewhere and used it.

  • Error: "Stopping Services" when upgrading itunes :-( help!

    i needed to upgrade my itunes so that i could use my new ipod nano. when i went to do this, i got almost all the way through the download until it says "stopping services." Then after thinking for a long time an error comes up saying the "ipodservice" could not be stopped. Verify that you have sufficient privileges to stop system services. Now, my old itunes is missing. And the new one isn't finished installing. What should i do!?
    i have windows xp

    that can happen sometimes if the itunes installer is having a hard time shutting down either itunes or quicktime (or applications using quicktime) prior to the install. so let's try a "download, restart, then install strategy."
    leave your ipod unplugged.
    download and save a copy of the itunes installer to your hard drive. (do not run the install on line, and do not start the install by clicking on the iTunesSetup.exe (installer) file just yet.)
    Latest iTunes Installer
    shut down running applications and restart the PC.
    do not open any other applications prior to attempting the iTunes install. switch off antivirus and antispyware applications prior to the install.
    now start the install by doubleclicking the iTunesSetup.exe file.
    TRY THAT THE GUY TOLD ME THAT AND IT WORKS NOW. its cool.

  • Serial number rejected when carrying out software update

    Hello,
    I'm trying to carry out software update for FCP 5.1...
    When I enter the serial no. I get this message:
    The serial number you entered is not valid. See the materials that came with your product for the correct serial number. Use uppercase letters when entering your serial number.
    It is the correct serial no. so I don't know what to do?
    Cheers.

    http://discussions.apple.com/thread.jspa?threadID=1015113&tstart=50

  • Hyperlinks in PDF doc stop working when emailed out in Mac Mail. Why?

    I have created a Pages document with hyperlinks and then saved it as a PDF.
    The PDF document retains the hyperlinks (they still work).
    When I attach the PDF to Mail and email it out the hyperlinks stop working unless I double click on the PDF document (which "opens it").
    Why? Help please as I want the hyperlinks to work when the email is received - ie. without double clicking on it. Thanks.

    First off, Word should show you the version on a splash screen when you launch it.
    Also, what happens to the links if you just open the document in Word and save it as a PDF?

  • OSB Setting SOAP Body Id value in proxy service when calling out to another service

    I have a proxy service deployed in OSB.  I need to set the Id attribute value on the SOAP Body element to a specific value prior to invoking the business service.
    In the service callout I currently has  "Configure Payload Document" selected.
    Do I need to do an XPath / XQuery transformation in an Insert or Update message processing action in a prior step of the message flow before the callout to the business service?

    Suppose below is your request you are passing to Business Service :
    <math:input
    xmlns:math="http://www.math.org">
        <math:inp1>100</math:inp1>
        <math:inp2>1</math:inp2>
        </math:input>
    Now before passing it to BS you need to change the value of inp2 to let say 200.
    So just before service callout , add a replace action
    Replace [ node contents ] of [ ./math:input/math:inp2 ] in [ body ] with [ 200 ]
    Your new request will become:
    <math:input
    xmlns:math="http://www.math.org">
    <math:inp1>100</math:inp1>
    <math:inp2>200</math:inp2>
    </math:input>
    Hope this helps.
    Regards,
    Karan
    Oracle Fusion Middleware Blog

  • Error when roll-out Lync 2013 (Japanese)

    Hi all,
    i have currently encountered a strange issue.
    Our company has deployed lync server 2013 and i need to upgrade our client from OCS 2007 R2 to Lync 2013.
    We use SCCM 2007 to perform this task.
    i have already created packages for Lync 2013 Chinese and English without any issue.
    But when i do the same for Japanese version (x86). The package will report success but the installation actually failed.
    when i checked the log, i got this error:
     Error: MsiBeginTransaction failed. MsiBeginTransaction ErrorCode: 1601(0x641).
    So i tried to install the same package on the same computer LOCALLY, and it worked.
    i only get this error when push it from SCCM.
    i also tried to redownload the installer from Volume License Center, and created a seperate SCCM package, but still got the same error.
    Have anyone else experienced this? Is there anywhere else i can download another version of JPN Lync2013?
    Or how do i simply resolve this?

    Verify that you deploy Japanese package on SCCM Language.
    Also, you need to ask this question on SCCM Forum
    http://social.technet.microsoft.com/Forums/en-US/home?category=systemcenter2012configurationmanager
    Please remember, if you see a post that helped you please click (Vote As Helpful" and if it answered your question, please click (Mark As Answer).

  • How do I make a form re-usable when rolling out to other Countries?

    Dear experts,
    i'm seeking for suggestions about the best design which could help saving time on development for multiple forms i should produce for a multi-national client.
    In more details, the client is asking to create a number of forms in the SD area (Order advice, delivery note/Bill of Lading, Payment slips and in particular Billing outputs) for different Countries in North and South America.
    I'm striving to avoid creating separate forms for separate Countries, as ideally i'd want to create just one form per type (i.e. one form for Billing, one form for Delivery note...) and re-use the same forms for all Countries, where specific data should differ from one Country to the other.
    We've been working on similar topics in the past, adding some logic behind some texts which we've made "parametric", meaning different standard texts are printed in the same box depending on some organizational values (i.e. sales organization or company code), but we're looking for something "smarter", where having different pricing structures in different Ctries, for instance, might still work if those Conutries use the same billing form
    Is there any best practice you'd like to share with me with regards to this? Is there any new functionality SAP has delivered recently which helps in this direction?
    Many thanks to all who will want to reply to my weird question.
    Regards,
    Fabio

    Ok I am able to do all of that in just Reader 9.xx alone?
    I cant seem to find the form tools to edit the various fields?
    I dont seem to see any "advanced" tab any where in the top menus?
    I see preferences under edit?
    Also I originally made the document in Word & it included a logo at the top.  From word I also saved it as a pdf so I could open it in Reader.
    The text looks fine & exactly how it was in word, same font & everything, but now the logo looks really grainy & terrible?
    Can I delete the image & try to readd it in Reader?  Does it have those abilities?

  • Rolling out updates automatically to clients?

    Hi all,
    I am curious other than JNLP/WebStart which we will not be using, how anyone has automated the process of updates to clients? In our case, we have a central JBoss j2ee server. We may need to update the code at some point, roll out new mbeans, etc. We also need to update each client that connects to it. In fact, our clients run a java service that every 5 minutes connects to the J2EE server to check if any updates of data exist for it to handle. What we want to know is if its possible to roll out an update automatically in some manner such that the jave service can shut down, be updated, then restarted? Has anyone done something like this?
    Thanks.

    Hi Pal. I have visited your other thread talking about the classloader thing.
    I am interested in knowing that.. i know this is not the right place. I was looking for your emailID but cudnt actually find it.
    What i want to know is :
    I am running one webApp on Weblogic Application Server. I want to trace all the activities happening thru that application like, which class is being calle now, which method of which class, what heap memory, memory leaks etc and the SQL Queries being processed through JDBC.
    I am trying to look for the solutions thru various ways. I am interested in knowing thru ClassLoader concept. Is it possible to trace all the classloaders in the runnung APP server or?? can we make one Classloader which can act parent to all the classloaders etc. I mn how can i proceed about it.
    If doing such thing is possible can u guide me to a proper Address ? or you can help me with something.
    Let me know.
    [email protected]
    Ravi Pal

  • Rolling out SSL cert on CAS array

    Hi there, 
    I have an exchange 2010 CAS array with 2 servers in it. I need to roll out an updated SSL certificate as the old one has expired
    however, it only seems to allow me to install this certificate on the CAS1 server. 
    When I did was I (using the GUI) created a new Exchange certificate. Put in the FQDN of both my CAS servers when I created
    it (although only 4 SAN names appear on the cert on Godaddys website, that being imap, pop, mail and autodiscover). Got my SSL cert from the 3rd party. Completed the certificate and it seems to be ok one my CAS1 server. But then there is no SSL cert on the
    CAS2 server. I just wondered how I would go about installing it on that server, or even if it is necessary to have it on there. 
    I tried exporting/importing it from CAS1 to CAS2 but on CAS2 it just shows it as "The certificate is invalid for Exchange
    Server usage".
    Any help is appreciated

    First of all, you don't need the server names in the cert if your Exchange urls are configured to a load balanced url. Going forward, you will not be able to get a certificate from 3rd party with internal urls (server fqdn) in it.
    When you export the certificate from CAS1, make sure that you include the private key as well (there will be a check box to tick) and import it back on CAS2.
    If not, you can just import the certificate into CAS2 by selecting Import Exchange certificate in EMC and select the 3rd party cert (just like you imported on CAS1).
    Yes, you need the certificate on both servers, otherwise you will get certificate errors on clients (assuming that there is some form of load balancing in place - NLB or hardware).

  • Why must I upgrade RIGHT NOW or quit CC when an update rolls out?

    After the umteenth iteration of this, I'm growing very tired of being FORCED to update my creative cloud manager every single time an update rolls out. I come from a an IT strategic background that strongely believes in not changing smoothly running setups until the most opportune time (between projects), and this is necessitating mid-project version changing.
    What is changing so frequently with that app manager service? Why is it so critical that I be up to date that you force the exiting of the service rather than let it run one version back? Please consider changing this policy as it is disruptive to professional workflow, though, admittedly, the app manager itself isn't likely to cause a project jeaopardizing problem as much as, say, after effects or premiere are. THe more significant issue may simply be that it's annoying me and the staff here when it seems pretty much every time we ever click that CC icon, we have to sit through an update.

    I agree. Sick of this kind of blackmail from Adobe.

  • Do i need to update software when i receive to update and is it can makhe my device out of service

    Do i need to update software when i receive to update and is it can make my device out of service it happened before

    my previous iphone 4 was not been jailbroken but after a year i did updated the software and my device shown blank on the screen, then when people called me that was ringing but my end shown nothing means no ringing and totally blank on the screen,no ringing and cannot been switch off and on the device.it continous happen between 3-5 month after i updated the new version software which shown on my device at setting mode.Now i really can't stand anymore i got no choice then i need to change to iphone 5.Now my question with this new device i bought in malaysia with no jailbroken do i compulsory to updated software on my new iphone 5 that now shown on my device at my setting mode.Please advice me what i need to do to make my live easy because i dont want to reformat my device as previously and as a result everything i kept in my device was gone.Waiting for your reply urgently.THANKS

  • ITunes12 stops working when syncing with iPhone5. It can't copy the files. Tried everything; uninstalling, re-installing, updating... Still the same. HELP Please? :'(

    This just happened a day ago. It was when Windows failed to update. When I plugged my phone to the laptop, there seemed to be a pop-up box appearing in iTunes saying, "iTunes has stopped working. A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available" At first only the album artworks of the songs were not copied. I tried uninstalling and re-installing it using the instructions from here: Remove and reinstall iTunes and related software components for Windows Vista, Windows 7, or Windows 8 - Apple Support. But still, it did not work. That's why I though t that maybe because Windows wasn't able to update that's why syncing keeps on crashing.
    However, after that failed update yesterday, I was able to update Windows 8.1 today. After that, I tried uninstalling and re-installing iTunes. I cleared up everything even the contents from the library to start anew. After that, I tried syncing it with my phone hoping that it would finally sync. Unfortunately, that evil pop-up window appeared again.
    I really don't know what to do about it. I've been using iTunes for how many years already and I have never experienced crashing.
    And about that solution, well Windows haven't notified me yet. And I doubt if they will.
    I really hope that someone out here could help me solve this problem. I've been stressing out about this the whole day. It's just so hard because there are a lot of files that I lost, especially music. </3
    Thanks

    Hi shararara,
    Welcome to the Apple Support Communities!
    I understand that you are receiving an error that iTunes has stopped responding. I know you have already tried some treat troubleshooting, but in this situation I would suggest working through the steps suggested in the attached article. 
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues - Apple Support
    Best regards,
    Joe

  • My iMessage stopped working when I did the latest update on my phone. I have literally tried everything to reset it. I am currently not in the US, but my iMessage has always worked when I was in wifi and my phone is still activated.

    My iMessage stopped working when I did the latest update on my phone. I have literally tried everything to reset it. I am currently not in the US, but my iMessage has always worked when I was in wifi and my phone is still activated. I have tried to reset my network settings, my location, and even the reset all settings. When I click on my settings and iMessage it says that it is still waiting for activation... and my phone number is grayed out. I am able to recieve an iMessage to my email and that could work for right now but i'm not sure how to start a conversation the defaults to being sent from my email and not my cell phone number. please help!

    Hi shanny202.
    Really strange problem you have there. I have a few questions though.
    Please try again and try to make the phone as a new without restoringen with you iCloud-data or backup-data from iTunes. Maybe it is something wrong with the data (strange).
    Anyway, i think you should call Apple Support or visit an Apple Store, don't forgot to make a Genius Bar reservation.
    You locate the nearest Apple Store here: http://www.apple.com/retail/storelist/
    And here is Apples phone numbers around the world for support: http://support.apple.com/kb/HE57

  • IPhoto just stopped working. It loads pictures, but then goes into rainbow wheel forever. Then I try to force quit it, and then the whole Mac hangs up (had to power cycle it to get it back). I am using OS 10.5.8, and when I run software update, it assures

    iPhoto just stopped working. It loads pictures, but then goes into rainbow wheel forever. Then I try to force quit it, and then the whole Mac hangs up (had to power cycle it to get it back). I am using OS 10.5.8, and when I run software update, it assures me I have up to date software. I have not added any photos since the last time I used it, probably less than a month ago. What gives?

    Try these in order - from best option on down...
    1. Do you have an up-to-date back up? If so, try copy the library6.iphoto file from the back up to the iPhoto Library allowing it to overwrite the damaged file.
    2. Download <a href="http://www.fatcatsoftware.com/iplm/"><b><u>iPhoto Library Manager</b></u></a> and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    3. If neither of these work then you'll need to create and populate a new library.
    To create and populate a new *iPhoto 6* library:
    Note this will give you a working library with the same Rolls and pictures as before, however, you will lose your albums, keywords, modified versions, books, calendars etc.
    Move the iPhoto Library to the desktop
    Launch iPhoto. It will ask if you wish to create a new Library. Say Yes.
    Go into the iPhoto Library on your desktop and find the Originals folder. From the Originals folder drag the individual Roll Folders to the iPhoto Window and it will recreate them in the new library.
    When you're sure all is well you can delete the iPhoto Library on your desktop.
    In the future, in addition to your usual back up routine, you might like to make a copy of the library6.iPhoto file whenever you have made changes to the library as protection against database corruption.

Maybe you are looking for

  • Question on RBO & CBO

    hi, Plz clear some doubts.In 1 interview below questions were asked to me.. 1) how oracle will decide RBO or CBO have to used for query optimization? is there any parameter we need to set in init.ora file or any other parameter will decide to pick RB

  • Forms and Reports Feature/Benefit Demo

    Hi, I downloaded a sample code, Forms and Reports Feature/Benefit Demo, from OTN sample code site. During the installation it says that my system (NT 4.0 Workstation with Oracle8 Server Release 8.0.6) does not have Oracle WebDB Listener. Where can I

  • Mac OS X 10.6.5 Disk verification problems

    Hi, I just used the disk repair utility and oh boy i found a problem. Here is what it says: Performing live verification. Checking Journaled HFS Plus volume. Checking extents overflow file. Checking catalog file. *Incorrect block count for file live.

  • Event-driven DAQ

    I want to take readings from a DAQ - Card and if one of these readings is out of pre-defined limits, I want to store the data in a file. I hope somebody can help me. Thanks. Marcel

  • Please help me for my email would not open as usual it would

    hello can someone help me to open my email from the bar at the bottom of the screen, please