jelissalde
Posts: 2
Joined: Mon Jan 08, 2018 2:25 pm

Hide external reboot popup

I´m manually registering a driver using "Launch EXE with Working directory" custom action.

rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 .\MimeEndpDrv.inf

After running this command a popup requiring Reboots shows up.
I have tried other parameters like 0, 8, etc. but not luck.
So, my question is: is there a way to hide that popup message from Advanced Installer?
(I have tried "Launch File" using the option "Hide Program´s window" but it doesn't work)

Thank you.

PS: I´m doing that manually registration because standard Advanced Installer Driver registration does work in my case.
Sorin
Posts: 663
Joined: Mon May 08, 2017 1:03 pm

Re: Hide external reboot popup

Hello Jorge,

Could you please try to use "128" value for the InstallHinfSection function instead of "132"? This should ensure the "Never reboot the computer." option will be enabled.

Please let us know if you have any other questions.

Best regards,
Sorin
Sorin Stefan - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
jelissalde
Posts: 2
Joined: Mon Jan 08, 2018 2:25 pm

Re: Hide external reboot popup

Hi,

I have tried 128, the result it is the same.

Thank you
Sorin
Posts: 663
Joined: Mon May 08, 2017 1:03 pm

Re: Hide external reboot popup

Hello,


We are not sure why you encounter this behavior. Could you please send your .AIP project and a download link for your package to support at advancedinstaller dot com so we could further investigate this issue?


Best regards,

Sorin
Sorin Stefan - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”