SCCM: Application deployment vs Package deployment with requirements and prerequisits.

Hey,
My organization is in the process of implementing a new remote networking solution for all employees, however some employees require additional software vs others. What I am trying to find out is if there is a way to have one package with supersedes and
requirements that we can use to do a massive deployement. 
Here are the different scenarios with order of installation:
Financial group Desktop:
1.Install New solution
2.Install Configuration
3.Install Token Authentication 
(nothing crazy)
Financial Group Laptops
1.Install Token Authentication
2.Install New Solution
3.Install COnfiguration
4.Un-uninstall Old Solution
5.Un-install Tunnel Guard application (requires a reboot, that's why it's last). (this is the application that would be deployed with requirements to go back up the chain of supersedes (meaning, deploy 5, but do 4, when 4 is triggered, it does 3 first, etc...)
All other laptops
1.Install New Solution
2.Install COnfiguration
3.Un-uninstall Old Solution
4.Un-install Tunnel Guard application (requires a reboot, that's why it's last).(this is the application that would be deployed with requirements to go back up the chain of supersedes (meaning, deploy 4, but do 3, when 3 is triggered, it does 2 first, etc...)
Because of the different requirements, is there a way to have one deployment with multiple deployment types to say based off:
1. Computer types (we have a naming convention that identifies laptops and desktops.
2. Only install certain pieces of software (Token validator in this case if financial application is detected on the machine).
Or should I create different applications for each case with different collections or go with 3 different packages and collections with install this package first set in the package deployment
Thanks for your help.

The problem is the last uninstall, because it's not applicable to all machines. That means that if you would deploy that with all it's dependencies, it wouldn't do anything on the desktops as it's not applicable to them.
In this case, if you want to use one deployment, the easiest solution is a task sequence. That way you can target everything in one time and still build some logic to prevent some (un-)installs.
My Blog: http://www.petervanderwoude.nl/
Follow me on twitter: pvanderwoude

Similar Messages

  • Does the Student complete package come with Illustrator and Flash animation?

    I need to know if the student complete package comes with Illustrator and Flash Animation?

    The CC S&T edition is the same as the full Creative Cloud and includes al programs.
    Mylenium

  • SCCM VBS Script Program Package Deployment

    I'm trying to get this VBS script to run from a package to run but its not working as planned.
    It works fine from an Administrator command propmt locally, but not as an sccm package/program.
    Its a script to remove a SCOM management group. No matter what I try this doesn't run remotely. Even with administrative rights configured. Runs fine locally as administrator. Any ideas? Using a command line program of "cscript removescom.vbs"
    Option Explicit
    Dim objMSConfig
    Set objMSConfig = CreateObject("AgentConfigManager.MgmtSvcCfg")
    Call objMSConfig.RemoveManagementGroup ("SCOMManagementGroupNameHere")

    This could also be a permissions issue. When you deploy a package with ConfigMgr, it runs as SYSTEM, which may not have SCOM rights. 
    You can easily test this by running your script manually with psexec -s
    to emulate running as SYSTEM account. 
    http://blogs.technet.com/b/askds/archive/2008/10/22/getting-a-cmd-prompt-as-system-in-windows-vista-and-windows-server-2008.aspx
    Daniel Ratliff | http://www.PotentEngineer.com

  • Deployment of Java WebService with OC4J and JDeveloper

    Hi,
    I have created a sample java webservice following instructions given in one OTN tutorial (Developing, Deploying and Managing Web Services Using JDeveloper and Oracle Application Server ) at http://www.oracle.com/technology/obe/obe1013jdev/ws/wsandascontrol.htm
    We were able to create the webservice as shown in the tutorial but are facing problem while deploying it. The deployment message console in JDeveloper shows one "Deployment failed : ClassCastException".
    Some of the lines from Jdeveloper console are ::
    "Binding WebServices web-module for application JavaWebService-GetDates-WS to site default-web-site under context root JavaWebService-GetDates-context-root failed"
    I have gone through the stack trace in the OC4J console but couldnt figure out much out of it as all the culprit classes are from different jar files...Here is the Stack trace for your ref::
    06/05/05 19:07:12 WARNING: DeployerRunnable.run java.lang.ClassCastExceptionoracle.oc4j.admin.intern
    al.DeployerException: java.lang.ClassCastException
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:126)
    at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnabl
    e.java:52)
    at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:814)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: java.lang.ClassCastException
    at oracle.j2ee.ws.server.deployment.WebServiceEndpoint.writeRuntimeXml(WebServiceEndpoint.ja
    va:660)
    at com.evermind.server.Application.getHttpApplication(Application.java:512)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFr
    omReference(HttpSite.java:1975)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:18
    94)
    at com.evermind.server.http.HttpSite.addHttpApplication(HttpSite.java:1591)
    at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:206)
    at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:96)
    at oracle.oc4j.admin.internal.ApplicationDeployer.bindWebApp(ApplicationDeployer.java:541)
    at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:197)
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:93)
    ... 4 more
    2006-05-05 19:07:12.713 WARNING java.lang.ClassCastException
    I am using J2SE1.4.2_08 version. Earlier when I used java 5 version I got an error something like "Found runtime environment 49.0 expected environment is 48.0"....so I moved over to J2SE1.4.2_08 version but now I am getting above error as shown in the stack trace.
    Looking at the success message shown in the OTN tutorial it seems that only step that failed while this deployment is Initialization of servlet : Oracle.j2ee.ws.server.JAXRPCServlet for webapplication Webservices.

    Hi, thanks for your quick help.
    Shay, I agree with you that the specific tutorial uses JDeveloper 10.1.3 and I need to use JDK 5 to run that version of JDeveloper.
    Earlier when I used JDK 5 with JDeveloper 10.1.3, I got different error saying "Found runtime environment 49.0 expected environment is 48.0".....so I moved over to J2SE1.4.2_08 version but now I am getting an error as shown in the stack trace given in the very first post to this thread.

  • Deployment of SCA composite with Spring and JPA fails on WLS 10.3.3

    Hi,
    We want to use JPA as Persistence Layer (EclipseLink as Persistence Provider) in a Spring managed Bean in a SOA Composite (SCA).
    We configured our persistence.xml and spring configuration as described below.
    We are using JDeveloper 11.1.1.3 and WLS 10.3.3 with SOA Suite 11.1.1.3.
    The Deployment fails with the following Exception
    +Could not instantiate bean class [org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver]: Constructor threw exception; nested exception is java.lang.IllegalStateException: Could not initialize WebLogic ClassLoader because WebLogic 10 API classes are not available+
    We are not sure how to deal with the "WebLogic 10 API classes are not available" message. Is there a lib we have to add to the SCA composite or do we have to change the WLS configuration somehow?
    We already tried a lot of configurations of persistence.xml and spring but nothing worked so far.
    Exception
    Caused By: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'loadTimeWeaver' defined in URL [oramds:/deployed-composites/default/ProjectBServiceSCA_rev1.0/ProjectBServiceSCA.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver]: Constructor threw exception; nested exception is java.lang.IllegalStateException: Could not initialize WebLogic ClassLoader because WebLogic 10 API classes are not available
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:883)
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:839)
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:440)
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
            at java.security.AccessController.doPrivileged(Native Method)
            Truncated. see log file for complete stacktrace
    Caused By: org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver]: Constructor threw exception; nested exception is java.lang.IllegalStateException: Could not initialize WebLogic ClassLoader because WebLogic 10 API classes are not available
            at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:115)
            at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:61)
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:877)
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:839)
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:440)
            Truncated. see log file for complete stacktrace
    Caused By: java.lang.IllegalStateException: Could not initialize WebLogic ClassLoader because WebLogic 10 API classes are not available
            at org.springframework.instrument.classloading.weblogic.WebLogicClassLoader.<init>(WebLogicClassLoader.java:70)
            at org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver.<init>(WebLogicLoadTimeWeaver.java:57)
            at org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver.<init>(WebLogicLoadTimeWeaver.java:46)
            at sun.reflect.GeneratedConstructorAccessor768.newInstance(Unknown Source)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
            Truncated. see log file for complete stacktrace
    Caused By: java.lang.NoSuchMethodException: oracle.classloader.PolicyClassLoader.addInstanceClassPreProcessor(weblogic.utils.classloaders.ClassPreProcessor)
            at java.lang.Class.getMethod(Class.java:1605)
            at org.springframework.instrument.classloading.weblogic.WebLogicClassLoader.<init>(WebLogicClassLoader.java:62)
            at org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver.<init>(WebLogicLoadTimeWeaver.java:57)
            at org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver.<init>(WebLogicLoadTimeWeaver.java:46)
            at sun.reflect.GeneratedConstructorAccessor768.newInstance(Unknown Source)
            Truncated. see log file for complete stacktracepersistence.xml
    <?xml version="1.0" encoding="Cp1252" ?>
    <persistence xmlns="http://java.sun.com/xml/ns/persistence"
                 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                 xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
                 version="1.0">
        <persistence-unit name="SCASpringJPATest">
        <provider>org.eclipse.persistence.jpa.PersistenceProvider</provider>
        <jta-data-source>performanceTestDS</jta-data-source>
        <class>de.prototype.entities.Mainproject</class>
        <class>de.prototype.entities.Project</class>
        <properties>
          <property name="eclipselink.target-server" value="WebLogic_10"/>
          <property name="javax.persistence.jtaDataSource"
                    value="performanceTestDS"/>
        </properties>
      </persistence-unit>
    </persistence>spring.xml
    <beans xmlns="http://www.springframework.org/schema/beans"
           xmlns:util="http://www.springframework.org/schema/util"
           xmlns:jee="http://www.springframework.org/schema/jee"
           xmlns:lang="http://www.springframework.org/schema/lang"
           xmlns:aop="http://www.springframework.org/schema/aop"
           xmlns:tx="http://www.springframework.org/schema/tx"
           xmlns:sca="http://xmlns.oracle.com/weblogic/weblogic-sca"
           xmlns:context="http://www.springframework.org/schema/context"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd http://www.springframework.org/schema/jee http://www.springframework.org/schema/jee/spring-jee-2.5.xsd http://www.springframework.org/schema/lang http://www.springframework.org/schema/lang/spring-lang-2.5.xsd http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd http://www.springframework.org/schema/tool http://www.springframework.org/schema/tool/spring-tool-2.5.xsd http://xmlns.oracle.com/weblogic/weblogic-sca META-INF/weblogic-sca.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd">
      <!--Spring Bean definitions go here-->
      <bean id="entityManagerFactory"
            class="org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean">
        <property name="persistenceUnitName" value="ProjectBServiceSCA"/>
        <property name="loadTimeWeaver">
          <bean class="org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver"/>
        </property>
        <property name="jpaVendorAdapter">
          <bean class="org.springframework.orm.jpa.vendor.EclipseLinkJpaVendorAdapter">
            <property name="showSql" value="true"/>
            <property name="generateDdl" value="true"/>
            <property name="database" value="ORACLE"/>
          </bean>
        </property>
      </bean>
      <bean class="org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor"/>
      <bean class="org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor"/>
      <tx:annotation-driven transaction-manager="txManager"/>
      <bean id="txManager"
            class="org.springframework.transaction.jta.WebLogicJtaTransactionManager">
        <property name="entityManagerFactory" ref="entityManagerFactory"/>
      </bean>
      <bean class="de.prototype.service.ProjectBServiceSCAImpl"
            id="projectBService">
        <property name="entityManagerFactory" ref="entityManagerFactory"/>
      </bean>
      <sca:service target="projectBService" name="projectBServiceSCA"
                   type="de.prototype.service.IProjectBServiceSCA"/>
    </beans>

    We solved the problem by using the org.springframework.instrument.classloading.oc4j.OC4JLoadTimeWeaver. But we are not sure if this is correct. It at least works so far without any problems...

  • Bought adobe acrobat X standard. downloaded. Wouldn't run without application manager. downloaded application manager. Came up with error and still can't use x standard. What do i do now?

    Bought adobe acrobat X standard. Downloaded. wouldn't run without application manager. Downloaded application manager. came up with an error. Still can't use x standard program. What do I do now?

    Where did you purchase Acrobat X, it is discontinued?

  • Importing a package recursively (with subpackages)

    Hello everyone,
    I'm a 1st-year CS major and am new to Java. I had a question about importing packages. As I understand it, when you use a wildcard when importing, it will import the classes within the package specified before the asterisk, but none of the subpackages in the specified package.
    Sort of like in Linux when you have to pass the -R (recursive) argument to list files contained deeper within the directory hierarchy.
    My question is, is there a way to include all classes and subpackages with a single line, instead of doing:
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.image.*;
    I understand that it doesn't actually cause any bloat in your bytecode, so if it can be done, would there be any disadvantage?
    Thanks!

    jverd wrote:
    E_Rutherford_Jollyworth wrote:
    Hello everyone,
    I'm a 1st-year CS major and am new to Java. I had a question about importing packages. As I understand it, when you use a wildcard when importing, it will import the classes within the package specified before the asterisk, but none of the subpackages in the specified package. Correct. There aren't really "subpakcages." The JLS actually uses that term, but I don't know why. There's no real hierarchy, other than the one on the filesystem and the logical one implied by the names. As far as Java is concerned, the packages have no relation to each other.
    YET.
    There are plans (I think approved by the JCP) to enable importing of class hierarchies in JDK 7. Not my favourite idea, but others seem to think differently.
    I understand that it doesn't actually cause any bloat in your bytecode, so if it can be done, would there be any disadvantage?If it could be done, the disadvantage would be the same as that of using the *** wildcard to import all the classes at a single level. Namely, it's not clear which class comes from which package.Worse than that. If you have identically named classes in deeper packages which one is going to be used? You just can't tell, which hopefully will generate a compiler error.
    For example you import com.acme.dummy recursively, which has com.acme.dummy.one.SomeClass and com.acme.dummy.two.SomeClass.
    Now use SomeClass in your code without specifying the package name with it and you're in trouble.

  • HT2558 I am trying to upload software but each time I am asked to upload a box pops up with install and restart. I press this, the computer restarts and I start all over again. No authentication icon appears.

    I am trying to update software on my macbook pro. From the apple menu, I click "check updates", software is then checked and a list presented of software that I require downloading. I then tick the relevant applications. The blue bar with "install and restart" appears, I press this, the computer goes into restart mode, I login and start all over again.
    i seem to be in a loop! No authentical dialogue box appears for me to enter my name and password.
    Any suggestions please!

    Hi, try a refresh that'll bypass the cache with the Shift key + F5 (or Shift-click on reload) which is the same as clearing your browser cache (Ctrl+F5 for the Internet Exploder). If that doesn't work, then you can try a new firefox [https://support.mozilla.com/en-US/kb/Profiles profile] just to see if it's (your) Firefox-related or maybe an actual problem with the site (maybe starting Firefox in [[Safe Mode]] can be a quicker check).

  • REM Planning table - Capacity requirements and Levelling.

    Hi i have few queries in REM planning table.
    In REM planning table MF50 my selection is based on entire plant. Here in total capacity data tab for any particular plant it will show the list of work centers which are maintained in particular plant to know the capacity details as per our requirement.
    1.When i select any WC line and click on change capacity display from CRP it is giving break up with required and available capacity hours for any particular WC available time is assume 22.5 hrs per day which is given in operating time in capacity header in WC but in MF50 it is showing 23hrs.I have defined shift sequence in OP4A and assigned in capacity header grouping which have 3 shift with 30 mins break in each shift which results in 22.5 hrs working for a day so in shift sequence and operating time it is mentioned as 22.5 hrs is the time available for day but in MF50 it is showing 23 hrs available for day?
    2.What is due% in MF50 total capacity data for any work center and how required time would be calculated?
    Appreciate if any one has any example.
    Cheers
    KK

    Hi bump for any suggestions?
    i have noticed one thing the time available is a round up value actual time available as per capacity header is 22.5 but in MF50 it is showing as 23..if i change to 21.5 then it is showing 22hrs available per day is this the standard behaviour?
    can anyone tell me how the required time is calculated?
    Cheers
    KK

  • How to make login with instagram and ContinueWebAuthentication

    hello im make an application where user get login with facebook and instagram and get all his data into the app all photo .
    i have created facebook login using facebook api  FacebookClient but i cant find any thing like this for instagram ....i have start coding for this u get instagram login page but after that i dont understand how get access token and user data ....
    private void BtnInstagram_Click(object sender, RoutedEventArgs e)
    string startUrl = "https://instagram.com/oauth/authorize/?client_id=" + "MYAPP ID "+ "&redirect_uri=http://none&response_type=token";
    string endUrl = "http://none";
    Uri startUri = new System.Uri(startUrl);
    Uri endUri = new System.Uri(endUrl);
    WebAuthenticationBroker.AuthenticateAndContinue(startUri, endUri);
    public void ContinueWebAuthentication(WebAuthenticationBrokerContinuationEventArgs args)
    WebAuthenticationResult result = args.WebAuthenticationResult;
    if (result.ResponseStatus == WebAuthenticationStatus.Success)
    // what code should be added here ??

    Hi,
    Have a look at this Sample App for getting Auth Token from Instagram in windows phone app. 
    Also read the api documentation for more details from
    here.
    Pradeep AJ

  • SCUP flash updates show up as 0 required and 0 installed although they are needed

    We have a problem in sccm2012\software updates. We have imported Flash, Acrobat and Reader updates from SCUP 2011.
    Reader updates works perfectly and are shown with "Required" and "Installed" numbers, but when it comes to Flash and Acrobat it says 0 for both. The only thing that shows is "Percent Compliant".
    I have modified the detection rules to go for files instead of registry settings but it doesnt make a difference
    Tried Google until my eyes bleed without finding anything like this.
    Is there anyone out there that has a clue what the problem is???
    The only thing else i could come up with is certificate problem but then shouldnt Reader updates work....
    Regards Thomas

    It shows 65% for ActiveX and 79% for plugin and there is no chance that so many have that version (223).
    I havent distributed it as a packet yet because i wanted it to work with SCUP and automatic update is disabled via mms.cfg
    I tried to run some reports to see the actual figures and it turned out that the reports are blank for software. I dont get any results at all. For other than Software it works fine.
    So now i have to start to see what the problem is with software reporting........

  • Help deploying a package with an application. Is it possible?

    Hi all,
    I wanted to find out how to deploy a batch file that was created to delete previous versions of Java.  After researching thru TechNet, I was able to successfully implement the batch file by creating a package, but here is where I'm stuck.  Being
    that we've just recently setup the SCCM infrastructure, there are many previous versions of java on client machines.  I feel like it would be almost a waste to find each old version of java and then supersede each version by it's successor in SCCM. 
    It would work, but it would take entirely too long.  The script does it's job perfectly, however, I have also deployed an application with the most current java update.  Now, what I need to happen is have the package, to uninstall all previous java
    versions, run before the application to install the most current version of java.  I've been researching and have found ideas, but not been successful with the implementations.  Any suggestions or advice?
    Thank you!

    You have to wrap the new Java installation into a script and in that script you put your Java removal script too, so that it gets fired first before the installation of the new Java. Powershell or VBScript, whatever you like :)
    This is because you can not add a dependency from an Application to a Package.
    Tim Nilimaa | Blog: http://infoworks.tv | Twitter: @timnilimaa

  • Application package deployment

    Hi there,
    I have created a application package in sccm 2012. I would like it to be visible and available for support technician (ie helpdesk) so they can install it for users when needed. Can someone guide me how to accomplish it please?
    Thanks

    Can the available applications to be listed so helpdesk can deploy them when end user wants it? I don't want to use end user interaction yet. Can this be done in software center page? I think I've seen it before. I am working for a small company there users
    are senior citizens. Thanks.
    If you "deploy" the application with a "purpose" of "Available", to a device collection, and, you configure the deployment settings on the "User Experience" tab so that it doesn't generate notifications, this application
    deployment would quietly reside in Software Center, waiting for the user to initiate it. This could be done by your helpdesk team, either physically at the computer (the helpdesk person simply launches Software Center when at the pc), or, helpdesk can remote-control
    or remote-assist the pc/user and do it for them.
    Is this what you mean?
    Alternatively, deploy the application (with purpose-Required) to a collection, then, when the end-user needs that application, the helpdesk would use the ConfigMgr console to add the device into the relevant device collection. The application will then
    deploy when the collection is evaluated and the client performs policy retrieval.
    It really depends upon what your "helpdesk" service consists of - is it desk-side physical attendance?
    Remote-control or remote-assist?
    Does the end-user have to interact with the application deployment or is the application deployment "silent/unattended"?
    (these are things we don't know about your scenario :)
    There are many, many ways to deploy software with ConfigMgr - it depends on your scenario and your experience and (often) also the nature of the application software itself.
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Issues deploying CC packages using SCCM.

    Getting the following error while deploying CC Photoshop/InDesign packages (Device based licensing) through SCCM - "Windows cannot open this program because it has been prevented by a software restriction policy".
    The installation goes fine when I click OK on this error. But when the shortcut is launched, a "Sign In Required" window appears, which should not be the case, as I've build the packages using Device licensing option in Creative Cloud Packager. There is no issue, when I install these packages manually on the machine, seems to be an issue SCCM as it installs with SYSTEM account. Exactly not sure what is causing it, struggling to resolve it, have to deploy it to users within strict timeline.
    Can you please look into this and assist? Kindly let me know in case you need more info on this issue.
    Thanks in advance....

    Have you seen our SCCM deployment guide?
    Creative Cloud Help | Deploying Adobe packages with SCCM

  • Activation of Creative Cloud packages created with CCP 1.3 breaks when deploying via imaging

    Descption of the problem:
    If Creative Cloud products are deployed as a part of an OS image and the packages are created with CCP for Windows 1.3, the activation still breaks.
    The problem affects most of our class room computers but, however, not all of them.
    When a standard user tries to open any of the products, an error message is displayed instead of opening the the program. 
    Configuration error
    A problem has occurred with the licensing of this product.
    Restart your computer and re-launch the product.
    If this problem still occurs after restarting, contact Customer Support for further assistance, and mention the error code shown at the bottom of this screen.
    Error: 213:19
    Installed Products: Acrobat XI,Ai,Dw,Fl,Id and Ps 
    CCP version: 1.3.0, build 66
    CCP Workstation OS: Windows 7 SP1 32-bit
    Target OS: Windows 7 SP1 64-bit
    Workaround: running APTEE on an resolves the issue every time. Yet according to Adobe this should not be necessary.
    Deployment workflow
    1. Create a single package containg all of the products with CCP and an Enterprise CC serial number.
    2. Customize Acrobat .mst file for the target language with Adobe Customization Wizard XI, leaving the serial empty. 
    3. Create a batch file to run ExceptionDeployer in pre mode, install the the other products and finally run ExceptionDeployer in post mode.
    4. Install the the package to a model computer using the batch.
    5. Run Windows's built-in sysprep tool  with OOBE and shutdown switches.
    6. Capture the image from the model computer and deploy it to other computers.
    We can unfortunately reliably reproduce this issue and we are, if not happy, but at least willing to provide you all the required logs and other info to find a real solution.

    Hi PT_luas,
    Please send me an email: [email protected] so that we may arrange a callbak.
    Regards,
    Romit Sinha

Maybe you are looking for

  • [SOLVED] Problem with "su" and "login".

    Hi, I reinstalled Arch Linux today when I updated "filesystem" and reboot appeared an error with root device, but I solved with installation CD. I restarted laptop after solving error with root device when I went to XFCE4 and open a terminal I tried

  • [Gnome 3] Uses for System Sound Alsa instead of Pulse Audio?!

    If I open "Sound Settings" click on the reiter "Applications" then I see which programs are currently playing sound. Because I have installed the freedesktop sound theme I hear some sound if I raise or lower the volume. But why does it listen that th

  • Why can I not select the transparency flattener preset option when exporting to a pdf?

    Hi all, I have not had to use this option in quite a while so may have forgotten a few things. In InDesign, under Edit>Transparency Flattener Presets, I have created a new preset and included the option of converting all text to outlines. However, wh

  • Six plus keeps restarting itself

    I bought a new iPhone six plus about a month ago. Recently, it has been turning on and off on its own, and now it won't turn back on at all. I tried the hard restart, but that did not work. Also, I tried connecting it with my laptop and it still will

  • Backup in wrong path..while patching

    Hi all, I want to apply CPU patch for 11.1.0.6.0 on windows 64 bit. as Oracle says we have to backup our Oracle Home, i tried this for 1st time & I have an issue... files are being copied into "System32" folder... I just want to know will it effect m