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

VB script is working fine at the manual installation method but not deploying /executed through SCCM 2012

$
0
0
 

VB script is working fine at the manual installation method but not deploying /executed through SCCM 2012 .

tried deploying both package and applications as well but no luck.

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

Application data has been reached in Software Center at "Installed Software" phase without any errors.

Used file ,registry ,windows installer detection methods i.e.

Property : "date modified"

operator : "greater than or equal to "

value : by default date

 and browsed installation program "removeExcelOpenKey.vbs"

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

removeExcelOpenKey.vbs

Dim objExcel

Dim addin

Dim objShell

On Error Resume Next

Set objShell = CreateObject("WScript.Shell")

objShell.Run "msiexec /x {62190FC2-D90E-45A8-9ED8-9C523EC426E2} /qn", 0, True

Set objWb = objExcel.Workbooks("myAddin.xla")

If Not wb Is Nothing Then

wb.RunAutoMacros xlAutoClose

End If

Set objExcel = CreateObject("Excel.Application")

For i = 0 To objExcel.Addins.Count

    Set objAddin= objExcel.Addins.item(i)

    If objAddin.Name = "HsTbar.xla" Then

        objAddin.Installed = False

    End If

Next

 objExcel.Quit

Set objExcel = Nothing

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

please let me know if something else need to be modified at SCCM 2012 Application management level.

Thanks,


Gc.Hanumareddy


Cannot connect to WMI provider. You do not have permission or the server is unreachable - [0x80041010]

$
0
0

Everyone,

Cause : issue with the compiled SQL Configuration Manager GUI’s communication with WMI.

Solution : 

Open a command prompt as administrator
Navigate to your SQL version’s shared directory (cd <version path>):
SQL 2008:  C:\Program Files (x86)\Microsoft SQL Server\90\Shared\
SQL 2008 R2:  C:\Program Files (x86)\Microsoft SQL Server\100\Shared\
SQL 2012:  C:\Program Files (x86)\Microsoft SQL Server\110\Shared\
SQL 2014:  C:\Program Files (x86)\Microsoft SQL Server\120\Shared\

Then run the following command:

mofcomp sqlmgmproviderxpsp2up.mof


Best Regard's Krishna


Application Detection rule

$
0
0

In my case, Before deploying an application I want to detect the presence of the application by looking in hidden files and folders on the client machine, Does SCCM Application detection rule work on hidden files and folders such as  C:\ProgramData.?


VB Script is not executing when deployig from SCCM 2012

$
0
0

Manually my VB script is running successfully when executing from the Batch file which internally calls VB Script to suppress "HyperionSmartViewforOffice_11.1.2.1.0" add-in prompts pop up which occurs upon launching MS Excel.

please  see the attached files for folder structure (Folderstructure.PNG), add-in pop up error (add in pop up error.PNG).

Batch Script:

@ Echo Off

msiexec /x {62190FC2-D90E-45A8-9ED8-9C523EC426E2} /qn

removeExcelOpenKey.vbs

vb script :

Dim objExcel
Dim addin

On Error Resume Next
Set objWb = objExcel.Workbooks("myAddin.xla")
If Not wb Is Nothing Then
wb.RunAutoMacros xlAutoClose
End If

 
Set objExcel = CreateObject("Excel.Application")
For i = 0 To objExcel.Addins.Count
    Set objAddin= objExcel.Addins.item(i)
    If objAddin.Name = "HsTbar.xla" Then
        objAddin.Installed = False
    End If
Next
 
objExcel.Quit
Set objExcel = Nothing

tried to fail deploying the package and application (follwed detection method file , registry , windows installer ) as well but no luck.

appreciated help .

thanks,


How to deploy .msp files through SCCM 2012

$
0
0

Team,

Can you please help me to deploy .msp files through SCCM 2012?

Regards,
Mahadev Nitture

SCCM 2012: howto switch from available to mandatory deploy?

$
0
0
Hi,

If we have some software we need to deploy, we always deploy (package) it as available at first, so testers can check whenever it suits them.
When ok, we push the same install mandatory to a collection. Here we want to prevent a reinstall from happening but the mandatory instal also triggers an install for the already installed pc's.

In SCCM 2007 we could change the available install to mandatory, in SCCM 2012 the deploy option is greyed out.
Please advise howto have the same functionality in SCCM 2012.

J.

Jan Hoedt

sccm client

$
0
0

hi ,

im trying to install sccm client using manual mode but gets this error

Failed to get DP locations as the expected version from MP 'http://sccm2012.sccmlab.com'. Error 0x80072efd

help needed.


Naveen Betha.

software center permissions error, SCCM 2012

$
0
0

