Page 1 of 1

Hardware detection

Posted: Tue Sep 11, 2007 2:25 pm
by mmiron
Is there a way in InstallAware that allows one to detect the amount of memory (available and installed) video card details, directx details, etc...

One could always write a custom plugin - but i'm wondering if InstallAware supports this natively?

Posted: Tue Sep 11, 2007 2:59 pm
by Gizm0
Please do not crosspost your questions on the forums. It's really annoying.

Posted: Tue Sep 11, 2007 3:29 pm
by mmiron
I noticed i entered it in the incorrect forum afterwards; but couldn't remove it. Therefore my appologies for double posting. I'm assuming you removed it from the Sample Scripts section. Thanks.

I appreciate the quick reply and hopefully you could quickly answer my original post as well :)

Thanks.

Posted: Wed Sep 12, 2007 4:46 am
by Gizm0
Almost 100% of what you want to detect, is stored on Registry.

Write a list of what you might need to detect and i'll see what the correct registry key to detect is, if one exists.

You can easily do it yourself though, by using google and type eg "Windows Detect how much memory is available".

Posted: Wed Sep 12, 2007 9:15 am
by mmiron
Thanks Gizmo, I've tried that - but wasn't sure if that was 100% compatible with all win os (xp, vista) -

Hey - you wouldn't know if installware is able to generate a guid or unique id would you?

Posted: Wed Sep 12, 2007 10:52 am
by Gizm0
Generate a variable of GUID type?

Posted: Sun Sep 23, 2007 9:52 pm
by mmiron
How exactly would one create a variable of type GUID? I've read the documentation, played with the IDE and read the forums; but i've yet to see how one creates a variable of a certain type (specifically of a GUID type?).

Thanks,
Marc

Posted: Sun Sep 23, 2007 9:55 pm
by mmiron
Perhaps you where talking about the Mathematics's function where you can create random numbers? - But GUIDs are something else? - Is there a simular function that handles GUID creation?