Install AIPScanner in different directory

U-231 1 Reputation point
2022-01-22T15:48:19.387+00:00

I looked through Microsoft documentation for any information how to install the [AzInfoProtection_UL.exe] binaries to different directory. My company standards are to use C: Drive only for OS which is managed by Windows Team and D: Drive that is used for the application. So I need to install it instead of default C:\Program Files (x86)" to "D:\Program Files (x86)" I tried the [AzInfoProtection_UL.msi] package and the MSIEXEC but the switches don't work (INSTALLDIR or APPDIR, etc.)

Anyone tried to install the AIPScanner Binaries/ AIPscanner itself to other than default location? It is disappointing that the installer doesn't give option...

Any help would be greatly appreciated.

Azure Information Protection
Azure Information Protection
An Azure service that is used to control and help secure email, documents, and sensitive data that are shared outside the company.
521 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Givary-MSFT 28,571 Reputation points Microsoft Employee
    2022-01-24T12:17:51.3+00:00

    @U-231

    Apologies for the delay in reaching out to you.

    I have tested this issue behavior in my lab and debugged the issue, by enabling the msi logging and found we need to use "INSTALLLOCATION" switch, below is the command which i used.

    msiexec /i Azinformation_UL.msi INSTALLLOCATION="D:\Test" /qb

    Note: Instead of D:\test you can provide your installation directory.

    Reference to create windows installer logging - https://learn.microsoft.com/en-us/troubleshoot/windows-client/application-management/enable-windows-installer-logging

    If you have any other questions, please let me know.

    Thank you for your time and patience throughout this issue.

    ----------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.