Available Application Deployments with Mandatory Primary Device Deployments

Hi,
I am at a client where the overall deployment plan for applications was to use the user-centric model in SCCM 2012.  The users roam from machine to machine and want the apps to be serviceable by the app catalog.  This is easy and has been setup. 
However, we have been thrown a curve ball and now there is an additional requirement to deploy the users apps as a mandatory deployment to their primary device.  The issue we have seen is that we can't have mandatory deployments and available deployments
without duplicating a lot of effort.  If we set up a deployment to be required it installs to all machines when they log on to them.  We have also managed to get to the point where we have set-up a mandatory deployment with the requirement set for
'primary device only', but when you look in Software Center you still see the app, but with a status of failed.  Is there a way of achieving this model - Pre-installs for the user on there primary device on day one and is only available from the catalog
on all other machines?

No, it's not possible to create exactly that. The main reason is that you need to deploy something as available to a user to make it appear in the application catalog, but at that moment the requirements of that application are not "checked".
Those requirements will be "checked" when the user will select to install that specific application. So, basically that will mean that a user will always see the available application in the application catalog.
My Blog: http://www.petervanderwoude.nl/
Follow me on twitter: pvanderwoude

Similar Messages

  • Dissociate an end user with the primary device

    I need to "Enable Mobily" for a new hire and I need to select his phone as the primary device. However, I run into this error: "Update failed. Device is already associated with another End User as Primary device"
    Is there a way to dissociate the old end user with the primary device? As a last report solution, do you think that by deleting the phone off the CUCM, it will fix the issue when I add the phone back to CUCM?
    Many thanks!
    -Calin

    Thank you George for your prompt response. :) 
    How would you "hunt down the other user" in order to make sure the phone is not associated with that particular user. We have about 3000 phones.
    I checked the phone settings under "Device" - "Phone" and there is no user under "Owner User ID". Although, I think that this field "Owner User ID" is not connected in any way  to Extension Mobility.
    Thanks!
    -Calin

  • Get the status of application deployments on devices

    Hi, I need to query (in PowerShell, ideally) the evolution of the advancement status of application deployments on the devices they are pushed to. I need to execute this query regularly and to retrieve what are the latest changes regarding the deployments
    (ex. the application deployment succeeded on machine 1, is in progress on machine 2 etc.)
    Do you have an idea on how to get that info?
    Thanks in advance,
    Marius
    Marius

    The nice thing is that the complete class is documented, including possible states (see:
    http://msdn.microsoft.com/en-us/library/hh948459.aspx).
    To give you an idea of how you could use it, I used the following function to determine the deployment state of an application for a specific device:
    #Function to get the deployment state of an application deployment
    function Get-AppDeploymentSate {
    param (
    [string]$AssignmentID
    $DeploymentState = Get-WmiObject -Class SMS_AppDeploymentAssetDetails -Namespace root/SMS/site_$($SiteCode) -ComputerName $SiteServer -Filter "MachineId='$ResourceId' and AssignmentID='$AssignmentID'"
    if ($DeploymentState -eq $null) {
    $Compliancy = "No Information"
    else {
    switch ($DeploymentState.StatusType) {
    1 {$Compliancy = "Success"; break;}
    2 {$Compliancy = "In Progress"; break;}
    3 {$Compliancy = "Requirements Not Met"; break;}
    4 {$Compliancy = "Unknown"; break;}
    default {$Compliancy = "Error"}
    Return $Compliancy
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • AIA 3.0 installer fails in step 10 of 11 at  Deploy Application Deployments

    Hi,
    we are trying to install AIA 3.0 on linux environment.
    we are getting the following error. Kindly provide inputs if anyone has faced similar issues.
    Deployments:
    [echo] ======================================
    [echo] DeploymentPlan file ="/app/oracle/Middleware/AIAFP30/config/FPInstallDP.xml"
    [echo] ======================================
    Deployments:
    [echo]
    [echo]
    [echo]
    [echo] Deployment log -- /app/oracle/Middleware/AIAFP30/aia_instances/AIAFP30/logs/FPInstallDP_Deployments_2010-02-02_17-12-10.log
    [echo]
    [echo]
    [echo] === Executing Deployments ===
    [echo]
    [echo]
    [xslt] Processing /app/oracle/Middleware/AIAFP30/config/FPInstallDP.xml to /app/oracle/Middleware/AIAFP30/aia_instances/AIAFP30/tmp/AIDExecuteDP_temp_41477337.xml
    [xslt] Loading stylesheet /app/oracle/Middleware/AIAFP30/aia_instances/AIAFP30/tmp/AIDExtractxsl_temp_1018895610.xsl
    executeDP:
    [wlst] @@@ Starting the deployment script ...
    [wlst] Connecting to t3://hydhtc70560d.ad.infosys.com:7001 with userid weblogic ...
    [wlst] Successfully connected to Admin Server 'AdminServer' that belongs to domain 'SOADomain'.
    [wlst]
    [wlst] Warning: An insecure protocol was used to connect to the
    [wlst] server. To ensure on-the-wire security, the SSL port or
    [wlst] Admin port should be used instead.
    [wlst]
    [wlst] Location changed to edit tree. This is a writable tree with
    [wlst] DomainMBean as the root. To make changes you will need to start
    [wlst] an edit session via startEdit().
    [wlst]
    [wlst] For more help, use help(edit)
    [wlst] You already have an edit session in progress and hence WLST will
    [wlst] continue with your edit session.
    [wlst]
    [wlst] Starting an edit session ...
    [wlst] Started edit session, please be sure to save and activate your
    [wlst] changes once you are done.
    [wlst] Warning: Unrecognized option stage is being ignored
    [wlst] Deploying application from /app/oracle/Middleware/AIAFP30/Infrastructure/Install/applications/AIAHomeApp.ear to targets soa_server1 (upload=true) ...
    [wlst] <Feb 2, 2010 5:12:17 PM IST> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, AIAHomeApp [archive: /app/oracle/Middleware/AIAFP30/Infrastructure/Install/applications/AIAHomeApp.ear], to soa_server1 .>
    [wlst] You have an edit session in progress, hence WLST will not
    [wlst] block for your deployment to complete.
    [wlst] Started the Deployment of Application. Please refer to the returned WLSTProgress object or variable LAST to track the status.
    [wlst] Current Status of your Deployment:
    [wlst] Deployment command type: deploy
    [wlst] Deployment State : running
    [wlst] Deployment Message : no message
    [wlst] No stack trace available.
    [wlst] Activating all your changes, this may take a while ...
    [wlst] The edit lock associated with this edit session is released
    [wlst] once the activation is completed.
    BUILD FAILED
    /app/oracle/Middleware/AIAFP30/Infrastructure/Install/AID/AIAInstallDriver.xml:167: The following error occurred while executing this line:
    /app/oracle/Middleware/AIAFP30/Infrastructure/Install/AID/AIAExecuteDriver.xml:106: The following error occurred while executing this line:
    /app/oracle/Middleware/AIAFP30/Infrastructure/Install/AID/AIAExecuteDriver.xml:58: The following error occurred while executing this line:
    /app/oracle/Middleware/AIAFP30/aia_instances/AIAFP30/tmp/AIDExecuteDP_temp_41477337.xml:11: The following error occurred while executing this line:
    /app/oracle/Middleware/AIAFP30/Infrastructure/Install/AID/lib/AIDDeploymentLibraryTasks.xml:90: Traceback (innermost last):
    File "/app/oracle/Middleware/AIAFP30/Infrastructure/Install/AID/lib/py/deployApplication.py", line 36, in ?
    File "<iostream>", line 376, in activate
    File "<iostream>", line 1744, in raiseWLSTException
    WLSTException: Error occured while performing activate : Error while Activating changes. :
    Use dumpStack() to view the full stacktrace
    Total time: 27 seconds
    <Feb 2, 2010 5:12:36 PM IST> <Warning> <JNDI> <BEA-050001> <WLContext.close() was called in a different thread than the one in which it was created.>
    Step Deploy Application Deployments failed
    Step Deploy Application Deployments failed
    Deploy Application Post-Install

    Hi Kanakavally,
    I saw the logs and I can see you have several failed attempts. Initially it had to do with AIALifecycle user already present and now it has to do with changes not getting activated.
    I suggest you do another attempt at installation after complete cleanup.
    Here is what you can do.
    1. Click finish and exit out of the current Installer window (if you already have it open)
    2. Now launch the deinstaller as per the Installation Guide.
    3. Choose the AIA Home and uninstall (the uninstall bar may not be showing the progress but wait for some time and the uninstall will happen. We are fixing the progress bar issue)
    4. Once this is done, navigate to weblogic console and click deployments in the left nav.
    5. Select all AIA related deployments (if they exist - ideally this will get removed during uninstallation) and click delete
    6. Repeat the process for Datasources, JMS modules and JMS resources (again these dont exist ideally after uninstallation)
    7. Also navigate to security realms, select your realm (myrealm) and then click on the users and groups tab and remove AIA users and AIA groups
    8. Now shutdown the SOA managed server and then shutdown the Admin server as well
    9. Start the admin server
    10. Open the console, see if you have any changes to activate in the Activation. If there is any activate them. If it doesnt get activated undo all changes.
    11. Open the folder Middleware/domains/<your_domain> In this folder remove the file edit.lok.
    12. Also under the folder Middleware/domains/<your_domain>/pending , remove all files.
    14. Once you have done this restart the SOA Server.
    15. Attempt a fresh installation. Ensure that you read all the pre-install steps and instructions in the Install guide carefully before attempting the installation.

  • SCCM 2012 NO SP - Reporting for application deployments not up to date

    Hello, 
    We have a problem when deploying applications with our SCCM 2012 NO SP.
    The reports for the application deployments and sup deployment are not up to date.
    The applications have been deployed on the clients but the information is not in sccm servers. 
    The reporting for the package deployment are working correctly.
    Do you have an idea ?
    Thanks

    Hi,
    How are things going? Please let us know if there is any progress.
    Regards.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • rib-rms /application-deployments/rib-rms/data-sources.xml

    Hi,
    Support note 1314377.1 "Call To GetNextPublisher Service In RIB-RMS Fails With "Unable To Publish Message To JMS" Exception" says:
    Solution
    "The issue was resolved with the below suggestion:
    Modify $ORACLE_HOME/j2ee/<rib-rms>/application-deployments/rib-rms/data-sources.xml to have below entries and bounce the <rib-rms> instance:
    min-connections="10"
    max-connections="20"
    initial-limit="5"
    used-connection-wait-timeout="10"
    inactivity-timeout="10"
    login-timeout="0"
    connection-retry-interval="1"
    max-connect-attempts="3"
    validate-connection="true"
    validate-connection-statement="select count(*) from dual"
    num-cached-statements="10"
    time-to-live-timeout="-1"
    abandoned-connection-timeout="6"
    disable-server-connection-pooling="false"
    property-check-interval="2"
    lower-threshold-limit="20" "
    However it is not at all clear to me how to enter these elements in the data-sources.xml XML structure.
    I have searched OTN and Google for it but can't find a good/complete reference. E.g. http://download.oracle.com/docs/cd/B25016_08/doc/dl/web/B14012_02/datasrc.htm documents some of the above attributes, but not all.
    Not all attributes go into the same XML element in data-sources.xml.
    Can someone give an example of how to set this?
    Thanks,
    Erik
    Edited by: ErikYkema on Jul 19, 2011 4:29 PM

    Hi Erik,
    All of these are attributes to <connection-pool> tag.
    So it will ideally look like
    <connection-pool name="connectionPool" min-connections="10"  max-connections="20" >
    <connection-factory factory-class="oracle.jdbc.pool.OracleDataSource"      user="RPM_ADAPTOR_AQ"
                   password="RPM_ADAPTOR_AQ"
                   url="jdbc:oracle:thin:@//+hostname+/RMS131K" >
              </connection-factory>
    Please modify the same are restart rib oc4j instance.
    Regards,
    PPS
    Edited by: ppskannan on Jul 19, 2011 8:19 PM
    Edited by: ppskannan on Jul 19, 2011 8:21 PM

  • SCCM2012 Clients not responding to Application deployments

    Hi
    I have around 4000 Windows 7 Enterprise PCs with SCCM2012 SP1 CU2 clients on our network, all seem to be working fine apart from around 50 or so that have developed a strange issue.
    They no longer seem to be accepting or responding to Application deployments. Package deployments however, are working fine on those PC's.
    Policies seem to be applying but anything to do with Applications is ignored.
    The App discovery and App Enforce logs have not updated on these clients for around a month now and no matter what we throw at them seems to fix them, We've tried Hard policy resets, client reinstalls, WMI repository rebuilds, etc. and now we're leaning
    towards possible OS rebuilds but do not really want to go to that extreme.
    Would updating our environment to R2/Latest CU benefit this particular issue? Our company policy is to only update a major application if the associated update or fix is required to cure any issues incurred so the R2/CU2 would have to be proven to fix this
    issue!
    Any ideas anyone?

    Thanks for the reply.
    What's your recommended method for WMI Repair?
    I have been up until 2012, using the WMI repair tool found in the SCCM2007 version of Roger Zander's Client Center but this does not seem to make any difference with this particular issue.
    What would be nice is a single VBS that uninstalls the client, repairs WMI and then re-installs the client but I'm no code person.
    On the dependency chain thing, this hits the nail on the head with our issue as we were doing a trial rollout of IE, Office 2013 and our custom document management system all in one deployment and the dependency list was around 15. Makes sense if this is
    the root cause.

  • How can i update my old 2006 iMac Intel core 2 duo running 10.6.8 to OSX Lion so that I can sync using iCloud with my newer devices?  Mountain Lion is not an option for my older model and Lion is no longer available at App store.

    How can i update my old 2006 iMac Intel core 2 duo running 10.6.8 to OSX Lion so that I can sync using iCloud with my newer devices?  Mountain Lion is not an option for my older model and Lion is no longer available at App store. 

    Call Apple's online store's telesales agents: 1-800-MY-APPLE (1-800-692-7753) or Customer Service and Sales Support at 1-800-676-2775. For Lion you'll get a redemptions code via e-mail and need to DL from the Mac Apple Store (requires SL 10.6.6+).

  • Since update of my MAC my Notes no longer appear on my Mac but are still available through iCloud on my iPhone and iPad. How do I get my MAC to sync with the other devices as e'thing else has synced on my MAC through iCloud.

    Since update of my Mac Book Pro my previously drafted Notes no longer appear on my Mac but are still available through iCloud on my iPhone and iPad. How do I get my Mac to sync with the other devices as e'thing else has synced on my MAC through iCloud. Also since the update Notes no longer appear as a folder in "Mail" but are now a distinct programme-is there any way of returning Notes to the Mail programme?

    Thanks, but I've been on the phone with AppleCare US (where I am and live) and AppleCare UK. They continue bouncing me back and forth without helping resolve the problem.
    Perhaps someones knows how to further escalate the issue at Apple?

  • I am having issues with trying to update safari.  It keeps saying, "Safari can't open the file "Safari_Updater-2.exe" because no available application can open it.

    I am having problems with trying to update safari and this keeps popping up, Safari can’t open the file “Safari_Updater-2.exe” because no available application can open it.  Also, I have a bunch of pops and I have my pop up blocker on but I keep having pop ups. 

    The info below should help with your pop-up issue.
    Check the links below for options to remove the Adware
    Easy method: http://www.adwaremedic.com/index.php
    Somewhat more difficult method: Remove unwanted adware that displays pop-up ads and graphics on your Mac - Apple Support
    And, read this article below to see how the Adware arrived on your computer.
    How to install adware
    The Safari update can be found at The App Store updates section. Where are you obtaining the file?

  • When ever I use Adobe reader 11 with a USB device, I cannot safe remove the USB device and get the following message (or similar one) in system log:  The application \Device\HarddiskVolume1\Program Files (x86)\Adobe\Reader 11.0\Reader\AcroRd32.exe with pr

    When ever I use Adobe reader 11 with a USB device, I cannot safe remove the USB device and get the following message (or similar one) in system log:  The application \Device\HarddiskVolume1\Program Files (x86)\Adobe\Reader 11.0\Reader\AcroRd32.exe with process id 6620 stopped the removal or ejection for the device USB\VID_05DC&PID_C75C\20131215015821328FC8.
    I am running on Windows Server 2012 R2 in Desktop Experience mode.
    Any ideas?
    Roger

    In addition to that symptom, I discovered that even though I had closed all Adobe Reader sessions, the processes kept running and used up 90%+ of my CPU.

  • Can't open secured documents on windows 7 domain client with mandatory profiles.

    While opening certain PDF files we have the problem that the user is presented with a message that he does not have the rights permissions. This happens twice, after that the users gets an empty page with the message the Adobe version might not be up to date. We use Acrobat Pro 10, but this also happens while using Reader 11.0.8. On our windows 2008 terminal services machine this could be fixed by giving the user rights on c:\ to create and remove a file. :O. On windows 7 this doesn't work probably because of UAC. But we've tried every solution to that available on the internet, disabling uac, changing uac options, changing rights on userprofile folders, changing rights on c:\ but to no avail. When using process explorer we can see it wants to create a temp file p328hkl.tmp or something like that on C but it can't and immediattely after is shows the error on screen.
    Anyone who also has this problem or solved it? There are no problems with simple self made pdf files/scans but only with certain types of pdf files for which it tries to create a tmp file.
    Thanks,
    Peter

    Hi Brogers,
    Thanks for your reaction. We do have AppData redirection in place. We redirect AppData to a share on our data server which works perfectly fine for all other applications. The weird thing is that Reader/Acrobat try to write to C:\ which to my knowledge should not happen, is this maybe a fallback because it can’t write to a different location? Users have full control on their own roaming AppData but not on their local AppData that is made by windows itself while copying the mandatory default profile to C:\.
    I might use the wrong term while saying secured documents. I’m talking about a document created by Raet/Youforce a web application for personal administration. The documents can be opened by other viewers than Acrobat/Reader but then only contain the background and not the text. In Acrobat/Reader they do open normally when Acrobat/Reader can create the .tmp file. Otherwise it will not display the file at all. I would attach such a document to see but since it contains certain info I am not allowed to do so.
    I hope we can work out a solution for this.
    Met vriendelijke groet,
    Peter Gerritsen
    Engineer
    AndoBurg BV
    Voorstraat 31
    3931 HB Woudenberg
    T 033 479 40 80
    F 033 479 40 89
    E [email protected]<mailto:[email protected]>
    I www.andoburg.com<http://www.andoburg.com/>
    Als u niet de geadresseerde van dit bericht bent, verzoeken wij u ons hiervan op de hoogte te brengen en het bericht te verwijderen. AndoBurg BV aanvaardt geen aansprakelijkheid voor schade die voortvloeit uit elektronische verzending van informatie. Aan de inhoud van deze e-mail en eventuele bijlagen kunnen geen rechten worden ontleend, tenzij schriftelijk anders is overeengekomen.
    Van: brogers_1
    Verzonden: vrijdag 19 september 2014 20:10
    Aan: Peter Gerritsen
    Onderwerp:  Can't open secured documents on windows 7 domain client with mandatory profiles.
    Can't open secured documents on windows 7 domain client with mandatory profiles.
    created by brogers_1<https://forums.adobe.com/people/brogers_1> in Enterprise Deployment (Acrobat and Reader) - View the full discussion<https://forums.adobe.com/message/6745441#6745441>

  • "Available" applications randomly installing themselves without end-user triggering

    Hi, I'm running SCCM 2012 SP1 CU2.
    I have a problem where a long list of "available" applications will install themselves on a workstation without any end-user action.  I'm getting reports of this happening 2 or 3 times per week in an environment of 14,000 workstations (XP
    and W7).
    A couple minutes after a user logs on, between 30 and 70 applications get installed in quick succession.  I can confirm that these apps do NOT have a "required" deployment type; they are all "available".
    It is definitely SCCM doing it, as I can see all the .MSIs in \windows\ccmcache.
    AppDiscovery.log (numerous similar messages):
    ActionType - Install will use Content Id: Content_c758362d... + Content Version: 1 for AppDT "application 1 (*.msi file)"
    ActionType - Install will use Content Id: Content_da9231a7... + Content Version: 1 for AppDT "application 2 (*.msi file)"
    ActionType - Install will use Content Id: Content_e24e32b7... + Content Version: 1 for AppDT "application 3 (*.msi file)"
    DCMAgent.log (numerous similar messages):
    Job::SetupJob - Add assignment (DEP-XYZ20240-ScopeId_8FB9C6D8...
    CDCMAgentJob::PopulateCIsFromAssignment - [SKIPPING] CI policy Id :ScopeId_8FB9C6D8...
    All the applications that are getting installed are Applications (not packages), deployed as "available", that are set to install as the user, and are targeted to a large machine collection.
    We have about 70 deployments like this, but I've seen variation where between 30 and 70 of these apps will get installed.  Each incident will install a different subset of these 70 apps.
    We've been cutting over our legacy packages to applications over time.  The problem was first reported about a month ago.
    Ideas?
    Thanks,
    Nick.

    A couple minutes after a user logs on, between 30 and 70 applications get installed in quick succession.  I can confirm that these apps do NOT have a "required" deployment type; they are all "available".
    Any other triggers, you may get from event log? Also, all the machines/users have this problem or only subset of machines?
    Anoop C Nair -
    @anoopmannur :: MY Site:
     www.AnoopCNair.com ::
    FaceBook:
     ConfigMgr(SCCM) Page ::
    Linkedin:
     Linkedin<

  • AIR Publish for iOS Error: Install application on the connected iOS device

    OK, I've been having this issue sporadically for a pretty long time now, I'm talking months if not over a year. Currently I am using Adobe Flash Pro CS 6 on a PC with Windows 8, AIR 4.0.0.1390 SDK installed. Sometimes, when publishing the App and having "Install the application on the connected iOS device" checked I receive the following error message although the iPad is connected with 2.5 GB available:
    "Error creating files.
    Uninstallation Error: Failed to send request to device.
    Device Error: please check if there is enough space on the device."
    I have found absolutely no rhyme or reason for this to occur. Sometimes it will, sometimes it won't, but I just tried publishing with install about four times, having unplugged the iPad, removed the previous App manually, closed the previously installed App, closed and reopened Flash, and it still won't install. Usually I can get it to install after a couple tries, thus dampening my urge to post a thread but I've now been driven to write due to the number of errors.
    Oddly a Google search for "Uninstallation Error: Failed to send request to device." yields no results, am I the only receiving this message?
    I keep hoping that new releases of AIR will resolve this issue but alas, no such luck. Anyone have a fix for this or able to confirm similar frustrations? I am currently using a first generation iPad, but have also experienced similar issues with third generation iPad.

    I'm also getting the error in the post above when trying to publish and install with AIR 15.0.0.302 on an iPAD 2 iOS 8.0.2:
         Error creating files.
         Uninstallation Error: APIInternalError.
         Device Error: please check if there is enough space on the device.
    - and I have 6.3GB of space, so I know that isn't the issue. I'm even attempting to compile a completely brand new (empty) fla, but the error persists. I've also tried to compile an ipa with AIR 14 and receive the same error. Possibly this has something to do with the latest iOS?

  • App-V 5.0 SP2 with Mandatory Profiles

    Hi,
    We are having some issues with App-V 5.0 SP2 with HFX2 and HFX4 on our Windows 7 x64 Clients
    We use mandatory profiles and delete the local profile on logoff,
    HFX2 Issue:
    The AppData\Local\Microsoft\AppV\Client\VFS\<GUID> is only created once, subsequent logins don't have the folder structure created for the package VFS and all folders have read/write access for the user, when they should follow the base OS folder permissions
    We have found that a registry entry is created in HKLM\Software\Microsoft\AppV\MAV\Configuration\Packages\<GUID>\UserConfigEx\<USER-GUID>
    if we manually delete this registry key then appv will re-create the VFS folders in local app data
    AppV seems to be setting key's saying its created those folders and expects them to be there on the next login, is there a way to tell AppV that we are using mandatory profiles and to re-create the folders?
    HFX4 Issue:
    Hotfix 4 is a bigger problem in that a registry entry for <USER-GUID> is created in HKLM\SOFTWARE\Microsoft\AppV\Client\Virtualzation\LocalVFSSecuredUser
    The first time appv is used for that user, it works, all subsequent times appv packages fail to load unless that registry string is manually deleted.
    Is there any way to fix App-V 5 to work with mandatory profiles which are deleted on logoff?
    Thanks!

    Hi Nicke,
    The registry key's are located in HKLM, which causes permission problems as our uses are all standard users
    the HFX2 issue sort of works, the
    UserConfigEx key is created with the logged on user having read/write permissions, so as long as that user successfully runs a logoff script then the key is deleted, if the desktop crashes without running the logoff script and a new user logs in, then they
    don't have the rights to delete the sub keys and all future app-v localappdata VFS permissions are broken on that client,
    The HFX4 issue registry keys are all write protected from standard users,
    I'm not 100% sure these are the only area's which are causing problems (they are just the ones I've found!) and that just deleting the registry entries completely fixes the problem.  I didn't go down the path of deleting HKLM keys as a user as it seemed
    a bit of a brute force hack to me which I was trying to avoid :)
    If I give users rights to delete HKLM\Software\Microsoft\AppV\MAV\Configuration\Packages subkeys
    then I think they could break published applications if the <GUID> folders are somehow deleted?
    I was actually pretty surprised to find out that App-V 5.0 stores permanent information about user's in the HKLM hive, I would have thought all of this should live in the HKCU hive!
    I've not been able to find any documentation on how App-V uses HKLM keys to keep track of processes its already performed on a user and doesn't want to do again,
    Thanks!

Maybe you are looking for

  • Hyperlink in flash

    I have a flash navigation bar in my website and the hyperlinks have stopped working for it. The navigation bar itself is working fine, just the hyperlinks are broke. As you can see in the code below each link is named "Study Help", "Tips and Tricks",

  • DMS - Archived document retrieval

    I am able to archive documents using archiving object CV_DVS. But I am not able to retrieve the archived document. How can I retrieve the archived document? T Code cv02n has Environment -> Display from archive but its disabled. Regards, Samson.

  • Loading caches from database for old application

    Hi, I clearly understand synchronization of DB with Coherence, if we do insert/update/delete records from both DB and Coherence, but as i understand this way is useful only if Coherence exists, from the time when the first record was created by Appli

  • Increase file descriptor limits on managed server

    Hi, we have an Admin Server which manages a managed server. We need to increase file descriptor limits of managed server. We modified the script commEnv.sh on Admin server and we successfully increased to 65,536 the limit. Here is the log of the boot

  • I choose my homepage but it won't stay that it goes to a default i-mesh homepage how do I resolve

    How do I keep one homepage that I choose?