Jump to content

Recommended Posts

Posted

I'd like to write a script to install UltraEdit.

On the first screen there is a + (plus sign) next to Advanced install.

Does anyone know how to select the + sign ?

Thank you,

Docfxit

UltraEditInstalScreen.jpg

Posted

Why not use a silent installation by passing an ISS file to the installation exe?

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Posted

I'm sure the product comes with some kind of installation documentation. Google will help as well.

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Posted

In order to take advantage of the Ultraedit silent install a person needs to use their enterprise build.  I don't use that version for private individuals.

I would like to figure out how to select the + sign on the first page of the install.

Thanks,

Docfxit

Posted

Then use the AutoIt Window Info Tool to check if the + is a control you can automate using ControlClick.

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Posted

I have tried the AutoIt Window Info Tool to check if the + is a control you can automate using ControlClick.

It doesn't recognize it.

I have also recorded a script while selecting the + sign.  It doesn't work.

Thanks,

Docfxit

Posted

Hello I think you're using the EXE version. Probably you can use the MSI version here

Then you could use silent and custom install Path check here

 

Saludos.

Posted
54 minutes ago, Desy said:

If the button doesnt change its position, use controlclick and pass x, y of the button.

I think for controlclick you need a controlID .

The info window isn't showing me a controlID.

Thanks,

Docfxit

Posted
18 minutes ago, Danyfirex said:

Hello I think you're using the EXE version. Probably you can use the MSI version here

Then you could use silent and custom install Path check here

 

Saludos.

It shows changing the install path.  That's great. Do you know of the program to see if there are any other silent options available?

I also need to make sure I don't install Ultracompare.

Thanks,

Docfxit

Posted

I tried using MouseMove.  It is working for this monitor.  I don't know if it will change when I use it on a different monitor with a different resolution.

Thanks,

Docfxit

Posted

I really dont know about It. you need to check UltraEdit Documentation.

 

Saludos

Posted

I really dont know about It. you need to check UltraEdit Documentation.

 

Saludos

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...