Jump to content

Recommended Posts

Posted

I would like make a script for installing this program from my pc.

I have several hard disk. The installations disks is O:

The instalable executable is : O:\Mis documentos en O\SOFTWARE ADOBE\Foxit PDF Reader\FoxitReader23_enu_Setup.exe

How can I run the instalable program ? What's the command for that purpose ?

Then I would like select the program destination folder

Do you know how can i do this ?

Can you help me showing an example script ? Where can I find more scripts for this purpose ?

Thanks

Excuse my language. I'm from Canary Islands

Traducción AutoIt al Español. http://autoitespa.espanaforo.com/forum.htm . Visita el foro de AutoIt en español http://www.emesn.com/autoitforum/. I am a simple user, not a programmer.

Posted

I would like make a script for installing this program from my pc.

I have several hard disk. The installations disks is O:

The instalable executable is : O:\Mis documentos en O\SOFTWARE ADOBE\Foxit PDF Reader\FoxitReader23_enu_Setup.exe

How can I run the instalable program ? What's the command for that purpose ?

Then I would like select the program destination folder

Do you know how can i do this ?

Can you help me showing an example script ? Where can I find more scripts for this purpose ?

Thanks

Excuse my language. I'm from Canary Islands

I think you just need

Run("O:\Mis documentos en O\SOFTWARE ADOBE\Foxit PDF Reader\FoxitReader23_enu_Setup.exe")
Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
  • 1 month later...
Posted

It's ok. Function well.

Thanks

Excuse my language. I'm from Canary Islands

Traducción AutoIt al Español. http://autoitespa.espanaforo.com/forum.htm . Visita el foro de AutoIt en español http://www.emesn.com/autoitforum/. I am a simple user, not a programmer.

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...