How to change InstallDIR for google chrome 89.0.4389.90
Requirement is to change the installation directory of Google Chrome 89.0.4389.90, as it has to coexist with other versions of Chrome
How can i pass INSTALLDIR property while install, as the source "googlechromestandaloneenterprise64(1).msi" seems to call nested msi's and custom actions while install
Can someone help in this..
Thank you
Answers (2)
according to the Chrome Developmentguide ( https://support.google.com/chrome/a/answer/3115278 ) this is not supported. The only way which can install two different Chrome versions I can think of is using a 32Bit and a 64Bit version.
Top Answer
Have you tried to create a .MST file for your installation? When i open the msi file with InstEd i see a table called Directory with an entry named Targetdir. Perhaps this is a way.