installation program

Rising Flight 3,751 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 Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
906 questions
Microsoft Configuration Manager Application
Microsoft Configuration Manager Application
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Application: A computer program designed to carry out a specific task other than one relating to the operation of the computer itself, typically to be used by end users.
459 questions
Microsoft Configuration Manager
0 comments No comments
{count} votes

Accepted answer
  1. AllenLiu-MSFT 40,551 Reputation points Microsoft Vendor
    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