-
Recent Posts
Categories
- App-V (2)
- Applications (6)
- Azure (1)
- Hyper-V (1)
- ManageEngine (2)
- Office (1)
- Powershell (24)
- SCCM (20)
- Server 2012 R2 (2)
- SQL (3)
- Uncategorized (3)
- Windows 10 (5)
- Windows 7 (13)
- Windows 8 (15)
- Windows XP (1)
Recent Comments
- admin on PowerShell and Windows Forms
- Kou on PowerShell and Windows Forms
- Jacob Moritz on Configure two tier PKI hierarchy
- Dakota Brooks on Remove characters from file names with PowerShell
- Powershell new object system windows forms form on PowerShell and Windows Forms
Archives
- September 2018
- May 2017
- October 2016
- September 2016
- August 2016
- July 2016
- February 2016
- January 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- October 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- September 2013
- July 2013
- April 2013
- March 2013
- January 2013
- December 2012
- November 2012
- October 2012
Meta
-
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
Tag Archives: msi
Deploy Google Chrome silently with no shortcuts
Deploying applications is as easy as ABC when there is no need to repackage them. But then you get a request that requires some changes that should be easy. To deploy Google Chrome silently with no shortcuts is one of … Continue reading
Posted in Applications, SCCM
Tagged applications, chrome, deploy, google, msi, msp, SCCM, shortcuts
3 Comments
Install Silverlight silently
Another application that is common in almost all environments is Silverlight, so in this post I will show you how to install Silverlight silently in three ways.
Posted in Applications
Tagged deployment, Install, microsoft, msi, msp, Silent, Silverlight
Leave a comment
Create a MST file for Adobe Reader
In this post I will show you how to create a MST file for Adobe Reader, another application that almost every single company use. For this application though, using ORCA isn’t the best way. It’s still possible, but you will … Continue reading
Create a MST-file for Java
In this post I will show you how to create a MST-file for Java that can be used when deploying the application through SCCM or similar products.
MST-files
When working with MSI-files, MST-files are a big part of getting things to work the way you want it to do when deploying them with SCCM for example. This post will show you the basics of creating and using MST-files … Continue reading