Commit graph

10 commits

Author SHA1 Message Date
Phil
311d73620b use convertto-bool for rm and recurse params 2015-07-06 11:55:41 -05:00
Phil
03ce40a62e removes restart functionality, and added creates param for idempotency 2015-06-23 07:40:14 -05:00
Phil
92744ef558 fixes typo 2015-06-22 08:55:41 -05:00
Phil
623a29cc0e update to not auto-install PSCX
- will use built-in powershell method instead for .zip files
- added example for installing pscx as a pretask
2015-06-18 16:18:15 -05:00
schwartzmx
c6d5680967 fixes unzip bug for zip files, thanks to @ryanwalls
- also fixes possible import errors, and switches to use Start-Process on install to correctly wait
2015-04-14 23:52:08 -05:00
schwartzmx
99927a5c54 updates docs, adds unzip func for bz2 gz tar msu¬
- 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¬
2015-01-11 13:03:26 -06:00
Phil Schwartz
a95fabeeb2 fixes rm & restart param checks 2014-12-31 19:17:53 -06:00
Phil Schwartz
61d3f23c03 edit check for extension to use library func 2014-12-31 10:34:32 -06:00
Phil Schwartz
fd12a5cc84 specifies creation of directory if !exists
- added try catch for creation of directory, in case of an invalid path specified
- added specification to documentation
2014-12-30 09:54:22 -06:00
Phil Schwartz
a21e23846d init commit 2014-12-30 08:42:00 -06:00