This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Interagoting the target machines hardware
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 29, 2008
11:05 AM
Interagoting the target machines hardware
Does IS help with interrogating the hardware of the target machine?
Or do I need to write a Custom Action to find that out? It is great to have a System Search for Software interrogating. It'd be great to have something similiar for hardware search to find out what the RAM, CPU, free disk, graphics card, etc...
Is there any pointers how to achieve this? Basically I need to find out this information and log it.
Thanks!
Or do I need to write a Custom Action to find that out? It is great to have a System Search for Software interrogating. It'd be great to have something similiar for hardware search to find out what the RAM, CPU, free disk, graphics card, etc...
Is there any pointers how to achieve this? Basically I need to find out this information and log it.
Thanks!
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 29, 2008
11:30 AM
To see what Windows Installer has built in, perhaps see the "Hardware Properties" section of the MSI help topic "Property Reference"; InstallScript can help with some other information, about which see the GetSystemInfo, SYSINFO, SYSPROCESSORINFO, and other help topics.