Tagged Questions
The msinfo32 tag has no wiki summary.
2
votes
2answers
137 views
msinfo32 won't run in NSIS under Windows XP
The following NSIS line refuses to run for some reason (returns immediately) under Windows XP:
ExecWait ' "$PROGRAMFILES\Common Files\Microsoft Shared\MSInfo\msinfo32" /report "$DESKTOP\msinfo.log" ...
1
vote
1answer
226 views
Managing msi from external program
We have our custom setup.exe program which launches a series of individial MSIs in synchronous manner. Scheme and command use to launch msi is :
msiexcehandle = CreateProcess("msiexec.exe /i ...
0
votes
1answer
418 views
MS DOS function like ipconfig to get system performance specs?
I am aware of MSINFO32, but I'm wondering if there is a MS DOS command similar to ipconfig in order to get system specifications?
I would like for the system specifications to be displayed in the MS ...
0
votes
0answers
164 views
MSInfo32 Permissions [closed]
What permissions are necessary to access a XP/2003 Server machines information remotely through MSInfo32?
Having the same admin account on the computer seems to work, but doing a runas through ...