Fix an issue where files were not being copied by Copy-File by removing test for path. Ensure destination path exists before copying file during application install. Fixes #29
Renames PostInstall.Copy property to PostInstall.CopyFile and updates application Install.json files
Updates Uninstall-Msi to use Get-CimInstance with Win32_InstalledWin32Program instead of Win32_Product. Fixes #21
Copy-File
by removing test for path. Ensure destination path exists before copying file during application install. Fixes #29PostInstall.Copy
property toPostInstall.CopyFile
and updates applicationInstall.json
filesUninstall-Msi
to useGet-CimInstance
withWin32_InstalledWin32Program
instead ofWin32_Product
. Fixes #21