Jump to content

silent install of AutoIT?


Recommended Posts

Hey there - Scoured the boards awhile for this with no luck - Does anyone know if there are command line switches to do a silent install of AutoIT? I need to incorporate it into a program I'm working on.

Thanks!

Jim

Link to comment
Share on other sites

SciTE4AutoIt3.exe for example, uses Nullsoft SIS Installer.

Silent switch is /s

additional switches:

/d="x:\dirname" Install program to path

/NCRC skip crc check

You sir are a badass - Thanks!

Jim

Link to comment
Share on other sites

Okay - I'm trying C:\SciTE4AutoIt3.exe /s but it's not doing a silent install. Is there a set of requirements other than the /s? can you tell me how to pull the list of switches? SciTE4AutoIt3.exe /? just executes the program :/

Thanks!

Jim

Link to comment
Share on other sites

  • Developers

Okay - I'm trying C:\SciTE4AutoIt3.exe /s but it's not doing a silent install. Is there a set of requirements other than the /s? can you tell me how to pull the list of switches? SciTE4AutoIt3.exe /? just executes the program :/

Thanks!

Jim

Its /S not /s

:)

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Mildly off topic, but am i to assume skipping the CRC check will cause the installer not to verify?

.. is this something you had to enable? or is it a default value with NSIS ?

Don't quote me on this, but I am 97.5% sure that it does a CRC check by default.

- The Kandie Man ;-)

"So man has sown the wind and reaped the world. Perhaps in the next few hours there will no remembrance of the past and no hope for the future that might have been." & _"All the works of man will be consumed in the great fire after which he was created." & _"And if there is a future for man, insensitive as he is, proud and defiant in his pursuit of power, let him resolve to live it lovingly, for he knows well how to do so." & _"Then he may say once more, 'Truly the light is sweet, and what a pleasant thing it is for the eyes to see the sun.'" - The Day the Earth Caught Fire

Link to comment
Share on other sites

Don't quote me on this, but I am 97.5% sure that it does a CRC check by default.

- The Kandie Man ;-)

Yes it does check with CRC by default. Using /NCRC on a corrupt installer just releases the corrupt files inside so is a poor option to use.
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...