windows-itpro-docs icon indicating copy to clipboard operation
windows-itpro-docs copied to clipboard

MsiInstallJob with installation parametres

Open elshobokshy opened this issue 4 years ago • 2 comments

Hello,

I'm trying to install an application using the .msi file and a MsiInstallJob XML file.

However, the installation fails because the .msi contains fields that needs to be filled (credential fields). Is there a way to add, inside the XML file, the value to use inside those fields?

Kind regards, Alexandre

elshobokshy avatar Feb 23 '22 14:02 elshobokshy

Hello @elshobokshy. To which article(s) does your feedback apply? This information will help us route the issue to the correct writer/team. Thank you!

denisebmsft avatar Feb 27 '22 22:02 denisebmsft

Hello @denisebmsft

To this one : https://docs.microsoft.com/en-us/windows/client-management/mdm/enterprisedesktopappmanagement-csp

Thanks!

elshobokshy avatar Feb 28 '22 10:02 elshobokshy

@elshobokshy - I know this is quite late, but what kind of field does the MSI expect? If the MSI requires installation parameters, you could try specifying that to the <CommandLine> , for example <CommandLine>/quiet MSIPARAM=VALUE</CommandLine>.

If that doesn't help, there are a couple of options available to provide the best level of support for this issue:

  • Post to Windows on Q&A. These are moderated by community members who are very experienced, knowledgeable, and helpful.
  • Use Microsoft Support to search for the issue, or open a case with professional support.
  • Contact your Microsoft Unified Support team, such as a Customer Engineer or Customer Success Account Manager.

At this time, I'm closing this issue as there's nothing actionable for docs but please reach out if this needs to be reactivated.

vinaypamnani-msft avatar Aug 19 '22 22:08 vinaypamnani-msft

@elshobokshy - I know this is quite late, but what kind of field does the MSI expect? If the MSI requires installation parameters, you could try specifying that to the <CommandLine> , for example <CommandLine>/quiet MSIPARAM=VALUE</CommandLine>.

If that doesn't help, there are a couple of options available to provide the best level of support for this issue:

  • Post to Windows on Q&A. These are moderated by community members who are very experienced, knowledgeable, and helpful.
  • Use Microsoft Support to search for the issue, or open a case with professional support.
  • Contact your Microsoft Unified Support team, such as a Customer Engineer or Customer Success Account Manager.

At this time, I'm closing this issue as there's nothing actionable for docs but please reach out if this needs to be reactivated.

Hello @vinaypamnani-msft

That's what I eventually figured out, thanks for the answer tho as it might help other people!

Have a great day :)

elshobokshy avatar Aug 26 '22 15:08 elshobokshy