installation program

Rising Flight 5,216 Reputation points
2024-04-23T19:05:59.6366667+00:00

Hi All

i want to deploy an application through configuration manager on Windows Servers, i have the msi file. When i test manually i get the prompt for serveraddress and cust id. During Application deployment which of the below switch is correct?(SERVERADDRESS, CUSTID is corect as is it given in the app documentation)

msiexec /i "myapplication.msi" SERVERADDRESS=app.com CUSTID=1234-567-789 /quiet /norestart  
or
msiexec /i "myapplication.msi" SERVERADDRESS="app.com" CUSTID="1234-567-789" /quiet /norestart

if i need to capture the installation log can i give this at the end after /norestart /l*v %windir%\app.log
Microsoft Security Intune Configuration Manager Deployment
Microsoft Security Intune Configuration Manager Application
Microsoft Security Intune Configuration Manager Other
0 comments No comments
{count} votes

Accepted answer
  1. AllenLiu-MSFT 49,311 Reputation points Microsoft External Staff
    2024-04-24T02:29:46.2766667+00:00

    Hi, @Rising Flight

    Thank you for posting in Microsoft Q&A forum.

    Without knowing what application you are using, we are not sure which one is correct, you may test to see which one is correct.

    We can just say property values that are literal strings must be enclosed in quotation marks. Include any white spaces in the string between the marks.

    We can use /l*v %windir%\app.log to capture the installation log.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Add comment".

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.