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
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now