Revo Posted June 23, 2005 Posted June 23, 2005 I was wondering I searched the forum a bit and am still quite confused. I wanted to know how exactly do you do uA installs on your uA xp cd. I think using autoit as I read. I tried a uA wmp10 but it failed horribly. so if anyone could help or shed some light thanks!
Lost Soul Posted June 23, 2005 Posted June 23, 2005 well its kinda simple just make the au3 file to your liking then, hit complie to turn it into a exe file then place the installer file in the same folder as the file youve created then,, call the created exe file that you just compiled and thats it
Revo Posted June 25, 2005 Author Posted June 25, 2005 thanks but how would this work for unAttended setups?
Astalavista Posted June 25, 2005 Posted June 25, 2005 think of autoit as a macroall u have to do is download or make your own if u know how.u download a file called au3 or au2 depends.then u use notepad to open the au3 or au2edit the the filename if needed.then google for autoitdownload the latest versioninstall itonce installedright click on the au3 or au2select compileyour au3 or au2 will become "EXE"drop it with the setup file.
Revo Posted June 25, 2005 Author Posted June 25, 2005 oh so you add it like a patch or hotfix in nlite? I was reading up on autoIt it has a syntax very similar to that of Java and C/C++. Should be fairly simple for me to pick up and brushen up on my scripting. Thanks for the info
Astalavista Posted June 26, 2005 Posted June 26, 2005 oh so you add it like a patch or hotfix in nlite?no totally different
MAVERICKS CHOICE Posted June 26, 2005 Posted June 26, 2005 (edited) Have a look @ the Autoit section in this forum url in my sig. Edited June 26, 2005 by MAVERICKS CHOICE
Revo Posted June 26, 2005 Author Posted June 26, 2005 thanks for the links/info guys my real question is now that I got a grasp of autoIT how would I implement it for an unattended setup? Im not sure how to do that. Thanks
Lost Soul Posted June 26, 2005 Posted June 26, 2005 if you mean by impletment,, you mean to have it instal programsyoud just call the custom built , autoit file thats in exe form, and it will call to the program that you desire to instal it with its set of custom paremeters that you set..hope thats what your asking..you can call it in a batch, runonceex or wpi, or any method of your choice,, and also its syntax free
Revo Posted June 26, 2005 Author Posted June 26, 2005 thanks yes thats what I was asking Ill create a batch file and read up on how to call them in setup thanks a bunch
MAVERICKS CHOICE Posted June 26, 2005 Posted June 26, 2005 if you mean by impletment,, you mean to have it instal programsyoud just call the custom built , autoit file thats in exe form, and it will call to the program that you desire to instal it with its set of custom paremeters that you set..hope thats what your asking..you can call it in a batch, runonceex or wpi, or any method of your choice,, and also its syntax free<{POST_SNAPBACK}>Nice explanation, ya coulda been a tutor.
CRK Posted October 22, 2009 Posted October 22, 2009 hello guys,i have a script of auto it that i could compile it.. is for killing the windows New hardware wizard.. i'm getting this window with an unattended install at t-25 minutes of the installation.. i wonder how could i implement the exe compiled of auto it to kill the new hardware wizard window when missing 25 minutes of the installation?My Best Regards
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now