Page 1 of 1
Is there a way to delete the cached files?
Posted: Tue Apr 18, 2006 2:52 pm
by Debstep
Is there a way to delete the cached files from the setup after it is run ( or at the end of the installation? )
Thanks inadvance

Posted: Tue Apr 18, 2006 4:00 pm
by jimo
Do you mean the locally cached files from a Web Deployment Package?
Posted: Tue Apr 18, 2006 4:20 pm
by Debstep
I mean the locally cached files from any type of setup, web deployed, or locally run,compressed single exe
The MSI files are being cached under the users \\localSettings\\Temp directory(at least in my test environment)
I think this happens so the source directory can be defined and repair and or maintenance activities can be run from the local machine, But I would like to ensure that this cannot be done from any users directory on the local machine...
thanks
Posted: Tue Apr 18, 2006 4:23 pm
by jimo
Any files cached in the temp directory under a mia* folder are removed upon finishing the install, at least thats what I have confirmed in all of my test environments.
Posted: Tue Apr 18, 2006 4:40 pm
by Debstep
in my test environment, running a compressed exe
the folder mia* under documentsandsettings\\userXYZ\\localsetting\\temp still exist after reboot, as well as a msi123.log and cached copies of the msi and exe...
Did I neglect to do something in my script?
Posted: Tue Apr 18, 2006 6:04 pm
by MichaelNesmith
Can you create a minimum project that exhibits this behavior in a reproducible fashion?