
We want to use .msi quiet installation for salesforceforoutlook.exe 2.5.1. We need to install the program to subfolder in "c:\program files".
I tried:
msiexec /i setup.msi TARGETDIR="c:\program files\salesforceforoutlook/sfo" /quiet
and
msiexec /i setup.msi INSTALLDIR="c:\program files\salesforceforoutlook/sfo" /quiet
but both still put the program in user roaming folder (which is the default folder).
What is the problem? and how to get it right?
Thanks,
David
1 réponse
I have no experience doing this but an initial search gave me this link which might be of some help to you - https://help.salesforce.com/apex/HTViewSolution?id=000171217
Sorry but just in case you didn't see it!