I'm getting a strange error in the software center.  The applications and packages deploy without any problems but users receive an error when trying to install the application or package through software center.  They receive the error "Insufficient Permissions for Software Installation" and "Your IT department has set restrictions for this software that prevent it from installing on your computer".  I have attached the screenshot.  We are running SCCM 2012 on Server 2008 R2 with SQL Server 2008 R2 on a separate server.  If this is something that is configured on the server I don't remember ever doing it but I can't find that error anywhere on Google so I'm kind of at a loss for the moment.  Again, any help is greatly appreciated.  Thanks.



Über Random


Deployment Requirement Changed

$
0
0
I no longer want to have a requirement added to one of my Applications Deployments. I have removed the requirement from the Deployment Type area yet the install to the client still fails due to it seeing the requirement. How do you update the Application so the requirement is no longer being used? Like I said, I removed the Requirement from the Application already, and did an Update Content, yet still no luck as I am getting a failure stating it failed because of the requirement in place. 

Deploy Package windows 7 service pack on workstations through SCCM 2012 R2

$
0
0

Dear Team,

i successfully create the package " windows 7 x86 service pack " to collection in SCCM 2012R2. and update distribution point and than finally deploy on collection " windows 7 collection".    Service pack in .exe form

On client side i found service successfully download on client sccm cache folder.

unfortunately it was not executing, service pack installation not started.

what is the issue. guide me..

thanks

Faisal


durranifaisal

System Center 2012R2 , download not starting and status is downloading (0%complete) for long time

$
0
0

In System Center 2012R2 , download not starting and status is downloading (0%complete) for long time.

Is there is any settings to be done in System Center  2012R2 Configuration Manager.

last logged in users on Unknown machine

$
0
0

Hi all,

Happy New Year 2015 to all of you.

I have deployed an application to a collection that has 5000 machines. On checking the deployment status, I see that the application got installed on about 4700, about 133 machines are in progress & error state and 177 machines are showing under unknown.

I need to find the report/sql query that can be used to get the details of those 177 machines with the information of who last logged in to those machine with the email address of those users.

We have the email addresses available in the database which can be seen from mail0 table from v_r_user.

Using the inbuilt report I got the list of the machines that are in unknown state. But I cannot get the information about the user who last logged in and the email address of those users.

Can you please help?

Thanks in advance!!

MS SCCM - using to deploy & install exe or msi files on various machines

$
0
0

Hi All,
 
I am looking into Microsoft System Center Configuration Manager (SCCM) as deployment tool to deploy exe/msi and install(automatically) on client machine connected to network and manage update of it. 

Can we do install msi/exe packageit on any machine connected to internet using SCCM or is it limited to intranet??

Kindly provide some steps to do it or share some links having such info helpful. 

Regards,
Ravi

Maintenance Windows for restart requires app deployment

$
0
0
I want to push out the application that does require the restart to work correctly. How do I make sure to set the maintenance windows so it won't install on the customer computers during office hours? It needs to be start install out of office hours and do the reboot. How? thanks

How to control the folder c:\Windows\CCM\Temp?

$
0
0

I have installed the SCCM2012 in my company.

And I find the free space of c: disk becomes little in every computer with sccm client .

I find the folder c:\Windows\CCM\Temp grows rapidly.

What can I do to control it?


Green Hand In Microsoft.


Upgrade Office 2010 to Office 2013 Pro Plus

$
0
0
Have a possible to upgrade from Office 2010 to Office 2013 without lose the user information (.PST for example) using SCCM 2012?

Atenciosamente Julio Araujo

Making Application deployment working for VPN connection

$
0
0

Hi Guys,

Am trying to deploy application to users machines which are connected to VPN.

I dont have any idea, is that any https connection my SCCM will support. If it is failing, what all the series of steps i need to follow to enable deployment via VPN connection.

Please suggest.

How to add windows machine as Devices in SCCM 2012

$
0
0

I am new to SCCM. I want to know how we could add machines (on intranet or on internet) as Devices in SCCM.

Is it required to have SCCM client installed on target machine that one want to add as device?

I am asking these questions as per information with me. Please do correct me if I am wrong in asking question.

If possible, please do share me link having step by step info do add machine as device in SCCM or kindly explain here.

 

send-mailmessage not working when deployed package through Software Center

$
0
0

Hi Experts

I was curious if I can create a package to run PowerShell on client computers and email the filtered results back to me.
I am able to get the PowerShell script to run manually locally on the computer without any issues and received the email with the results from the test computer, however when I deployed it as a package to one of my test machines as Available, ran the program, there is no email.

Is there a log which I can refer to where I can find what failed during the installation when I installed the script via SCCM?

Possible to advise what is wrong?
Thank you.


alternative method instead of creating new program & advertisement

$
0
0

We have created package & deployed into collection due to package issue we have replaced existing source (disabled program- pointed new content with same location) enabled program so what are targeted machines downloading old content (content available in cache) so if any other alternative method instead of creating new program & advertisement?<o:p></o:p>


Viewing all 4762 articles
Browse latest View live


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