6 March, 2009
0 Comments
0 categories
If you have an application deployed with a Microsoft Visual Studio Setup Package, you can update you’re application with a bat file containing:
msiexec /qn /x {F447D60D-3582-4AF9-9D59-6B0A82F8E3C5}
msiexec /qn /i “C\Temp\TestProgram1.Setup.msi”
Tags: Setup Packages