A few weeks ago Aaron Brazell mentioned on Twitter that he had been unable to run Silverlight on his brand new Macbook Air:
- Silverlight 2 Dmg Download Mac Download
- Silverlight 2 Dmg Download Mac Os
- Silverlight 2 Dmg Download Mac Free
- Silverlight 2 Dmg Download Mac Torrent
I have never been able to run Silverlight on my 3 month old Macbook Air. Can someone help me solve this? cl.ly/image/2r3U1H38…
MacOS High Sierra DMG OverView: Many Mac users that are trying to download macOS High Sierra from the Mac App Store will find that the small version of 19 MB of “Instead of the whole 5.2 GB installer for macOS High Sierra.app” has a download on the /Application folder of the target Mac. This is annoying as it prevents the use of one single. The Microsoft Silverlight 2 Software Development Kit provides documentation, libraries and tools for developing Silverlight applications. Full Specifications What's new in version 2.0.31005.0. Download the latest version of SilverLight for Mac. Mac / Internet / Navigation / SilverLight. Emulate all Android applications on your Mac. The file size of the latest downloadable installation package is 14.4 MB. Microsoft Silverlight for Mac relates to Internet & Network Tools. The actual developer of this free Mac application is Microsoft. Our built-in antivirus scanned this Mac download and rated it as 100% safe.
— Aaron Brazell (@technosailor) December 25, 2012This intrigued me, as many random things do. I love attempting to resolve obscure issues, and after watching him struggle for a few days I decided to help out. I spent about an hour, and learned some really cool things about the installation process for Mac apps packaged as ‘.pkg’ files, and how to go about installing them manually.
I had a hard time finding the information anywhere, and figured that, while this is somewhat specific to Silverlight, that it may be useful to others.
Although I use a Mac, and love the beauty of it’s UI, I spend most of my time on the command line. I am a Linux Systems/DevOps Engineer by trade, so I of course interact with most of my daily tasks from the command line.
I needed to download a copy of the Silverlight.dmg file, but quickly found that if you hit the Silverlight site, and already have Silverlight installed you couldn’t get to the download. Fortunately they link you to an uninstall page on their site, so I just deleted the paths specified there:
I restarted my browser, hit the Silverlight site again, and downloaded the Silverlight.dmg file. I did take this opportunity, to inspect my HTTP requests from my browser, and determined the actual URL where the file lives for future reference.
After downloading and double clicking to mount, you can just navigate directly into /Volumes/Silverlight/Silverlight.pkg from the command line. On Mac ‘.app’ and ‘.pkg’ as well as many other items that appear to be files, are actually just specially named directories. Mac styles them to look like files. If you really want, you can right click on such an item and select ‘Show Package Contents’.
Once inside, I took a look around, and quickly noticed that the Contents/Archive.pax.gz
file was where the majority of the data was located based on size, and looking in the Contents/Resources
directory, I found some simple shell scripts and perl scripts.
There is an InstallationCheck perl script, that is used to validate that your system meets the requirements. After looking into it, I couldn’t determine why it would fail to succeed, and neither could Aaron. Attempting to modify this file and install, resulted in the installer reporting some generic error, which was the result of the signature of the InstallationCheck file being different than the stored value. With that option gone, I took a look at the other files.
I found preflight
was a shell script version of the uninstall instructions on the site. And postflight
went around cleaning some things up and generating CPU specific optimized libraries for Silverlight to use, as opposed to just-in-time compilation.
Back to Archive.pax.gz
…
I quickly recognized the ‘.gz’ extension, as that is a standard gzip file extension. I however, did not recognize the ‘.pax’ file extension, although after reading a little about it), I am a little surprised I didn’t.
In any case, after gunzipping and unarchiving using pax
, You basically get a directory hierarchy that can be dropped into the root (/) partition on your Mac. So to keep from wasting any more of your time, let’s get on to the actual steps to get it working:
Note: I wouldn’t try just copy/pasting that whole block. Run each command separately to avoid potential issue.
Close your web browser(s) and reopen visiting the following URL to test Silverlight:http://www.microsoft.com/getsilverlight/default.aspx
At this point you should have a Silverlight working on your Mac, or at least it was for Aaron:
My Silverlight issue was solved manually by @sivel with this series of commands. Sheer brilliance. gist.github.com/b56105b0748f7e…
— Aaron Brazell (@technosailor) December 27, 2012That Github Gist, still exists, and contains the same steps as outlined above.
Most of those instructions are pretty self explanatory, the one that is not is probably the sed
command. Basically in postflight
it kicks off a number of commands into the background that utilize a binary called coregen_i386
. It also deletes the coregen_i386 binary. In my testing I found that it often deleted the coregen_i386 binary before all of the coregen_i386 commands had executed, causing some of them to fail. So the sed command does an inplace edit of the postflight file to remove the rm -rf
commands to delete the coregen_i386 and coregen_x86_64 binaries.
Anyway, hopefully this helps someone else. Enjoy!
The file is downloaded from the internet from the software manufacturer’s website and upon mounting the DMG file, a virtual disk is generated from where the user can either copy the application to the applications folder or run an installation script depending on the type of installation.The newer disk image file was used in place of the original IMG or image file which was used in earlier versions of mac that are classic mac operating systems. The following disk images couldn't be opened dmg download.
- The problem is that Silverlight will not work on the Mac. I can download and install it, but when I try to use it to enter the company site all I get is a blank/white browser window. One thing to add to 'rkaufmann87's' advice is to repair permissions after you install the plugin. Microsoft Silverlight for Mac More Less. Apple Footer.
- Locate the 'Install Silverlight' area in the lower-right part of the window. If you are running an Intel processor, click Mac Runtime next to 'Silverlight 3.' Otherwise, click Runtime for Mac PowerPC next to 'Silverlight 1.0.' After the download is completed, installation should start automatically. Follow the steps in the installation wizard.
The Official site of Microsoft Silverlight. Download and install the latest version Microsoft Silverlight plug in for your browser. Download the Silverlight Plug-in for Mac. The Internet is filled with video content and graphics that cannot be accessed with simple HTML and CSS languages. To help people enjoy interesting content on the Web, Microsoft released Silverlight. Silverlight is a run-time environment application that is used to write and view diverse Internet.
Silverlight for Mac 2019 – This app was released by Microsoft Corporation and updated into the latest version at October, 11th 2016. Download Silverlight 5.1.50901.0 for Mac from Apps4MAC.com. 100% Safe and Secure ✔ Powerful tool for creating and delivering rich Internet applications.
Silverlight for Mac for MAC Download
Silverlight for Mac – Download Free (2019 Latest Version). Powerful tool for creating and delivering rich Internet applications. Before you download the .dmg file, here we go some fact about Silverlight for Mac that maybe you want to need to know.
App Name | Silverlight for Mac App |
File Size | 14.4 MB |
Developer | Microsoft Corporation |
Update | October, 11th 2016 |
Version | Silverlight 5.1.50901.0 LATEST |
Requirement | Mac OS X |
Installing Apps on MAC
Most MacOS applications downloaded from outside the App Store come inside a DMG file. Like if you wanna download Silverlight for Mac from this page, you’ll directly get the .dmg installation file into your MAC.
- First, download the Silverlight for Mac .dmg installation file from the official link on above
- Double-click the DMG file to open it, and you’ll see a Finder window.
- Often these will include the application itself, some form of arrow, and a shortcut to the Applications folder.
- Simply drag the application’s icon to your Applications folder
- And you’re done: the Silverlight for Mac is now installed.
- When you’re done installing: just click the “Eject” arrow.
- Then you can feel free to delete the original DMG file: you don’t need it anymore.
- Now, enjoy Silverlight for Mac !
You don’t have to put your programs in the Applications folder, though: they’ll run from anywhere. Some people create a “Games” directory, to keep games separate from other applications. But Applications is the most convenient place to put things, so we suggest you just put everything there.
DMG files are mounted by your system, like a sort of virtual hard drive. When you’re done installing the application, it’s a good idea to unmount the DMG in Finder.
Recommended app to install: Shockwave for MAC Latest Version
Uninstall Apps on MAC
Removing Silverlight for Mac apps is more than just moving them to the Trash — it’s completely uninstalling them. To completely uninstall a program on Mac you have to choose one of the options on below.
Method 1: Remove apps using Launchpad
Silverlight 2 Dmg Download Mac Download
Another manual way to delete Silverlight for Mac apps from your Mac is using the Launchpad. Here’s how it works:
Silverlight 2 Dmg Download Mac Os
- Click Launchpad icon in your Mac’s Dock.
- Find the Silverlight for Mac that you want to delete.
- Click and hold the Silverlight for Mac icon’s until it starts shaking.
- Click X in the top-left corner of the app icon.
- Click Delete.
Method 2: Delete MAC apps with CleanMyMac X
Now it’s time for the safe and quick app uninstalling option. There’s a safest way to uninstall Silverlight for Mac on Mac without searching all over your Mac, and that’s by using CleanMyMac X.
Microsoft Silverlight Plugin Netflix Download For Mac
- Launch CleanMyMac X and click on Uninstaller in the left menu.
- Select the , you can either uninstall it or, if it’s not acting as it should, you can perform an Application Reset.
- Click on Uninstall or choose Application Reset at the top.
- Now that the application cleanup is complete, you can view a log of the removed items, or go back to your app list to uninstall more.
- And you’re done to remove Silverlight for Mac from your MAC!
Silverlight for Mac Related Apps
Here we go some list of an alternative/related app that you must try to install into your lovely MAC OSX
Silverlight Update Download
Disclaimer
Silverlight 2 Dmg Download Mac Free
Silverlight 5 Download Free
Silverlight 2 Dmg Download Mac Torrent
This Silverlight for Mac .dmg installation file is absolutely not hosted in our Server. When you click the “Download” button on this web page, files will downloading directly in the owner sources Official Website. Silverlight for Mac is definitely an app for MAC that developed by Microsoft Corporation Inc. We are not straight affiliated with them. All trademarks, registered trademarks, product names and company names or logos that talked about in right here would be the property of their respective owners. We’re DMCA-compliant and gladly to work with you.