Ability to automatically mount disk images from within a defined type in order to install certain products on Windows
Requires PowerShell which is installed by default for any newer versions of Windows
- Mounted Disk Images already in place, will move if the current mounted Image is not on the correct drive
mount_iso { 'C:\MyStagingDir\SQLServer.iso':
drive_letter => 'H',
}-
source: The location of the ISO or image that you would like mounted: Defaults to title -
drive_letter: The desired drive letter you want the image to mounted against
-
Only works on Windows 2012+.
-
If the drive is already occupied by some other volume it will fail to mount the image in that location but will allow it to be mounted on the first available drive letter.
This codebase is licensed under the Apache2.0 licensing, however due to the nature of the codebase the open source dependencies may also use a combination of AGPL, BSD-2, BSD-3, GPL2.0, LGPL, MIT and MPL Licensing.