Quantcast
Channel: Configuration Manager 2012 - Application Management forum
Viewing all 4762 articles
Browse latest View live

Install Office 2013 Click to run from a BAT file

$
0
0

Hello All,

To install Office 2013 via SCCM 2012R2 I call the below bat program in "Deployment Type > Program > Installation program > Install_office365.bat".

The contents of the install folder gets downloaded to the users ccmcache folder and the install runs fine.

But because of the way the bat file is written will the install go back the the distribution point to install office instead of using the downloaded contain in the ccmcache folder.

---------------------------------------------------------------------------------------------------------

setlocal

REM *********************************************************************

REM Environment customization begins here. Modify variables below.

REM *********************************************************************
 
REM Set DeployServer to a network-accessible location containing the Office source files.

set DeployServer=\\dp.mydomain.com\Source\Software\Microsoft\Office365ProPlus\

REM Set ConfigFile to the configuration file to be used for deployment (required)

set ConfigFile=\\dp.mydomain.com\Source\Software\Microsoft\Office365ProPlus\Install.xml
 
REM *********************************************************************

REM Deployment code begins here. Only modify Offscrub location below this line.

REM *********************************************************************

:DeployOffice

REM Uninstall Office 2010
call cscript \\dp.mydomain.com\Source\Software\Microsoft\Office365ProPlus\Office2010\Fixit\Offscrub10.vbs ProPlus /Bypass 1 /q /s /NoCancel

REM Close Outlook if it's opened
call cscript \\dp.mydomain.com\Source\Software\Microsoft\Office365ProPlus\CloseOutlookVerifyFailsafe.vbs

REM Install Office 2013
start /wait %DeployServer%\setup.exe /configure %ConfigFile%

:End

Endlocal

-----------------------------------------------------------------------------------------------------------------------------

Thank for your help

Tim


app-v application deployment

$
0
0
We are deploying Virtualized Apps(App-v5.0) using Config Manager 2012. Virtual apps are created independently. We then use Connection groups to tie them together. The problem came out when we try to deploy virtual apps with a dependent virtual app, it installed fine for the first user that pulled it, however if the second users logs in and tries to pull it, it only installs the main app, but the dependency is not installed for the other user so the app is unusable because the dependency is not seen by the app. The dependency is Java and the main app is a web based application.

OSD failing on random Application Installations

$
0
0

Version: ConfigMgr 2012 R2 SP2 (5.00.8239.1203)

The issue seems to occur when using Samsung SSD (PM851).  This SSD just happens to be in the machine I am currently testing with where I can reproduce the failure consistently.  By adding a delay before each Application Install of 30 seconds I am able to work around the issue but this is hopefully not the long term fix.

In an attempt to troubleshoot the issue I have added Windows6.1-KB2459530-v4-x64.msu to the TS immediatley after the "Setup Windows and Configuration Manager" step.  I have also added the following variables:

SMSTSMPListRequestTimeout = 1800
SMSTSDownloadRetryCount = 5
SMSTSDowloadRetryDelay = 15

The hotfix and/or the variables do not resolve the issue.

What I have reviewed:
http://ccmexec.com/2014/12/smstsmplistrequesttimeout-value-in-milliseconds/
https://support.microsoft.com/en-us/kb/3007095

CIDownloader.log:
CCIDownloader::ParseDtsMessage - Dts failed with error code: 0x80190190. CI Downloader will retry.
CIDownloaderJob({1C00D616-9E10-4E00-87F6-F222DBDD9264}): QueueRetry failed (0x87d00267).

smsts.log:
Download failed (Error: 87D00267; Source: CCM) TSManager 9/11/2015 10:39:18 AM 1412 (0x0584)

Thanks

Internet Explorer v10 Upgrade Errors

$
0
0

I have used IEAK to create IE 10 package with prerequisites integrated as per available on the official Microsoft website.

When trying to run this via SCCM (as administrator account), it is giving below error.

The 2 prerequisites were also integrated with IEAK but not sure why is it trying to download them again. I am using the .exe file here.


When tried to run locally, this doesnt give the above errors.

is there a list of possible values for EvaluationState under CCM_Program in WMI?

$
0
0

I am looking for the list of values for EvaluationState under CCM_Program using root\ccm\ClientSDK I have found the list for CCM_Application here but there is nothing listed for EvaluationState for CCM_Program here. It could possibly be that they are the same. Thank, Randy

Error occuring while configuring System center 2012 r2 configuration manager

$
0
0

Hello all,

I am very new in SCCM .

I used some blog post to install SCCM but while configuring "System Center 2012 R2 configuration manager Setup wizard" following error will come.

Any body please help me out .

Regards

Sunny

PIN Access to iOS Managed Applications with Application Management Policies

$
0
0

Hello together,

