I'm posting this from my phone, so this is completely untested, but try changing the following 2 lines:
uninstaller: salt://win/repo/7zip/7z922-x64.msi uninstall_flags: ' /qn /x'
To:
uninstaller: 'msiexec'
uninstall_flags: ' /qn /x 7z922-x64.msi'
You might need the full path to the cached installer
I might need to add in some logic to handle situations like this better.
--
You received this message because you are subscribed to the Google Groups "Salt-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to salt-users+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.