I have a startup task to install sql xml 3.0 sp3 but this not work.
In my project i have a folder “setup” which contains two files, setup.cmd and sqlxml.msi. In setup.cmd i have the following script:
start /w msiexec /i sqlxml.msi /qn
And in my servicedefinition:
<Task commandLine="setup\setup.cmd" executionContext="elevated" taskType="simple" />
CD setupcommand inside setup.cmd.