Skip to content

Commit

Permalink
New version (v0.1.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhogervorst committed Feb 15, 2014
1 parent bfdd6b8 commit c158317
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2013 Jonathan Hogervorst
Copyright (c) 2013-2014 Jonathan Hogervorst

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# modern.IE VM Installer v0.1.2
# modern.IE VM Installer v0.1.3

AppleScript to install [modern.IE VMs](http://www.modern.ie/virtualization-tools) with one click in VirtualBox for Mac.

## Usage

1. Make sure [VirtualBox](https://www.virtualbox.org) and [Growl 2](http://growl.info) are installed on your Mac. (Growl is only used to provide progress notifications; the script might work without it.)
2. [Download](https://github.com/jhogervorst/modern.IE-VM-Installer/releases/download/v0.1.2/modern.IE.VM.Installer.app.zip) and extract the ZIP file containing the application. Double click the extracted application. (If GateKeeper does not allow you to open the app, right click the app and select "Open".)
2. [Download](https://github.com/jhogervorst/modern.IE-VM-Installer/releases/download/v0.1.3/modern.IE.VM.Installer.app.zip) and extract the ZIP file containing the application. Double click the extracted application. (If GateKeeper does not allow you to open the app, right click the app and select "Open".)
3. Choose the VM you want to install and click "OK".
4. Wait while the required files are downloaded, extracted, and imported into VirtualBox.
5. You're done! VirtualBox will be opened so you can start using the VM.
Expand Down
6 changes: 3 additions & 3 deletions modern.IE VM Installer.applescript
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
-- modern.IE VM Installer v0.1.2
-- modern.IE VM Installer v0.1.3
-- AppleScript to install modern.IE VMs with one click in VirtualBox for Mac.
--
-- Copyright (C) 2013 Jonathan Hogervorst. All rights reserved.
-- Copyright (C) 2013-2014 Jonathan Hogervorst. All rights reserved.
-- This code is licensed under MIT license. See LICENSE for details.

global scriptName
set scriptName to "modern.IE VM Installer"
set scriptVersionName to scriptName & " v0.1.2"
set scriptVersionName to scriptName & " v0.1.3"

-- Names for all VMs
set VM_XP_IE6 to "XP - IE6"
Expand Down

0 comments on commit c158317

Please sign in to comment.