Hi,
I have been testing deploying Visio 2013 via Application deployment and am having troubles with running an uninstall.
After deploying the software successfully to my test client, I needed to make a change to the uninstall process & have added an new file that is now used during an uninstall.
When running the uninstall on my test client, I can see the correct commandline being used; however it fails because the additional file has not been downloaded to the CCMCache folder on the client.
I have run an 'update content' for the distribution type, cleared the clients cache & re-run the uninstall from Software Center. The client redownloads the source files, however it is still missing the new file that it needs.
Checking on the distribution points, I can see the new file referenced in the SCCMContentLib folder.
I tried removing previous revisions from the Application via the console & now when running the uninstall on the client it fails immediately without downloading the source files. Checking AppEnforce.log, it looks like the uninstall is referencing the old revision of the Application Deployment still (which didn't contain the additional file, and no longer exists in the revision history).
Can anyone point me in the right direction to get this resolved?
And also, what is the correct procedure for updating/adding files to an already deployed application?
Thanks in advance!