Hi...
Can anybody tell me how i can install a different program based on the user's OS version?
Install diff program based on windows version
3 posts
continued...
Right now I'm a bit messed up... I'm thinking JavaScript... then C++, so like i'm thinking of creating a function like if (windowsversion is 1) {
file "this.exe"
exec "this.exe"
}
can anybody help? i'm new to this
Right now I'm a bit messed up... I'm thinking JavaScript... then C++, so like i'm thinking of creating a function like if (windowsversion is 1) {
file "this.exe"
exec "this.exe"
}
can anybody help? i'm new to this
First check the docs for the GetWindowsVersion function. It should explain how to use it. However if you have more questions, post here again.
Vytautas
Vytautas