Jump to content

slundy

Members
  • Posts

    3
  • Joined

  • Last visited

About slundy

  • Birthday 03/01/1972

Profile Information

  • Location
    Chicago, IL.

slundy's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Love the idea behind the script/gui, and am working it out now. However I get an error when I try to compile it to test. for every $WS_..." variable it tells me: GUI_3.au3(5,93) : WARNING: $WS_MINIMIZEBOX: possibly used before declaration. I haven't changed the script one bit so not sure what's happening. Do I need to recreate the form myself in koda or?
  2. I was able to get it to work, somewhat. Sometimes it adds the registry info but doesn't reboot, other times it reboots but doesn't login. One issue I'm having is it seems to be tailored for an AD domain for the LOGONSERVER part, it adds a couple of backslashes at the beginning so I had to leave that part out, that or I'll have to change it to @ComputerName. Edit: I'm working in a Novell Zenworks environment btw. Any help?
  3. have a question, the "step 1", etc. areas aren't making much sense to me. Sorry i'm a bit of a n00b still. I get all the rest, just not sure what to put in where it says: ; *** put your stuff here for step1 *** RunWait("notepad.exe step1.txt") My script is basically to log the user off, login as an admin, install the software: $INSTALL_STRING = "msiexec.exe /i c:\temp\sqltools\sqlrun_tools.msi /qb" Then logoff when it's complete. Would I change the 'step 1' line to: RunWait($INSTALL_STRING) And then just disregard the other steps since I only need one? The way I read the lines is that you're opening Notepad and calling it "step1.txt". Sorry if this is elementary, I'm still learning.
×
×
  • Create New...