Skip to content
⌘ NSIS Forum Archive

Re launch installation after reboot

2 posts

Guest#

Re launch installation after reboot

Hi,

I want to install .NET Framework with my software. But in Windows ME, I must restart my computer after .NET installation.
How to re launch automatically installation in the right language and (in the script) just after .net installation command.

Thanks,

Freg
goldy1064#
Make a registry value in the RunOnce key so that the installer will automatically launch. Keep the language parameter stored in another value somewhere and just read it in in .onInit.