Installing multiple packages

HI,
I am not too familar with Zenworks. When I create packages I usually allow
them to start-up installing after a non-administrator logs in, and that
works great. I want to be able to install two packages when a user logs in
but set it up so that I can specify which package runs first. Can anyone
set me in the right direction?
Thanks in Advance,
JeffH

JeffH,
> I want to be able to install two packages when a user logs in
> but set it up so that I can specify which package runs first. Can anyone
> set me in the right direction?
>
Icon order governs the order in which they are run if associated as force
run.
- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)
Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement
Using VA 5.51 build 315 on Windows 2000 build 2195

Similar Messages

  • Installing multiple packages with pkgadd...

    hi there,
    sorry about this silly question but I am having some problem to install multiple packages with pkgadd. Basically I have packages with this form "apache-2.4.3-sol10-sparc-local" and not with pkg extension. So, checking the man page pkgadd -d /packages/dire/ all suppose to work, but it doesn't.
    I am sure I am doing a very simple error but couldn't figure out.
    It will be appreciated if someone help.
    Cheers!

    Hi.
    pkgadd -d - used for install many packeges from one location.
    location may be:
    1. Directory
    2. Separete file.
    You have many files that contetns packages. You can't do it with one commands, or you should previos converst all packages to one file ( man pkgtrans).
    You should use command:
    pkgadd -d <path>/apache-2.4.3-sol10-sparc-local all
    pkgadd -d <path>/gmp-4.2.1-sol10-sparc-local all
    pkgadd -d <path>/libtool-2.4.2-sol10-sparc-local all
    pkgadd -d <path>/ readline-6.2-sol10-sparc-local all
    pkgadd -d <path>/coreutils-8.19-sol10-sparc-local all
    pkgadd -d <path>/libgcc-3.4.6-sol10-sparc-local all
    pkgadd -d <path>/openldap-2.4.32-sol10-sparc-local all
    pkgadd -d <path>/sasl-2.1.25-sol10-sparc-local all
    pkgadd -d <path>/db-4.7.25.NC-sol10-sparc-local all
    pkgadd -d <path>/libiconv-1.14-sol10-sparc-local all
    pkgadd -d <path>/openssl-1.0.1c-sol10-sparc-local all
    pkgadd -d <path>/sqlite-3.7.13-sol10-sparc-local all
    pkgadd -d <path>/expat-2.0.1-sol10-sparc-local all
    pkgadd -d <path>/libintl-3.4.0-sol10-sparc-local all
    pkgadd -d <path>/pcre-8.31-sol10-sparc-local all
    pkgadd -d <path>/zlib-1.2.7-sol10-sparc-local all
    Regards.
    Edited by: Nik on 22.10.2012 4:06

  • How can I install multiple packages in one time?

    I use Software Update on this PowerBook to download, keep the packages and install onto my 3 Mac's.
    The question is how can I install multiple packages (update stuff) in one time (as we can do with Remote Desktop)? Just to save my time from retarting the machines for every single (required) packages.
    Many thanks, and happy new year.

    320/2766
    Happy New Year Ekapon,
    Instead of downloading the packages in advance,
    check (Software Update default) every software you need, then choose "Install & Keep Package" from the Install menu.
    This will install everything without needing to update prebindings and restart between each installation.
    Axl

  • How to install multiple packages with pacman?

    Hi ,
    I guess it's a pretty noobish question but I wonder how to install multiple packages
    that have the same prefix with Pacman.
    To make myself more clear, I like to install all gstreamer packages and for that I would
    like something similar to
    pacman -S gstreamer10*
    Is there a command that does something like this available? Found nothing in the man pages.
    Maybe some tricky stuff with pipes?

    sH wrote:Hi ibendiben,
    thanks for your help, but I'm afraid, it does not work
    I'm so sorry, my fault, I couln't test it, and made some big mistakes.
    This time it's working:
    pacman -S $(pacman -Ss gstreamer0.10 | sed -n 's#^\([^/]*/gstreamer0.10[^ ]*\) .*$#\1#p')

  • [SOLVED] Install multiple packages at once?

    Arch linux has by far the best documentation I've seen at this point and while I've read through the ABS section and the PACBUILDER section, I've not seen what I'm looking for.  Because of this, if its right in front of me, by all means, please point it out.
    Here's what I'm looking to accomplish:
    I'm running this on a simple notebook and I'm the only user so I don't really have any configurations that need be made on the fly later on, its pretty much just set it up the way I like it and that's that.  When I run a clean install, afterwards, I perform most of the steps outlined in the wiki's beginner's installation guide such as:
    install sudo, modify sudoers (using wheel group method)
    install x
    install nouveau and mesa
    install synaptic
    install dbus
    etc, etc, you get the point.
    Anyhow, instead of spending 2 hours (yes it takes me that long) typing pacman -S <package> to get everything installed and then spending the time to modify things like daemon array in rc.conf, etc...  is there some way I can compile a set of packages to be installed together?  for example, if I could package the above mentioned packages inside one package then just execute with pacman -U custompackage1.tar.gz that would be a good time saver especially if I reformat the hard disk and want to get everything back to my "base clean install" with all my base settings, programs, etc etc.
    I really hope this makes sense and that I didn't botch up my description of what I want to achieve.
    Thanks in advance!
    Last edited by shushu (2012-01-24 18:51:19)

    The easiest would probably be to keep a list of packages you want to install, update the fresh system first and then pipe your packages into pacman like this
    pacman -S $(<list)
    You can back up your config files (just tar them with full path) but I wouldn't recommend overwriting them blindly, as depending on the config file things may be slightly different on other hardware or you could miss some change in upstream config (pacnew etc).
    Last edited by hokasch (2012-01-24 14:27:43)

  • How to install/uninstall multiple packages from a list

    Is there any way to install/uninstall multiple packages written in file? E.g. I have text file with content:
    packageA
    packageB
    packageC
    And I want use something like "pacman -S <<< file-with-packages". I know, I can get these files on one line and paste it as parameters, but this is not pretty way.
    I tried searching (also in man), but I didn't found anything (if I missed this in man/wiki, I am sorry, now is "early tomorow" and my mind needs redbull or sleep )

    https://wiki.archlinux.org/index.php/Pa … d_packages

  • Installing multiple applications through one application (or package)

    I am trying to make an application (or package) that will install multiple programs through the one application.  Right now the only way I can see to do this, is to force an application to install another one as a requirement.  The easiest example
    I can give is iTunes.  We customize the iTunes install to lock down features and not install every application that isn't needed in our environment.  So technically iTunes actually installs 5 different programs.  I need to be able to select
    iTunes during an OSD deployment using the MDT UDI Wizard, and it will install iTunes and anything needed for it to work correctly.  
    I am just using iTunes as an easy example to explain.  We have other programs that work in a similar way, or require other applications to be install.  My main reason for this request is we have standard engineering applications, but I don't want
    them installed on all computers, I want just one option that will in turn install all the standard applications.  
    I am guessing what I will have to do, is make one install that requires the previous application and installs it, and do that for each application, but this doesn't seam like a good solution as it means I will have to have a separate application only for
    this OSD problem.
    Is there an easier/correct way of doing this, mainly for OSD?
    Thank you,

    Dependencies only forces the box to be checked, it doesn't install it in the correct order.  We are having another problem in that area.  We have an Office add-on that in SC requires a version of office to be installed.  We can't set the dependency
    for that add-on since we have multiple versions of office, but even if a version of office is selected, it doesn't try to install it before it tries to install the add-on.  So the add-on install ends up failing since office isn't installed when it tries
    to install, even though it installs afterwards.  
    This is why I am not considering using dependencies since I can't get it to install in the correct order.  If there is a way to enforce the when something gets installed, then yes, this would work for me.

  • To install multiple software in TS via variable list

    Wanna ask, im planning to use the install multiple app using dynamic variable list in my TS to install all my software. I see that the prerequisites in the software package program have to select the "Allow this program to be installed from the Install
    Package task sequence without being deployed". Do I have to update the package once I selected this option or don't need?

    Search the Net and found someone who is using the variable value to refer to the software package name (like what im doing right now). Im using the Install Package task by selecting the "Install software packages according to dynamic list" option.
    It says for packages need to put as below.
    Baseline Variables: PackageIDs:   Program Name:    
    Not sure how true is this, but if so, the variable that I should define in the collection is as below? Correct?
    Name: HPPACKAGE01:ABC00001 (package id)
    Value: DR - PRD - 3D DriveGuard (package name)

  • [idea] making makepkg able to make multiple packages.

    Hi All!
    I am thinking of creating a modification for makepkg, so that it can build multiple packages from one PKGBUILD. What I mean by this, is that (for example) you write a PKGBUILD for kdemultimedia, and it will build it, but it will spit out a split package.
    An idea of this PKGBUILD is one that I have based around moodin:
    pkgname=moodin
    pkgver=0.4.2
    pkgrel=1
    pkgdesc="Moodin in a ksplash engine which provides funky login screens."
    url="http://moodwrod.com/"
    depends=('kdebase')
    source=(http://moodwrod.com/files/${pkgname}_${pkgver}.tar.gz)
    creates=('moodin_libs' 'moodin_themes')
    build() {
    cd $startdir/src/$pkgname-$pkgver
    #patch -Np1 -i ../???.patch || return 1
    ./configure --prefix=/opt/kde
    make || return 1
    create_moodin_libs {
    cd $startdir/src/$pkgname-$pkgver
    make DESTDIR=$startdir/pkg install
    rm $startdir/pkg/opt/kde/share/themes
    create_moodin_themes {
    cd $startdir/src/$pkgname-$pkgver
    cp themes $startdir/pkg/opt/kde/share/themes -r
    when I makepkg this build script, it will then split out three packages:
    moodin-0.4.2-1.pkg.tar.bz2
    moodin_libs-0.4.2-1.pkg.tar.bz2
    moodin_themes-0.4.2-1.pkg.tar.bz2
    The 'moodin' package, would depend on moodin_libs and moodin_themes.
    makepkg will also do a check on all the packages to make sure that none of the split packages had any conflicting files.
    Please tell me what you think, and if you think it  may be worthwhile.
    Thanks,
    Tim

    JGC wrote:We can have two approaches here:
    - several build functions for several subpackages, meaning pkg/ gets cleaned between calling them
    - one build() function that distributes installed files across several pkg/ dirs.
    JGC, I would rather the second option too, and I think that is more towards I am going to my patch, (read first post above).
    build() {
    CD $startdir/src/$pkgname-$pkgver
    #patch -Np1 -i ../???.patch || return 1
    ./configure --prefix=/opt/kde
    make || return 1
    create_moodin_libs {
    cd $startdir/src/$pkgname-$pkgver
    make DESTDIR=$startdir/pkg install
    rm $startdir/pkg/opt/kde/share/themes
    create_moodin_themes {
    cd $startdir/src/$pkgname-$pkgver
    cp themes $startdir/pkg/opt/kde/share/themes -r
    In this example here, you can see that there is one build function. It is then up to the separate make_'s to do what it has to do to get the package split.
    Hmmm, Well, I am going to start work on it in a few (7 -> 8) hours, so there is still some time to get implimentation ideas
    Thanks,
       - Tim

  • Suggestion about output during install of packages

    Hello,
    I've seen that while I'm installing things, I sometimes get inof on my screen of .. you have to do X after the install of this package (run lilo or grub affter kernel install), you can optionally install package Y using the command Z, ...
    I'm not sure, but I think they are all written to stdout?
    Well, I'm proposing to write different kinds of messages to different file-descriptors:
    positive messages : 1
    warning/error messages : 2
    remarks : 3
    The remarks are: you can optionally install package Y, you have to do X after the install of package A, ...
    The usefullness of this?
    For me as a home-user ... While I'm doing a system-upgrade, I'm not really paying attention all of the time at my screen while I'm updating and if I run it on another console and switch consoles I've lost the info.
    I could redirect the warning/error- and remark-messages to a file, to a jabber-server, ... to alert me that I need/can take some (extra) actions.
    If needed ... I could mail them to me ...
    One step further is to gradually put the remarks in a certain format:
    type/type/type - message - possible action
    types could be: optional packages, critical actions (liek running lilo/grub after a kernel-update, ...), other (only fill in this type and in the message), ...
    Why multiple types? The types are labels ... Something maybe be critical, ... I can't think of something usefull here, but someone my have an idea ... I just want to make it flexible enough if it needs the flexibility.
    The commands are just there as pointers, so people are informed about them .. not to run them automatically (maybe because of possible secuirty-reasons).
    An example: I get  a message on stdout the something is installed (in the thought that this can be detected). One could sent stdout to a file that parses stdout and detects that the kernel has been updated. One could then run for example the command lilo.
    Ofcourse one could use dnotifiy/inotify and detect that the kernel has been updated ... this would be more handy maybe.
    One could parse the outputs and report them using dbus for example .
    The main points are:
      * reporting through different channels (screen, file, mail, jabber, ...) of succesfull installs, problems, ... and being able to quicly see what the problems are, what actions can be optionally taken, ...
      * maybe automatically taking actions on certain events.
    Modifications to PKGBUILDS are not big I think, the output has only to be redirected to the right file-descriptor I think.
    One could maybe define an alias for pacman I to specify default redirects, but it could also be build into pacman I think to add these redirections to all scripts and possibly overwrite them on the commandline ...
    Michel

    These are good ideas, maybe file a bug report/feature request. It reminds me of an idea I had. I don't know if its a good one though, it kind of violates the keep it simple attitude. But I thought it would be nice if you could associate some command with different pacman events. For example, if you could add:
    onUpdate: kernel26 lilo
    it would run lilo when kernel26 is installed/updated.  This would be useful for executing certain shell scripts or mailing users when certain packages are installed too. Most importantly, it is something the user can customize, instead of the packager.
    Dusty

  • How To Install Multiple OBIEE Instances On One Linux Machine

    Hi,
    OS: Red Hat ES 5.2
    OBIEE : 10.1.3.4
    We one development server(Linux) where one OBIEE 10.1.3.4 was installed with os user as 'ora1a' (Deployed on Oracle Application Server 10.1.3.4)
    and now I have installed OBIEE 10.1.3.4 on same Linux Server with different user(ora2b) and different mount point (Deployed on Another Oracle Application Server 10.1.3.4 )
    But My OBIEE was not working and I came to know that only one can be working by default.
    After following few notes i have update NQSConfig.inc and odbc.ini with different ports ie from 9704 to 9725 and bounced BI server and presentation server
    But still its not working can any one tell me what are all needs to update to make it work
    Thanks in advance
    Regards,
    Bhanu Chander
    Reference's i used: HOW TO: Install Multiple OBIEE Instances On One UNIX Machine          (Doc ID 605582.1)

    Hi
    I was not much clear about what you are telling
    See my first OBIEE instance URL is http://hostname18.oracle.com:7777/analytics (As i deployed OBIEE on Application server 10g(OAS1))
    and second one is http://hostname18.oracle.com:7778/analytics (As i deployed OBIEE on another Application server 10g(OAS2))
    Also My port for first OBIEE instance is 9704 and second one is 9725(Which i changed to this)
    Now tell me what are all i should update
    Thanks,
    Bhanu Chander

  • Flash player has been installed multiple time without errors but bbc news website and even flash player help say it isn't. How do i get out of this loop? - using windows 7 ultimate and latest IE11

    flash player has been installed multiple time without errors but bbc news website and even flash player help say it isn't. How do i get out of this loop? - using windows 7 ultimate and latest IE11

    I have had the same problem for WEEKS and I cannot access any sites that use Flash. Flash has been installed on this computer since I bought it in 2012. I have allowed auto updates but for weeks the updates never get past Step 2 - is this because I do NOT want the Google Tool bar? I use NO tool bars as there is only 6 inches of vertical screen space. Is this because I uncheck wanting Chrome as a default browser?  It is already installed, I just don't use it.  I came to this site and ran the check is it installed and the system says it is either not installed or not enabled. Version 14 just downloaded about 30 minutes ago - but did not progress to Step 3 although a pop up screen came up with a finish button, which I clicked. WHAT is the problem and how do I fix it?  If this were just a compatibility bug between IE11 and Adobe they have had plenty of time to fix it.
    Stephanie HC

  • How do I install multiple KMS keys on one server?

    I currently am working at Phelps County Regional Medical Center in Rolla, MO and my question is: How do I install multiple KMS keys onto one server? This is very urgent and I have the KMS activating Windows 7 but, I also need all my Office keys, Windows
    8, and Windows 8.1  to be activated via KMS. the current KMS is a Windows Server 2008 R2 server. Please help me out and thank you for your time! :)

    you need to apply the following update (http://support.microsoft.com/kb/2885698)to your KMS server so you can license up to Windows 8.1.  From there your key for 8.1/2012R2 will license everything
    downwards and then you can also install your Office KMS key without issue.  If its Office 2013 then you need to download the files here (http://www.microsoft.com/en-us/download/details.aspx?id=35584) 
    Be kind and Mark as Answer if I helped.

  • Can I install multiple versions on same computer

    Can I install multiple versions of Elements on same computer? Especially out of rder. I have 12 installed but would like t istall 8, 10, and 11
    .

    Please post Photoshop Elements related queries over at
    http://forums.adobe.com/community/photoshop_elements

  • Can I have the same printer installed multiple times under different names?

    On WIndows I have the same printer installed multiple times
    All using the same driver
    I have a Canon printer that has a rear tray and a bottom tray
    So, I will have one printer that prints to the rear and the other to the bottom
    Other printers (the same one) will be set so that they print in high quality and in duplex for example
    I'll name the printers 1.Canon 2.Canon 3.Canon etc
    So, when I go to print, I just hit a number on the keyboard and the printer I want is selected
    Can I do the same on my laptop?
    Thanks
    Omar

    Back Up - that's in case things go wrong.
    In the case you cite:
    You have
    Mother
    Mother Maiden Name
    as Faces, right?
    In the Corkboard view click on Mother Maiden Name and delete the 'Maiden Name'.
    It will disappear and all the photos will be in the Mother face.
    Note that 'Mother' and 'Mother ' (that is, with a trailing space) are not the same.
    You can  also just edit the name 'Mother Maiden Name' to 'Mother'
    As for photos staying in manual sort, I can only say that mine do. But as I've no idea what troubleshooting steps you've used.
    Regards
    TD

Maybe you are looking for

  • How To Selectively Preview In Camera Raw?

    I was reading in one of the Photoshop magazines that there was a way to selectively preview attributes in Camera Raw but I can't remember how to do it. To be more specific: When you are working in one of the develop tabs ( any of the upper left speci

  • Firefox loads but does not display

    1. When I double click the Firefox icon on my desktop the firefox.exe application loads (per the Task Manager) but it does not display. I have to use Task Manager to end the process. FF will usually display on the second try, but I often get a "this

  • How to apply Template to added Page?

    I am building a multi-page InDesign document with scripting and each page has a different template.  Obviously, getting the first page set-up with the template is a snap as you just open the template, but when I add the next page using: app.activeDoc

  • Remove Mobil me Sign In

    Does anyone know how to remove the Mobile me sign in (or join now) splash page that pops up every time I load the iweb program? I do not publish to Mobile me, but to my own hosted server. I guess if you don't mind me asking two questions, is there a

  • Photos can't update my iPhoto Librairy

    Photo.app ask to reach my librairy then turn round for hours. After times, it says it can't update for no permissions ? How manage this ?