Deploy a shortcut via SCCM 2012 R2
Hello, I have a package that installs a program in C: \ Application but it does not create an application shortcut on desktop. 

Is there any of meteodo to deploy the shortcut
August 27th, 2014 6:41pm

Hi

Look here:

http://social.technet.microsoft.com/Forums/systemcenter/en-US/efe96240-25fe-4393-bf66-c2cd311fff3f/pushing-out-desktop-shortcut-via-sccm?forum=configmgrswdist

Free Windows Admin Tool Kit Click here and download it now
August 27th, 2014 6:47pm

Is the package itself being deployed by SCCM? Is it a script or just an MSI?

August 27th, 2014 7:43pm

I have same issue. We have sccm 2012 R2 and I have tried to deploy application that installs fine but does not creat shortcut at all. When I test same application on my own computer locally the shortcut goes to public desktop as it should (defined in MSI).

Any idea what might prevent the shorcut creation.

Free Windows Admin Tool Kit Click here and download it now
April 17th, 2015 8:01am

You could enable verbose logging for the MSI installation.

Then install the MSI using the local system account with PSEXEC -i -s cmd.exe

http://richardbalsley.com/a-simple-tip-to-test-software-installation-using-the-local-system-account

Have a look at the log file and compare it to a log file installed with your own credentials.

msiexec /i "C:\MyPackage\Example.msi" /L*V "C:\log\example.log"

April 17th, 2015 8:35am

You could enable verbose logging for the MSI installation.

Then install the MSI using the local system account with PSEXEC -i -s cmd.exe

http://richardbalsley.com/a-simple-tip-to-test-software-installation-using-the-local-system-account

Have a look at the log file and compare it to a log file installed with your own credentials.

msiexec /i "C:\MyPackage\Example.msi" /L*V "C:\log\example.log"

Free Windows Admin Tool Kit Click here and download it now
April 17th, 2015 12:32pm

Found two lines from the log file when insalling as system

MSI (s) (BC:AC) [16:07:58:460]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\Desktop

MSI (s) (BC:AC) [16:07:58:460]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop

and the shortcut is loacated on the first folder, but not in public desktop, nothing related to error in the log.

April 21st, 2015 1:48am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics