Jump to content

Search the Community

Showing results for tags 'install'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • Forum FAQ
  • AutoIt

Calendars

  • Community Calendar

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 5 results

  1. Hello everyone, has anyone of you guys tried to create an an automated installer for this? Source: https://support.office.com/en-us/article/Deploy-Office-365-ProPlus-from-a-local-source-35d4cb3b-4cc9-4bc9-9f20-eaf3c50f8331 Issue: You can't run the installer "as administrator" because opens a error message. You have double click and then you may enter the credentials.. i was trying to do this without disabling the UAC, his there any one who found a way out? Notice: The processo runs perfectly by hand, i only need a workaround for this thing. Ty in advance.
  2. Hello, very propably this has been asked before, well, I miss the thread(s) ... Is there a command line switch to tell the SciTE setup EXE to install silently ("/S") *AND* to end up with "edit" (instead of "run") as system wide default action for *.au3 files? As it can be done with the config tool: https://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/SciTEConfigb1.PNG Regards, Rudi.
  3. Hello all! I have run into a bit of trouble with a project that I am working on. I currently have an autoit file calling a java script to go out and retrieve the latest install of X from an FTP Server. It works great! Well the problem I am running into now is since the file I grab is zipped I have to unzip so then I can run the installation for X. I thought I had found a way using 7-zip but I keep getting an error even if I try to run the installation myself saying "Error: Error loading XML file.. This application will now close." If I extract the files using windows explorer I am able to install the program. I have my autoit file calling this .bat file and as a result I am unable to load from the unzipped folder due to this error loading XML file. cd "C:\Program Files (x86)\7-zip" 7z e "C:\Users\NTS User\Documents\AutoInstall\XInstall.zip" -o"C:\Users\NTS User\Desktop\Autoit\X" -y Am I missing something with this? If anyone could provide insight I would deeply appreciate it. Thanks again! Richard P.S. If I forgot to include anything just let me know!
  4. What is the best way to install a .air file with autoit? So far the programs understand if a usb driver is plugged in and opens the path which holds the .air file and runs it. I tried to install it using tabs and other keys but that is problematic. Could be there a solution to install in via command line or something where I can change things like installation location like in the normal installation?
  5. Hi all, I need to supply a silent\quite installation of the Autoit setup autoit-v3-setup.exe. How can I achieve that? Thank you.
×
×
  • Create New...