Applications software dependencies and using packages

I'm preparing a software application deployment (EMET v5) but the documentation requires a package to be created for several files/settings to be configured.  Is it possible to create a package dependency for an application deployment?  At present,
I only see the option to add other available Applications as dependencies.
Thanks

Hi,
No it's not possible.
If you are going the package route you could use the advanced tab of the program to run another program first.
Add both parts of the application as a package.
Don't tick the box "always run this program first" unless you want it to run regardless of it already being installed.
Or you ditch the package and use an application deployment for both.

Similar Messages

  • How will the new OSX Mavericks affect applications already installed and using Mountain Lion?

    How will the new OSX Mavericks affect applications already installed and using Mountain Lion?

    If you're asking about compatibility, that would be something you would need to ask of the app developers, though most apps compatible with Mountain Lion should be compatible with Mavericks. You can also consult the tables here:
    http://roaringapps.com/apps
    though that information comes from user reports and so should not be considered authoritative.
    If you're asking whether installing Mavericks will delete your apps, no, it won't, though a good backup is always highly recommended.
    Regards.

  • How to make GUI application run fast and use less memory?

    Hi, there,
    My GUI application have:
    Menu, toolbar, filechooser, JTable, and log panel.(There is not much file io operation)
    When I run it in my machine, it is so slow, and if I run several times, close it after each run, it will run out of my memory. I am using PII266MMX, 256RAM. (When I run another software, such as flashfxp, GUI of which is more complicated than mine, however it is far faster than mine, but I don't think it is written in JAVA), Is JAVA's GUI desktop application not fast?
    Regardless hardware factors, what should I pay attention to writing an efficient GUI application?
    Can anybody give some advice?
    Thanks a lot, thanks .....

    Thank you, Denis.
    I can run several times of this applicaiton in another machine: PIII866, 256M RAM (windows 2000). I didn't encounter the memory problem, I can open serveral windows of it with that machine.
    Why I met this problem in this old machine, I alway get memory not enough problem.(this old machine comes with Win98). Both of machines have same memory(256M).
    Could you please give me some hint?
    Thanks,
    Sitai

  • Trying to understand creating and using packages

    Hi all,
    I do not understand this problem... Package "shared.utilities" is an entire separate package from "alertsystem". When I comment out "package alertsystem", I get C:\Wdt\alertsystem\File_Handling.java:4: package shared.utilities does not exist
    import shared.utilities.*;
    ^
    Below is the code
    // package alertsystem;
    import shared.utilities.*;
    import java.io.*;
    import java.util.*;
    import java.text.*;
    class File_Handling
         private long time_buff;
         private String alertDir;
         private String archPath;
         private SData buff;
    On the other hand, if I do NOT comment out "package alertsystem", no problem. I do not understand why I need to include "package alertsystem". If I am writing a simple module and want to use one of the library in "shared.utilities", do I always need to make sure all my codes come under a package?
    Thanks in advance.

    Hi,
    This is funny... if I do this....
    package alertsystem;
    import shared.utilities.*;
    import java.io.*;
    import java.util.*;
    import java.text.*;
    class File_Handling
         private long time_buff;
         private String alertDir;
    without including the path to the jar file, NO PROBLEM during compilation and run (in this case, util.jar, which is actually the shared.utilities package). But, if I do
    // package alertsystem;
    import shared.utilities.*;
    import java.io.*;
    import java.util.*;
    import java.text.*;
    I still get the same error problem...
    C:\Wdt\alertsystem\File_Handling.java:4: package shared.utilities does not exist
    import shared.utilities.*;
    In other words, if I include or I do not include the path of to the jar file and do this...
    package alertsystem;
    import shared.utilities.*;
    import java.io.*;
    import java.util.*;
    import java.text.*;
    Then, No problem with compilation and running. However, if I do not include "package alertsystem", I get compilation problem.
    The jar file consists only of *.class files that I have compiled without a single problem. I included "package shared.utilities;" in all the files of the util.jar
    Funny isn't it?
    Thanks for responding.
    Hi,
    What's your classpath look like when you compile when
    you include the package and when you don't include the
    package? Is it when you compile or run the code?

  • Application Module getting and using.

    Hello all,
    I am currently using this code:
    DCDataControl dc = daContext.getBindingContext().findDataControl("AppModuleDataControl");
    if (dc instanceof DCJboDataControl) {
    ApplicationModule appModule = (ApplicationModule) dc.getDataProvider();
    ApplicationModuleImpl myAm = (ApplicationModuleImpl)appModule;
    It compiles well, but the problem is that the App Module that is returned is of type : WSApplicationModuleImpl.
    I need to use the getDBTransaction() method from ApplicationModuleImpl, since when I cast my appModule, i get an error, I was wondering if there was something I was doing wrong.
    I have searched high and low, and still haven't found what WSApplicationModuleImpl is for (i know that if I try to use some of the methods of ApplicationModuleImpl I get a moethod 'methodname' is not a working set Application Module method...)

    Steve,
    I followed the instructions in your article, which gave me a better understanding of the situation but did not resolve my particular issue. I was confused by all the statements and insinuations in both JDev and various articles that configuring application modules to use interfaces is really to support a client that is not colocated with the business services. I did not see the relevance of the interfaces to getting the appropriate data type back from the data control (MyAppModule rather than WSApplicationModuleImpl, for example). Anyway, I followed the steps from that article that related to the application module. I did not create interfaces for the other business components (views, entities, etc). I continued to get back the wrong data type when retreiving the application module from the data control in an action. So I kept looking for other clues and finally came across the article about when to use batch mode (http://www.oracle.com/technology/products/jdev/tips/muench/batchmode/index.html). Reading that one of the benefits of batch mode is better enforcement of programming business calls to interfaces I thought I'd try changing the sync to immediate rather (from the default, batch). This did exactly what I was originally trying to do. It caused the data control to return a MyAppModuleImpl rather than a generic WSApplicationModuleImpl. Finally I could call methods on the business service from actions.
    After learning about batch mode, I understand that my change is not advisable in the grand scheme of clean design. Unfortunately, even though I believe that I have all the components in place to support a clean design, the batch mode seems to be preventing me from getting data type back.
    So I write this for the next person to run into ClassCastExceptions when attempting to retrieve their application module, since I haven't seen it suggested before: look into batch vs. immediate mode - at the very least it will help you diagnose the problem.
    Jeff

  • Download and use packages

    I found a Java-script on the net, this script uses a package called "com.sun.image.codec.jpeg.*". So my question is. Where can I download this package and what do I have to do to be able to use it?

    Where can I download this package
    Get version 1.2 or 1.3 of the Sun SDK. They used to distribute it but don't seem to anymore, at least it's not documented.
    and what do I have to do to be able to use it?
    Nothing at all. You might want to add the import statement though if you don't like writing "com.sun.image.codec.jpeg" every time you want to refer to a class in that package.
    docs:
    http://java.sun.com/j2se/1.3/docs/guide/2d/api-jpeg/overview-summary.html
    http://java.sun.com/products/jdk/faq/faq-sun-packages.html

  • Software download and use my serial numbers

    Hello,
    Can i use my serial numbers from my hard copy software in conjunction with downloading software, for both photoshop elements 9 & premiere elements 9.
    I am unable to run DVD disc install on my computer.
    If so whwre and how PLEASE !
    Cheers for help.

    Yes. Download the installers using this method:
    Direct Download Links for Adobe Software
    Though it may actualyl be faster to copy you DVDs to an USB stick on another system.
    Mylenium

  • Deploy Software Updates and Applications

    Hi There,
    We are running Configuration Manager 2012 SP1.  I would like to setup a deployment that consists of Windows Updates via Software Updates and using Application packages possibly through a Software Task Sequence.  Not sure if it will work. 
    Has anyone setup something like this?
    Or would it better to run separate deployments, one Software Update Deployment and the other an application package? If I deploy both at the same time, would there be an issue?
    Thanks!

    If you want to create an ongoing solution that should work for you even after this one occasion, I'd suggest strongly to separate things. Software deployments are one thing and software updates are another thing.
    Why would you want to deploy a TS that consists both of these? What's the reason for doing things like that? There will not be any issues if you deploy them at the same time, both will happen.

  • Release build and standard packaging doesn't work for iOS mobile project.

    Hi,
    We are trying to port our web application on iOS(iPad). Made some minor changes and package ipa with fast packaging method. It works great.
    Now we are try to package application for AppStore and use Standard method. But error occurs.
         Error occurred while packaging the application:
         Exception in thread "main" java.lang.Error: Unable to find named traits: spark.components::Application
             at adobe.abc.Domain.resolveTypeName(Domain.java:225)
             at adobe.abc.Domain.resolveTypeName(Domain.java:142)
             at adobe.abc.GlobalOptimizer$InputAbc.resolveTypeName(GlobalOptimizer.java:272)
             at adobe.abc.GlobalOptimizer$InputAbc.readInstance(GlobalOptimizer.java:994)
             at adobe.abc.GlobalOptimizer$InputAbc.readAbc(GlobalOptimizer.java:390)
    Distribution certificate and provisioning profile are used for compilation.
    Restarting FB and OS doesn't help. Packaging via command line also throws same error.
    Exporting Release build shows other error. After opening Export Release build window and click next error occur:
         Encountered errors or warnings while building project XXXX.mxml.
         configuration variable 'runtime-shared-library-path' requires a value 'rsl-url'.
    All the libraries are merged into code, not RSL.
    OS: Windows XP SP3, Windows 7.
    Flash Builder: 4.5.1.
    Flex SDK: 4.5.1 build 21328.
    AIR: 2.7.1(2.7 shows erros also).
    Thanks in advance for your answers.

    Hi,
    Please send your swf and app-xml to [email protected] so that we can try it at our end.
    Thanks,
    Amish.

  • JDK 1.4 license clauses about Software Updates and Other Software

    Does anyone know what these clauses in the JDK 1.4 license mean? There is an old thread on this at http://forum.java.sun.com/thread.jspa?threadID=219875&start=0&tstart=0 but there was no response from Sun. I'm using the JDK in a Tomcat server application -- should I be worried that pieces of the JDK will be updated on my server without my knowing it? Or does this refer to applets downloaded to a browser?
    From http://java.sun.com/j2se/1.4.2/j2sdk-1_4_2_10-license.txt:
    7.SOFTWARE UPDATES FROM SUN. You acknowledge that at your request or consent optional features of the Software may download, install, and execute applets, applications, software extensions, and updated versions of the Software from Sun ("Software Updates"), ...
    8.SOFTWARE FROM SOURCES OTHER THAN SUN. You acknowledge that, by your use of optional features of the Software and/or by requesting services that require use of the optional features of the Software, the Software may automatically download, install, and execute software applications from
    sources other than Sun ("Other Software"). ...

    Just means that applets and other products so enabled can and will (after optionally asking for permission) connect to the net to download libraries they need if and as needed.
    The JVM provides that functionality so it's in the JVM license agreement.
    Nothing sinister, Sun isn't going to spy on you.

  • FormValueBean syntax and import package

    Hi,
    OAFormValueBean dummy= (OAFormValueBean)webBean.findIndexedChildRecursive("rrrr");
    dummy.setValue="yes";
    dummy.setValue="no";
    and used package is
    import oracle.apps.fnd.framework.oaFormValueBean;
    Error(19,46): cannot access class oracle.apps.fnd.framework.webui.beans.OAFormValueBean; file oracle\apps\fnd\framework\webui\beans\OAFormValueBean.class not found
    any body tell me the correct package nd formvaluebean syntax..pls..
    Thanks
    Madhu

    Hi KP,
    Thanks for your answer its working.Thanks a lot..
    Edited by: 885404 on Sep 15, 2011 10:58 PM

  • Setting classpath and creating packages

    Hi
    I am new to Java and my questions are basic.
    1)I am using the kawa IDE and i dont know how to create and use packages.
    2)Creating classpath to compile and run java programs from the Dos prompt.
    I would appreciate any help on these questions

    I'm not sure how to use KAWA.
    When it comes to classpaths, though, I would recommend not setting it as an environment variable - this tends to cause confusion if you work on more than one project at a time on your machine. Either set it locally or specify it directly on the command line.
    Often it's a good idea to write a batch file for compiling and executing your code:
    setlocal
    set PATH=c:\j2sdk-1.3
    set CLASSPATH=c:\jars\Servlet.jar
    javac MyClass.java
    endlocalHope this helps.

  • How to enable private mode from commandline, with an URL. I am a software dev and I wish to have my application open links in Firefox. Using ShellExecute(), i c

    How to enable private mode from commandline, with an URL.
    I am a software dev and I wish to have my application open links in Firefox.
    Using ShellExecute(), i can do with with commandlines like:
    firefox.exe http://support.mozilla.org
    But I also want the option to open the link in private mode.
    I am able to start firefox in private mode by doing this:
    firefox.exe -private
    However, if I add a link to the command line
    firefox.exe -private http://support.mozilla.org
    I get strange results.
    If firefox is not running, it launches 2 copies of the application.
    One that opens in private mode and the other opens in normal mode and goes to the URL specified.
    If firefox is already running, it just opens the URL in a new tab.
    No private mode instance is launched.
    Am I using the command-line syntax incorrectly?

    It will never work if Firefox is already running as Firefox will use the already opened Firefox instance.<br />
    In that case only using a separate profile will work.
    You can try to specify the -url switch as well.
    *firefox.exe -private -url http://support.mozilla<i></i>.org
    You can also look at the -new-tab switch.
    *firefox.exe -private -new-tab http://support.mozilla<i></i>.org
    *https://developer.mozilla.org/en/Command_Line_Options

  • Cannot print watermark and Annotation with a combination of OS and application software you use printing is cancelled

    cannot print watermark and Annotation with a combination of OS and application software you use printing is cancelled

    Hello,
    This forum is for discussions and questions regarding profiles and Microsoft's recognition system on the MSDN and TechNet sites. It is not for products/technologies.
    As it's off-topic here, I am moving the question to the
    Where is the forum for... forum.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book: Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C40686F746D61696C2E636F6D'-split'(?&lt;=\G.{2})'|%{if($_){[char][int]&quot;0x$_&quot;}})

  • How do i uninstall applications and their packages without littering trashcan

    how do i uninstall applications and their packages without littering trashcan.
                                                                                                       *sincerly nube*

    OK. That wasn't clear at first. See the following:
    Uninstalling Software: The Basics
    Most OS X applications are completely self-contained "packages" that can be uninstalled by simply dragging the application to the Trash.  Applications may create preference files that are stored in the /Home/Library/Preferences/ folder.  Although they do nothing once you delete the associated application, they do take up some disk space.  If you want you can look for them in the above location and delete them, too.
    Some applications may install an uninstaller program that can be used to remove the application.  In some cases the uninstaller may be part of the application's installer, and is invoked by clicking on a Customize button that will appear during the install process.
    Some applications may install components in the /Home/Library/Applications Support/ folder.  You can also check there to see if the application has created a folder.  You can also delete the folder that's in the Applications Support folder.  Again, they don't do anything but take up disk space once the application is trashed.
    Some applications may install a startupitem or a Log In item.  Startupitems are usually installed in the /Library/StartupItems/ folder and less often in the /Home/Library/StartupItems/ folder.  Log In Items are set in the Accounts preferences.  Open System Preferences, click on the Accounts icon, then click on the LogIn Items tab.  Locate the item in the list for the application you want to remove and click on the "-" button to delete it from the list.
    Some software use startup daemons or agents that are a new feature of the OS.  Look for them in /Library/LaunchAgents/ and /Library/LaunchDaemons/ or in /Home/Library/LaunchAgents/.
    If an application installs any other files the best way to track them down is to do a Finder search using the application name or the developer name as the search term.  Unfortunately Spotlight will not look in certain folders by default.  You can modify Spotlight's behavior or use a third-party search utility, EasyFind, instead.
    Some applications install a receipt in the /Library/Receipts/ folder.  Usually with the same name as the program or the developer.  The item generally has a ".pkg" extension.  Be sure you also delete this item as some programs use it to determine if it's already installed.
    There are many utilities that can uninstall applications.  Here is a selection:
        1. AppZapper 2.0.1
        2. AppDelete 3.2.6
        3. Automaton 1.50
        4. Hazel
        5. AppCleaner 2.1.0
        6. CleanApp
        7. iTrash 1.8.2
        8. Amnesia
        9. Uninstaller 1.15.1
      10. Spring Cleaning 11.0.1
    For more information visit The XLab FAQs and read the FAQ on removing software.

Maybe you are looking for

  • GR / IR and Price Differences

    Hi A question on price differences. We currently post our price differences at goods receipt (PO price - Std price). And secondly at invoice receipt (PO price - Actual price) In order to be able to analyze easier, we want to post goods receipts alway

  • Setting Default values in portal form

    I have a portal Master/Detail Form. I want to set some of the detail block columns value to the value of a field in the master block. In the formattng option of the detail column, I tried setting default value to: p_session.get_value_as_varchar2(p_bl

  • Pages wont load Win 8.1

    I have updated to win 8.1 and find that some pages just wont load, sometimes theirs a big lag. eg This page can't be displayed Make sure the web address http://www.superrugby.co.nz is correct. Look for the page with your search engine. Refresh the pa

  • How do I get Adobe Application Manager to start (again)?

    Hi! Adobe application Manager just told me that there were available updates for Cs5. I Pressed Update, but noticed that Photoshop and Bridge were running, so I stopped the installation to quit the programs. I stopped the installation when you're sup

  • Sol Man Install-Windows/MSSQL-Import ABAP Errors

    Hello, During the Import ABAP phase (15 out of 41) of a Solution Manager 4.0 install on windows running MSSQL, I am seeing the below error in the SAPSDIC.log: ((IMP) INFO: EndFastLoad failed with <2: Bulk-copy commit unsuccessful>) D:\usr\sap\SLM\SYS