Reputation: 293
My task is to Deploy an Existing BizTalk Application using PowerShell Script. I use multiple commands to import the msi and bindings. When i install the MSI manually, I can see the dll GACed with latest time. But, when I do it with the PowerShell, it says installed but the dll is not updated with the latest time.
The PS command is:
Start-Process -FilePath "msiexec.exe" -ArgumentList "/i C:\MyFolder\XmlCarrier.msi /qn /passive" -Wait
Please help .
Upvotes: 0
Views: 627