Im trying to deploy an MSI through SCCM
on same time i need to change the Dir location for the installation
ex:
The default installation is : C:\Deployment
and i need to change it to : C:\Deployment_1
i tried
<kbd class="userinput" style="font-family:'Lucida Console', 'Courier New', monospace;font-size:14px;font-weight:bold;">msiexec /i <database>.msi </kbd>INSTALLDIR=C:\<my_directory>
\qb
When i run that command , i got the installation on C:\Deployment and creating an Empty Folderas C:\Deployment_1
any other Solution ?