summaryrefslogtreecommitdiff
path: root/windows/win_unzip.ps1
Commit message (Collapse)AuthorAgeFilesLines
* win_unzip: Use absolute path for src and destAndrea Scarpino2016-03-201-2/+2
| | | | | | | win_unzip fails to extract files when either src or dest contains complex paths such as "..\..\" or "C:\\Program Files" (double slashes). Fix this by fetching absolute path of both before invoking CopyHere method.
* win_unzip: overwrite any existing fileAndrea Scarpino2016-02-111-1/+2
|
* Added Error messages to the Try/Catch blocksCorwin Brown2015-11-021-4/+8
|
* Switching to Get-AnsibleParamCorwin Brown2015-10-301-38/+16
| | | | Switching to Win_Unzip
* Made Powershell Strict ComplientCorwin Brown2015-10-091-10/+12
|
* use convertto-bool for rm and recurse paramsPhil2015-07-061-9/+8
|
* removes restart functionality, and added creates param for idempotencyPhil2015-06-231-8/+10
|
* fixes typoPhil2015-06-221-1/+1
|
* update to not auto-install PSCXPhil2015-06-181-46/+6
| | | | | - will use built-in powershell method instead for .zip files - added example for installing pscx as a pretask
* fixes unzip bug for zip files, thanks to @ryanwallsschwartzmx2015-04-141-6/+9
| | | | - also fixes possible import errors, and switches to use Start-Process on install to correctly wait
* updates docs, adds unzip func for bz2 gz tar msu¬schwartzmx2015-01-111-19/+128
| | | | | | | | | - Added functionality for unzipping/decompressing bzip gzip tar exe (self extracting) and msu (ms update) files to coincide with added functionality to win_zip¬ - Added functionality requires PSCX (it will be installed if it can't be imported)¬¬ - First try with chocolatey, if fail, direct install from msi - Added recurse param to recursively unzip files from a compressed folder¬ - useful for example: unzipping a Log.zip file that contains a load of .gz files¬ - setting rm param to true will remove all compressed files after decompressing¬
* fixes rm & restart param checksPhil Schwartz2014-12-311-2/+2
|
* edit check for extension to use library funcPhil Schwartz2014-12-311-6/+2
|
* specifies creation of directory if !existsPhil Schwartz2014-12-301-1/+6
| | | | | - added try catch for creation of directory, in case of an invalid path specified - added specification to documentation
* init commitPhil Schwartz2014-12-301-0/+83