kabers Posted August 21, 2009 Posted August 21, 2009 Hi How do I use the funtion isDesktopLoaded() under dependencies? I tried this command to prevent the option to install a program if the desktop is loaded, but without any luck.isDesktopLoaded()=="True" I just want to prevent a program to be installed, when I use my dvd with WPI from the desktop.
mritter Posted August 21, 2009 Posted August 21, 2009 (edited) isDesktopLoaded() or !isDesktopLoaded()First one yes, second no.Don't do the =="true" check. Edited August 21, 2009 by mritter
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now