Jump to content

miko0001

Members
  • Posts

    3
  • Joined

  • Last visited

About miko0001

  • Birthday 08/07/1970

Profile Information

  • Location
    Ratingen, Germany
  • Interests
    Computing

miko0001's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. WtH This script rocks. Very very nice work. Without this, i´ve never get any idea off all AutoIt-Possibilities. My Exam III-Score sucks, but i´m a NOOB. Hope someday my scripting knowledge may only be 1/10 of yours. Excuse my bad english, i´m native german. Keep up the good work best regards Miko
  2. Same to me ... Another (VBS)-Script with an equal expression works fine on my machine ... strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set colOperatingSystems = objWMIService.ExecQuery _ ("Select * from Win32_OperatingSystem") First thought was WMI not enabled, because i use a "nlited"-version of Win XP Pro,but thats not the problem. I want to create a "GUI-attended" Windows Setup-CD/DVD with a "PostInstall"-Menue to install further drivers/Software/Addons , adding Sys-Info to my AutoIT-created PostInstall-GUI. But i´m a NOOB :"> Thx. Miko
×
×
  • Create New...