Reputation: 35
I am trying to create a setup that installs other programs on a desktop. one of these files is a msp file and i run it like a normal exe file. I have tried to open it like you would an msi file with no possitive result. Can anyone help?this is how i currently try to run it.
Upvotes: 0
Views: 152
Reputation: 35
Sorry it took a while , but i fixed the bug. I used the msp file as an msi file. I used the wrong parameter you need to use /p instead of /i
Upvotes: 1