Import Deploy Packages from csv export
Tech Committee
Is there a way to export the Application list and their Uninstall codes to individual packages (for later nesting)?
I know I can export to .csv, and edit the columns down. But Can I import them?
0
Comments
There's no built in way to do that. It would probably be possible with some PowerShell, but not simple.
For the uninstallation, you can allways put the uninstall commands with in a batch file and deploy that.
I was able to put together a script that does what I think you were asking for. It's a bit rough, but seems to work well enough. It creates XML files that you can import into Deploy.
Build-UninstallPackages.ps1
Uninstall Template.xml