Jump to content

ginger9991

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by ginger9991

  1. unfortunatly im hitting the same issue. Cant get my head around this.
  2. Hi Water, I have just done that and tested it local and it works but again through LANDesk it doesnt seem to. Im wondering if its not kicking off the MSI. If i run the job locally i can see 3 MSIEXEC services kick off. When running through LANDesk i can only see 1 start. I have added the file path in but i dont seem to be making any progress. Thanks for your help with this. FileChangeDir ("C:\Program Files\LANDesk\LDClient\sdmcache\packages$\SystmOne") Run ("msiexec /i SystmOne.msi") winwait ("[CLASS:MsiDialogCloseClass]") WinActivate ("[CLASS:MsiDialogCloseClass]") ControlClick("TPP SystmOne Setup", "", 226)
  3. !n is the n key. Basically clicking next.
  4. I have to be honest i have not tried control. by looking at a few other bits online im guessing it will be controlsend Send ("!n") instead of how i have it listed above?
  5. Water- Yes, I have also specified it to run with my admin account and have the same issue when deployed with Landesk. Run locally it is fine.
  6. Hi Radiance, Yep your 100% correct, however the package isnt deploying, it runs and sits there so running as the client account gives me a bit of insite into what the program is doing and where its getting stuck. The software does has a silent install however we require the software install to be customized and do several different steps after. Hi Water - I found that article however, i want to find out why its happening as i have several pacakge to create after this that has no silent install so i might as well figure it out now rather then leave it with next weeks problems
  7. Hi Guys, I have created a deployment package for a piece of software with a list of steps. Now this seems to run fine when i run it locally but when i use a deployment product (LANDesk) i get an issue where it will launch the correct installer but because the window isnt "active" or "live" it wont progress. If i click on the window attached "issue" the program will then run through and work as planned. So basically i need to make this window active. This is the start of my command, Im a complete newb so any help would be really appreciated. Its seems like the winwaitactive command isnt working but when i run it locally its fine. Thanks in advance. Run ("msiexec /i SystmOne.msi") winwaitactive ("[CLASS:MsiDialogCloseClass]") Send ("!n") Sleep (2000) Send ("{tab}") Send ("{tab}") Send ("{tab}")
×
×
  • Create New...