Passing Parameters to MSI Deployed with GPO - How to properties into the Properties table when deploying using GPO?

Raul Chiarella 21 Reputation points
2023-01-10T19:02:56.59+00:00

I took a look at this question before opening this one: https://social.technet.microsoft.com/forums/en-US/65cbe788-d217-4dc0-bffc-336c5536239e/passing-parameters-to-msi-deployed-with-gpo-mst-file-question

But I did not understand. I am currently trying to install VNC using a MSI package, that needs some properties like PASSWORD, installation mode, etc... (Properties Sintax is PROPERTY=VALUE)

I do know how to do this using msiexec /i but I do not know how to pass those properties when doing a implementation of the MSI package using GPO (On Software Deployment >> MSI Package ...)

How do I do this?

The dude on the answer link I gave above said that he managed to pass the properties to the package but he didnt said how he did it...

Can someone help ?

Windows for business Windows Client for IT Pros User experience Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 44,751 Reputation points
    2023-01-12T16:31:35.1333333+00:00

    Hi,

    Thank you for posting your query.

    Kindly follow the steps provided below to resolve your issue.

    Open SysAidAgent.msi using Orca and click Transform > New Transform.

    On the Tables pane, click Property. You should find the same parameters described above.

    You should modify at least the ACCOUNT, SERIAL and SERVERURL parameters, and you can also modify the optional parameters in the list below. Note: The following default values are applied, but are displayed as “NULL”. It is not necessary to add in the default values and attempts to add them again can lead to user error.

    ALLOWREMOTECONTROL (default value=”-1″)

    ALLOWSUBMITSR (default value=”-1″)

    CONFIRMRC (default value=”-1″)

    ENABLESYSAIDPS (default value=”0″)

    FORMATHOTKEY (default value=”F11″)

    HOTKEY (default value=”122″)

    INTERVAL (default value=”30″)

    LOGLEVEL (default value=”0″)

    RDSNAME (default value=none)

    RDSURL (default value=none)

    SUBMITSRSHORTCUT (default value=”SysAid”)

    SYSTEMPROXYSETTING (default value=”-1″)

    SERVERPROXYADDRESS (default value=none)

    SERVERPROXYPORT (default value=none)

    SERVERPROXYUSERNAME (default value=none)

    SERVERPROXYPASSWORD (default value=none)

    ENABLEDVIDEOTICKETE (default value=”-1″)

    • Available for versions 18.1.50 and above.

    When you finish, click Transform > Generate Transform and save the file as SysAidAgentx86.mst for the 32bit MSI or SysAidAgentx64.mst for the 64bit MSI

    Go to this link for your reference and other troubleshooting procedures https://www.sysaid.com/support/msi

    Note: This is a non-Microsoft website kindly take precautions before downloading anything.

    Do not hesitate to message us if you need further assistance.

    If the answer is helpful kindly click "Accept as Answer" and up vote it.

    0 comments No comments

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.