(imported topic written by thesurg3on91)
Hello,
I created a custom task using the Software deployment wizard. It installs an application from .MSI with some command line switches /ALLUSERS and /silent. Those two switches installs the app for all users and installs silently withouth bothering the user.
I got this custom task to install and it works, but (issue below)…
Microsoft has a Fixlet which installs .NET 3.5. The fixlet works as intended and does what i want my custom fixlet to do. It checks the prereqs and installs if it is needed.
My custom task requirs .NET 3.5 to be installed. After that check, it should install my application. I created a custom baseline with two groups. One with .NET fixlet. The second group has my application.
My baseline does not work as I expected (Doing a .NET check first, then install the app). Am I missing something? I figured it would be pretty simple considering the fixlet already has the prereq check built into the fix…
Thanks.