I am attempting to create an unattended silent install of Identity Manager. I created the package and used the command line for installing Add-ins and Extensions msiexec /q /i “\\My Server\f$\Source\Applications\Microsoft\Microsoft Identity Manager 2016\Client Extensions\x64\Add-ins and extensions.msi" ADDLOCAL=OfficeClient,PasswordClient PORTAL_LOCATION=http://myportal:8088 PORTAL_PREFIX=http RMS_LOCATION=portalserverlocationMONITORED_EMAIL=myemail@company.com REGISTRATION_PORTAL_URL=http://myregistrationsite:8080 /L*v C:\mylogfile.txt. However when viewing the AppEnforce.log file of the machine in question I am seeing the following error: Invalid command line, quotes not properly closed in the command line. I am unsure of where to go from here as I am not seeing in the command line where I have improperly closed the command.
↧