Page 1 of 1
How do I prevent installs from storing files in ProgramData?
Posted: Sat Apr 23, 2016 9:59 pm
by Alton
I do not want my installs to ever store the files in the ProgramData folder. How can I accomplish this?
I unchecked the check box: “Always Cache Setup Sources (enables easy patching)” but that did not help.
My installs are small enough that I do not need any “patching” or “maintenance” features in my installs.
Re: How do I prevent installs from storing files in ProgramData?
Posted: Tue Apr 26, 2016 11:01 am
by FrancescoT
Dear Alton,
a minimum set of files will be Always installed under ProgramData folder (setup core files)... otherwise you will be not able to remove the package (Add Remove Program).
Regards
Re: How do I prevent installs from storing files in ProgramData?
Posted: Fri Jun 10, 2016 8:15 am
by sol952
Is this still the case? Is there a way to have the files required to uninstall placed in a different folder?
Re: How do I prevent installs from storing files in ProgramData?
Posted: Fri Jun 10, 2016 11:31 am
by FrancescoT
Dear Sol952,
you may use the OVERRIDECACHE pre-defined variable.
"OVERRIDECACHE: Initially an empty string. Overriding the value of this variable allows changing the installer cache location, which can be of significant size when working with a web build."
Please consult the IA documentation for more details.
Regards
Re: How do I prevent installs from storing files in ProgramData?
Posted: Fri Jun 10, 2016 4:16 pm
by sol952
Thank You
Re: How do I prevent installs from storing files in ProgramData?
Posted: Mon Jun 13, 2016 12:49 pm
by FrancescoT