Passing arguments to the msi installer #9036
-
Hi, In my setup I want to add a custom parameter to my service registration when installing my application as a service (msi) I have tried to add arguments to the msi - but i am having a hard time reading these in the wix script. Can someone guide me to an example or a best-practice scenario. I am using wix 5 Thnx in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ok solved it by following this example: |
Beta Was this translation helpful? Give feedback.
Ok solved it by following this example:
https://github.com/orgs/wixtoolset/discussions/7278