I'm currently wondering: I created all available Managed applications in SCCM for iOS Devices. These applications includes the Managed Browser, Word, Excel, PowerPoint, OneDrive, Outlook, OneNote and Work Folders

I deployed these applications as required with Application Management Policies, where I set the require simple PIN for access to "Yes".

Now when I have installed these applications and open them, then only the Managed Browser, Work Folders, Outlook and OneNote asks me for a PIN.

Word, Excel, OneDrive and Powerpoint don't ask me for a PIN. Does anybody know why this is happening or not happening?

Thanks for every answer in advance.

App-v and UAC

$
0
0
Java virtual app is prompted for UAC for users without Admin RIGHTS, any idea how to get around UAC prompt in App-v App

SCCM 2012 R2 SP1 - Application Deployment - Boundary Group

$
0
0

Dear Experts,

We are using SCCM 2012 R2 SP1 - Supporting 18K~ Across Globe. While deploying applications, We see that Few user machines are showing the Application is downloading with 0%. Under Monitoring State noted that it is showing as Waiting for Content.

Parallely we have checked Log File from the Client Machine.

Client Machines are getting support from 3 Different DP's. Do we have any Option to give Priority between the Distribution Points.

We also have Fall Back Source Location Content for Primary Site Server DP's in our Location.

Please guide us if we have any Option of increasing the Priority of Distribution Points (Between 3 or 4 DP's)

Request your Guidance Pls

Regards,


Veera

cannot connect to the application server

$
0
0

when trying to access https://sccm.domain.com/cmapplicationcatalog I get the following error:

the website cannot communicate with the server. this might be temporary problem. try again later to see if the problem has been corrected.......

in the serviceportalwebsite.log i find the below error:

https://cmsrv01.domain.internal/CMApplicationCatalogSvc/ApplicationOfferService.svc. This could be due to the fact that the server certificate is not configured properly with HTTP.SYS in the HTTPS case. This could also be caused by a mismatch of the security binding between the client and the server.

during installation I specified to use only HTTPS. then I configured DNS to have a CName that point to the sccm server FQDN.

it is giving me error that it cannot reach the FQDN. where do I need to place my Cname inside of sccm to make it work.

Application install behavior

$
0
0

Hi, all!

I'm trying to deploy Application using custom msi. I need that the App run using user's account

If I install the App from Software Center with Available deployment it install great and starts proccess and run with current user account - that's good.

If I install the App with Required deployment with option Install behavior - install for user it install without errors and starts proccess and run with SYSTEM account.

So option Install behavior - install for user doesn't work. What could be a problem?

Problem with Java 1.8 update 31 deployment

$
0
0

It seems like I have to re-invent my SCCM Java deployment process each and every time Oracle comes out with a new update. I am currently attempting to deploy Java 1.8 update 31 and am having little luck. While this is an SCCM-centric question I am still in the testing process prior to actually deploying the software. I getting an installation error as follows with the 32-bit installation:

MSI (s) (50:CC) [11:52:09:663]: Product: Java 8 Update 31 -- Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action installexe, location: C:\Windows\Installer\MSI79FF.tmp, command: /s INSTALLDIR="C:\Program Files (x86)\Java\jre1.8.0_31\\" WEB_JAVA=1 REPAIRMODE=0

The installer creates the installation directory and copies the files but the installation ultimately fails with the generic 1603 error.

The command line that I am using to install Java is being passed through Powershell Deployment Toolkit as:

Execute-MSI-Actioninstall-Path"jre1.8.0_31.msi"-Parameters"JU=0 JAVAUPDATE=0 AUTOUPDATECHECK=0 RebootYesNo=No WEB_JAVA=1 /q"

Which I tested manually as:

msiexec.exe /I "jre1.8.0_31.msi" JU=0 JAVAUPDATE=0 AUTOUPDATECHECK=0 RebootYesNo=No WEB_JAVA=1 /q

When manually run the install completes just fine without complaint so I know the switches are correct and are fully functional. I have even run the actual .com installer using just the "/s SPONSORS=0" arguments and that works just fine too when run manually.

I have never had an issue where a command line that works when run manually under and admin context won't work when run through Powershell. I read through the related thread at: http://www.edugeek.net/forums/enterprise-software/143767-java-8-update-25-silent-install-via-sccm-8.html however it doesn't seem to come to a definitive conclusion as to what could be done. I am not using config files as I have never had the need to before (passing the switches always worked until now). I am also able to completely uninstall all previous versions of Java using the Remove-MSIApplications PDT commandlet (which also works fine if I manually install 1.8 u 31 before running the PDT process again).

I am just getting fed up with the mess that is Java. It would be nice if there was simply some consistency and predictability within these version. If anyone can provide insight I would really appreciate it.

V/r,

Chris

Task Sequence Install Error after SP1\CU1 Update

$
0
0

Last Friday I upgraded SCCM 2012 R2 to SP1\CU1 and it appears to have broken several task sequences used for application installs. I am seeing the following line in the smsts.log file: Failed to execute command line '.\Setup\NwSapSetup.exe /Silent /Package="Installation_730_v5_pl5"' . The system cannot find the file specified. (Error: 80070002; Source: Windows)". 

I have verified that while the install is occurring that the required files are in the _SMSTaskSequence folder and I’ve also pushed the package outside of the task sequence and it installs correctly. I have recreated the task sequence and the issue continues to occur. I’ve done a fair amount of research and have not found anything indicating why this is failing nor the fix for it.

Any guidance would be appreciated.

Thanks

Add Windows 10 for all deployment types

$
0
0

Hi Guys

we have over 300 applications, randomly a lot of them are set to run only on workstations and not servers.

ow with the update of R2 SP1 and the deployment of Windows 10 we want to allow all the applications to be able to run on Windows 10 (if set to run 7 x86 then add 10 x86, of set to run on 7 x64 add 10 x64)

what is the best automatic way to achieve this?

is there a PowerShell script to someone that can help with this?


Tamir Levy

Deploying Applications to 32 bit and 64 bit computers

$
0
0

Hi all,

Using Config Manager 2012, I ran into an issue when deploying CutePDF and Ghostwriter (dependency) to a few test VM's.

Win 7 x86

Win 7 x64

Win 8 x86

Win 8 x64

When deploying to Win 7/8 x64 installs with no issues, but with Win 7/8x86 CutePDF fails to install. Config Manager says "The application was not detected after installation completed", client machines say "Failed".

On CutePDF's website I'm only able to get a single .exe which I assume installs for either x64/x86 machines. I unable to find anything in the Application properties in regards to 32/64 bit. I'd appreciate any advice or guidance.

Thanks!


automatically run an application as admin once the application is installed

$
0
0

Hi Everybody, I have a question.

We are implementing a new software to be installed over Software Center.

Thing is that once the program finish to install, it will need to be started as Admin for the first time (to register some components)

is there a way we can automatically run the program as Admin once software center finish with the install?

Thanks so much in advance! 

Santiago 

Application Detection Rule for MUI

$
0
0

Hi Everyone,

I'm deploying (or at least trying to) MUI for windows 10.

My problem is the DETECTION RULE, I've found out that when you installa a MUI in the registry of windows it's added under:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MUI\UILanguages

And there you can find for example: it-IT, de-DE , ....

My problem is that I've tryed to put in the detection rule to find out the ""folder"" fr-FR, but it doesnt work.

Maybe im doing something wrong, the actual detection rule that I'm using is this one:

I've also tryed to use as detection method the value of the LCID key (REG_DWORD) but no luck...



SCCM 2012 - Automatic Creation of Software Metering Rules

$
0
0

I realise that it is not advisable to turn on this setting, however it is of use to us at this time and is a means to an end for the particular project we are starting.

We are wanting to turn on the Software Metering for just a handful of devices, this being achieved by assigning a new "enable" client setting to just those devices, but want to have rules created automatically for all executable used on these devices.

I have two questions regarding this:

1. Does the "specify the percentage of computers in the hierarchy that must use a program before a software metering rule is automatically created" option work out its percentage based on those devices that have the Software Metering enabled or on the entire list of devices within the database? (i.e. if one of the 10 devices that have it enabled use an executable, that would be 10% if worked out from just those enabled devices, or way less than 0.01% if worked out from the entire device list.)

2. If the above relates to all devices and not just those that have Software Metering enabled, is there a way of Metering the Software on just a single collection or creating rules based on devices in a single collection?

We are hoping that we dont have to create manual rules for all the software on the devices in the collection, as it is going to be a long slog, but I fear that may be the only route we can take.

Alternatively, is there a way of mass creating rules from a list of software installed on the devices?

Any help or suggestions would be welcomed.

Thanks,

Dean

Application deployment status unknown Client passed /Active

$
0
0

Hi,

When we deploy to an Application from SCCM 2012 R2 CU3 to a client machine the deployment status shows as Unknown with category client status passed / active and app is not installed on the client. There is no footprint of this application in App discovery. Other applications deployed to the same client are installed aith no issues. Client is healthy and logs donot show any errors. Reboot of the client did not solve the problem. Any help to understand why this single app is getting stuck?

Regards


Regards Priya Gummalla

Missing Icons in the Software Library but working in the catalog.

$
0
0

Can someone help me to shed some light on this, or is this a feature in SCCM.  I have applications in the console, that have basic Icons next to them:

I want them to reflect the Icon of the application.

I have modified the properties under Application catalog:

it works fine in the Software center, but not on the console.  As I mentioned, is there something I am missing or is this a work as designed.



Viewing all 4762 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>