Remove these directories: /Applications/Xamarin Studio.app /Developer/MonoTouch /Developer/MonoAndroid /Library/Frameworks/Mono.framework /Library/Frameworks/Xamarin.Mac.framework /Library/Frameworks/Xamarin.Android.framework Locations in your user d…
You can run Java apps in two ways. The first is to run Java applets inside your Web browser with a plug-in. The second is to run native Java apps on your Mac. With the grave security concerns about Java these days, you may be thinking about how to re…
Introduce: Inno Setup is a free installer for Windows programs. First introduced in 1997, Inno Setup today rivals and even surpasses many commercial installers in feature set and stability. Key features! Support for every Windows release since 2…
To uninstall Xamarin Studio, you'll want to run the following commands from a Terminal: sudo rm -rf /Applications/Xamarin Studio.app rm -rf ~/Library/Caches/XamarinStudio-5.0 rm -rf ~/Library/Logs/XamarinStudio-5.0 rm -rf ~/Library/Preferences/Xamari…
Following content is directly reprinted from From MSI to WiX, Part 19 - The Art of Custom Action, Part 1 Author:Alex Shevchuk Introduction Today we will start exploring custom actions, how to write them, what makes custom action good custom action an…
File I/O Introduction We'll start our discussion of the UNIX System by describing the functions availablefor file I/O-open a file, read a file, write a file, and so on. Most file I/O on a UNIX system can be performed using only five functions: open, re…