Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

InstallShield battery level warning

Is there any way to display an warning message if the user tries to install my app when the battery level is under 5%? I'm using InstallShield.

like image 647
Cornel Avatar asked Oct 20 '09 13:10

Cornel


1 Answers

Don't know if Installshield supports this directly, but you could create a autorun menu program that gets run first, that checks battery level, then if its ok, runs setup ?

like image 98
Nick Haslam Avatar answered Oct 21 '22 05:10

Nick Haslam