Skip to main content
Hi all,

 

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 件の回答
0/9000