Cached an MSI installation
Hi All,
I know that repairing my installation needs the MSI file. I
thought that Windows cached a copy of it and used this for repairs,
modifications and uninstalls. Is there anything I can do to stop the
original MSI being needed? The only thing I can think of to make it
transparent to the user is to copy the MSI to %TEMPDIR%, run it from
there and then just leave it behind. Just want to know if anyone know how to Cache a copy of an MSI file so it doesn't need to repair from network sorce.
I know that repairing my installation needs the MSI file. I
thought that Windows cached a copy of it and used this for repairs,
modifications and uninstalls. Is there anything I can do to stop the
original MSI being needed? The only thing I can think of to make it
transparent to the user is to copy the MSI to %TEMPDIR%, run it from
there and then just leave it behind. Just want to know if anyone know how to Cache a copy of an MSI file so it doesn't need to repair from network sorce.
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
brenthunter2005
19 years ago
Posted by:
UcMerrill
19 years ago
Posted by:
VikingLoki
19 years ago
You could copy it to the workstation, then launch it from there. But that's not a great idea. You end up with many, many original source files. Administrative chaos that defeats much of the purpose of MSI. Your best bet is to create Administrative Install Points on a DFS share. That provides fault tolerance and the source files can be moved transparent to the user if necessary. The Administrative Install Points can also be upgraded. I recommend setting security to read only with no directory browsing. The MSI's will know exactly where to find themselves but the users won't be able to look through directories to find them.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.