I have been using NSIS to create install packages for applications developed by our in-house development staff for several years, and we have recently switched from an alternative product to ConfigMgr for software distribution. I would like to harness ConfigMgr's built-in ability to handle computer restarts, but I have not been able to find a way to do this. If I use ConfigMgr to distribute an MSI or MSU that requires a restart, the ConfigMgr client will prompt the user to restart after x minutes (based on the global Client Settings that we have pre-configured), but when using an EXE created with NSIS, it does not. Does anyone know what I would need to add to the NSIS package to make ConfigMgr aware that a restart is required?
Edit: To clarify the question, I am attempting to create an NSIS installer that I can add to ConfigMgr as a package, but I need the NSIS installer to have whatever is necessary for ConfigMgr to recognise that a restart is required. Hope that helps.
Thanks, Chck