visual c++ - System Reboot while installing applications using DSC scripts -
i have 2 msi's behave differently when installed using dsc scripts. both vc++ applications. 1 of application, after installation complete, requests reboot, while other not. have cross verified both vdproj files of these applications. neither of vdproj file has reboot property cause reboot.
i'm wondering cause of reboot?
i don't believe symptom of dsc. believe may dependencies of each dll. if see, question "why windows installer prompting reboot?" on blog: msdn blog on installer, you'll see answer, "windows installer may prompt reboot if installs on file in use or package explicitly requests installer reboot."
the give triage steps in article. lastly, triage, i'd manually run installers on vm (independently dsc). see if can mimic behavior.
Comments
Post a Comment