how can i RUn.. vmware if when i;m installing it,.. it says that: please run this program as super-user.. Execution aborted... :( plese help me...:(
rapperhuj -3 Light Poster
Recommended Answers
Jump to PostHow about
#include <stdlib.h> #include <stdio.h> int main(void) { puts("Running VMWare installer...."); system("sudo ~/YourVMWareInstallerProgram"); puts("Goodbye..."); return 0; }
All 3 Replies
John A 1,896 Vampirical Lurker Team Colleague
John A 1,896 Vampirical Lurker Team Colleague
Salem 5,265 Posting Sage
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.