Hello All
Need you help in fixlet creation, When I am creating the fixlet and then I deploy the fixlet it is getting stuck in Running state.
May I know what is incorrect so that I can fixed it.
wait __Download\azuredatastudio-windows-setup-1.51.1.exe /S /qn
BigFix can only execute processes that run silently without requiring user interaction. If your setup.exe
requires user input or does not fully support silent installation, the Fixlet may hang in the Running state.
To troubleshoot:
- Try running your command locally on the target machine using the same silent switches (
/S /qn
).
- Check if any dialog box, prompt, or banner appears during the installation.
- If so, you’ll need to modify the installer command
Once the local silent install works reliably, the same logic should succeed through BigFix as well.
1 Like
Agree with @vk.khurava - the problem is that you are not using correct silent install parameters.
I haven’t tried this one or reviewed in depth, but a quick google to Download and Install Azure Data Studio - Azure Data Studio | Microsoft Learn has an unattended install option that should give the arguments you need.