I want to use chocolatey to manage my windows application installer. However, my application requires multiple times installation with different parameters. I wonder is it possible to be achieved by just using one single choco package. If yes, how would the upgrade and uninstall perform? If no, it there any alternative solutions for these kind of tasks?
Thanks in advance.