How to create a package for RD installation?

I have a consistent build of 10.4 that is running on a number of computers at the office. I need to install two new apps on the build (and, by extension, all of the computers in the office). These aren't drag-and-drop apps; specifically, they're InCopy CS and InCopy CS2.
Is there a way that I can take a "clean" copy of my build, scan it with some kind of app, install the two new apps, then scan it again and build a package (that I can deploy using Remote Desktop) that includes ONLY the newly installed apps (and their support files, preference files, etc)?

there are several ways... we use FileWave for this but it's not a cheap solution for a one time instance.
using Package Maker or any other package making type app will work. you may just have to monitor what the installer installs via the Terminal or via installer logs or receipts.
for Adobe CS 2, generally it installs the applications and an adobe folder in the Application Support folder. it will also install some files in each user's folder too which can cause problems with it asking for authentication. (acrobat and reader do this)

Similar Messages

  • How to add extra packages for AIF installation?

    I am trying to build a custom Arch Linux LiveCD with archiso, based on wiki.
    Now, everything works fine. But when I tried the installation with /arch/setup, it only allows me to select "core-local" in the step 1.
    I checked also the mount, there is only /repo/core/any and /repo/core/i686.
    Is there anyway to add in more packages other than the core? This should be done on archiso or aif?

    avarionist wrote:thanks found a mirror
    one last question though
    in arch do i have to install dependecies one by one or are they automatically found.
    in any case what would be the command to check for the required dependecies ?
    If you have the network access,  they are automatically found for you. But if you don't, you should find out all the dependencies of a particular package and then download each one and then install them "in order", so that the package that you are actually trying to install, can be installed.
    The command would be (from any arch machine which has network access
    sudo pacman -Ss <package-name>
    It will list all the dependencies, as long as they are not installed on your machine already.
    Last edited by Inxsible (2010-06-17 05:00:26)

  • How do you create a package for a function?

    Hello,
    Can someone tell me how to create a package for a function? My understanding is to call a function like a beforeReport from the data template, is that the function needs to be in a package.
    Thanks,
    Susan

    Create package my_pack as
    my_val varchar2(40);
    function before_rep(my_param in varchar2) return boolean;
    end my_pack;
    create package body my_pack as
    function before_rep(my_param in varchar2) return boolean is
    begin
    my_val := '1=1';
    return true;
    exception
    when others then
    return false;
    end before_rep;
    end my_pack;
    hope this helps.
    Marcos

  • Creating a package for proxy scenario?

    Hi friends,
    Can you give me some info regarding package creation while generating proxy? In which system we need to create package?
    Thanks in advance
    Bala

    Hi Bala,
    You can try this.
    How to create a Package For Proxy Generation in R/3
    For proxies you need to create a four level package. Goto the Transaction SPACKAGE and Give your own package name starting with Z and choose create.
    Then create SAI_SXMS and SAI_TOOLS Package interfaces in the use access tab page. Now include a new package name in Package included tab page.
    Double click on your new packge name continue the same steps 2 more times,
    now the four level package has been created, you can use 
    the first given pakage name as a package name for creating packages
    Regards
    Seshagiri

  • How to create a package in ECC 6.0.

    Hi,
    Can you tell me how to create a package in ECC 6.0 system?
    Thanks in advance,
    Regards,
    Arnab.

    Hi,
    Thank you for your replies.
    Can you tell me the difference and uses of the two types of package I can create from SE21.
    i.e. : Package and package interface. any sap link would also be helpful. I need to know where i can use what and what would be helpful for my case.
    Regards,
    Arnab.

  • How to create a Index for KM documents

    Hi Experts.......
    I have two queries .
    1,How to create a Index for the KM Server documents so that when ever i am in need of particular document,i can be able to retrive the exact document within short time......
    2,What Is TREX? Need of TREX ?
    If any one have documents for the above said queries kindly send it to [email protected]
    Thanks in Advance,
    Jasmine

    Hi Jasmine,
    1.In the EP 6.0 you can create index System Administration -> System Configuration -> Knowledge Management -> Index Administration
    2.TREX is search engine that will proccess the documents that you have specified in the index Data sources when you have created the index.
    The status of TREX you can see in System Administration -> Monitoring -> Knowledge Management -> TREX Monitor or Index Monitor for indexing monitoring.
    If you don't have connected any TREX engine to J2EE, just start the visual administrator and configure the TREX service.
    To install the TREX you can follow the instguides for TREX service.sap.com/instguides SAP Netweaver->Release 04 or 2004s -> Installation -> Cross-NW
    I hope that it helps.
    Bye
    Dan

  • How to create a package and add a file?

    Hi all,
    I am new to Java and very much much confussed with how to create a package and then include some files any help will be very thankfull.
    Thanks for your help
    kka.

    Steps for creating a package in java are as follows:
    Choose a base directory for your classes. For example, you might choose c:\java\packages. Type the following command:
    set CLASSPATH=%CLASSPATH%;c:\java\packages
    Create subdirectories for each chapter or section, if you don't already have them.
    For each of the classes in the subdirectories, add the following line to the very top of each file:
    package directory-name;
    where directory-name is the name of the subdirectory the class file is located in.
    In other directories you may have class files that need to access one of the classes in another directory (package). To do this, write one of the following at the top of the class that needs the other class:
    import subdir.*;
    or
    import subdir.classname;
    Use the class by name in the new class file.
    Note that you can create sub-packages by creating subdirectories of the original subdirectories, and inserting package statements at the top of the java files in those directories.
    Hope this helps!

  • Create a package for transport

    hi
    I work on a new project, and I wonder how I can create a package for transport  InfoObjects?
    best regard
    francoise

    Hello Francoise,
    When transporting for the first time a complete scenario is transported using the BW objects collector.
    After objects were transported for the first time they are assigned to a package and are recorded on requests automatically.
    Further changes are automatically transported into the target systems.
    You can find help on the BW objects collector here;
    http://help.sap.com/saphelp_nw2004s/helpdata/en/0b/5ee7377a98c17fe10000009b38f842/content.htm
    Best Regards,
    Vincent

  • How to create plsql code for a snowflake cube

    hi everybody!
    do anyone know how to create plsql code for a snowflake tiype dimension to create
    a cube?how to map the atributes, or if there are any exceptional atributes which I can use like in a temporal dimension?
    thank you
    waiting for any answer

    The DBMS_AWM package provides stored procedures for creating an analytic workspace cube from a star schema. Is it posible to create a cube from a snoflake schema?

  • Creating transport package for CRM Business Package

    Hi there,
    I have recently installed the CRM Business Packages 60.2 onto our EP6.0 SP2 server.  I have also performed quite a lot of configuration on the portal e.g. creating new roles, worksets, iviews etc.
    We have now installed a new EP6 server which is running on EP6 SP12.  I now need to install the CRM Business Packages 60.2 along with my work again onto the new EP server.
    Anyway I have some questions below:
    1) I was wondering whether I could create various 'Transport Packages' using the Transport > Export functionality under the System Administration tab.  So if I create Transport packages which contains the CRM business packages, export these to the server, then on the new EP6 server import these.  Is this possible or is it advisable to install the CRM business package again.
    2) In addition to this say for example I could create transport packages for the CRM business package, can I also create transport packages for the new roles, iView etc I created and import these into the new EP server?
    3) If say I decided to install the CRM Business Package onto the new EP server, but then I imported my work from the old EP server (i.e. new roles/worksets etc) into the new EP server, would this work.  Reason I ask is because some worksets I used in my new role on the old EP server are delta links to the migrated content.  If I only import my work how does it know where the delta links are pointing to?
    I hope this makes sense.
    Cheers
    JoJo

    Hi JoJo,
    Can you please give me the link of latest version of CRM Business package for EP 6.
    Thanks,
    Padmanaban

  • How to create functional location for IE02

    hi all,
    can anyone please tell me that how to create functional location for IE02?
    Regards saurabh.

    To attach a functional location to an equipment, please make sure the following settings,
    1- You have defined the installation allowed at functional location for the following equipment category.
    2- Make sure status of your equipment is AVLB not ESTO.
    then Goto IE02 in the structure tab ---> click change installation location and install the functional location.
    Regards,
    EJ

  • How to create a macro for a planning type in MC8b transaction

    Hi,
    I am presently working for a product allocation demand, which have a information structiure with characteristic and key field.
    the characteristic are production allocation quantity, incoming order quantity, and open order quantity.
    i have created a planning type in which the data updation takes from the excel file to the planning type in mc95.
    but i need to create a macro for this planning type .
    can any body give the details information how to create a Macro for a planning type.
    Thanks and regards
    GopalKrishna

    Dear Gopal
    May be the link would be helpful to you.
    [Planning Types and Macros|http://help.sap.com/saphelp_46c/helpdata/en/a5/631cc443a211d189410000e829fbbd/frameset.htm]
    Drill down the left tab once you opened the link, for more information.
    Thanks
    G. Lakshmipathi

  • How to create custom infotype for training and event management

    hai freinds can any one tell me how to create custom infotype for training and event managment with following fields
    PS No – PA0000-> PERNR
    Name   - PA0001 -> ENAME
    IS PS.No. – PA0001-> PS no. of Immediate Superior
    IS name PA0001 -> ENAME
    thanx in advance
    afzal

    Hi,
    Your question is not clear for me. Since it is a TEM infotype, it could be a PD infotype.
    If you wish to create a PD infotype, use transaction PPCI to create the infotype.
    But before that you need to create a structure HRInnnn (where nnnn is the infotype number) with all the fields relevant for the infotype.
    If you wish to create a PA infotype, use transaction PM01 to create the infotype.
    But before that you may be required to create a strcuture PSnnnn  (where nnnn is the infotype number) with all the fields relevant for the infotype.
    Regards,
    Srini

  • How to create one TO for multiple TRs

    Dear All,
    how to create one TO for multiple TRs, kindly suggest me
    Regards,
    balu

    As for your question: it is discussed in sAP online help:
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/c6/f841f24afa11d182b90000e829fbfe/frameset.htm
    Sorry I misunderstood your question.
    The above mentioned solution won't create one single TO from multiple TR.
    Edited by: Csaba Szommer on Aug 11, 2010 9:46 AM

  • How to create one checksum for 264 vis

    Hi,
    How to create "one Checksum" for 264 Vis.These 264 Vis are Interlinked if i change code for any .vi the checksum Should be update.This checksum is shown on the main window.
    Regards
    Ravindranath
    Solved!
    Go to Solution.

    Here's a slightly simplified version (saved in 8.6).  There's no need for the Get/Set File Position.  The file position is already being incremented with the read.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines
    Attachments:
    Multiple File MD5 Checksum (Version 8.6).vi ‏23 KB

Maybe you are looking for

  • Time Capsule Problems - Can't get initial back-up to work

    Help!!! I've got a modem hooked up to an Airport Extreme to create a wireless network. I just purchased a Time Capsule to put upstairs to extend the reach of my network and also back-up my MacBook Pro. I set-up the time capsule, everything is visible

  • Can't empty trash "501"

    On my Mac Book Pro (2008, OS 10.6.8) I keep getting a message: "501" can't be opened right now because it is being used by another task, such as moving or copying an item or emptying the Trash.  Try again when the current task is complete." I have: 1

  • Move photos from one roll to another?

    Hi, I have iphoto 6 and was wondering if I can move photos from one roll to another existing roll? When I moved photos from an external drive, photos that should have been lumped together ended up in different rolls so I'm trying to sort everything o

  • IDoc type for invoices

    Please tell me the idoc type for invoices passing from SAP to Crossworlds.Please reply ASAP. Thanks & Regards Tharani

  • Record FieldEdit Event need to be execute

    Hi All, I have Custom Record on one Page, Record Fields has so many Peoplecode in FieldEdit Events for Some Validations. Page was doing DoSave on Next Button , But Now the Logic has been changed, Record will not be saved on Next Button It just Transf