painkilla Posted January 20, 2005 Posted January 20, 2005 I idnt find anything in this forum about true image and i need to know how to install it silently and register it also. Does anyone here knows this?
Nologic Posted January 20, 2005 Posted January 20, 2005 hehe old and very humbling script....update to it should be out with in a week or so.; ----------------------------------------------------------------------------;; AutoIt Version: 3.0; Language: English; Platform: Win9x / NT; Author: Nologic; Version: 1.0;; Script Function:; True Image v8.0.0;; ----------------------------------------------------------------------------; ----------------------------------------------------------------------------; End User Var's; ----------------------------------------------------------------------------$SF_1 = "True_Image_v8.0.0.exe"; Setup File Name$UR_1 = "4RBEM" ; User Registration Code Part 1$UR_2 = "P2DFN" ; User Registration Code Part 2$UR_3 = "2XYRV" ; User Registration Code Part 3$UR_4 = "L7QEF" ; User Registration Code Part 4$UR_5 = "G49Z5" ; User Registration Code Part 5$DL_1 = @ProgramFilesDir & "\Tools - Disk\True Image"; Directory Location$SM_1 = "Tools - Disk\True Image" ; Start Menu Location$OP_1 = "Y" ; (Y)es or (N)o - Install For All Users; Delete True Image Short Cuts$S1_1 = "N" ; (Y)es or (N)o - Delete Short Cut For True Image$S1_2 = "N" ; (Y)es or (N)o - Delete Short Cut For True Image User's Guide$S1_3 = "Y" ; (Y)es or (N)o - Delete Short Cut For Acronis Web Site$S1_4 = "N" ; (Y)es or (N)o - Delete Short Cut For Bootable Rescue Media Builder$S1_5 = "Y" ; (Y)es or (N)o - Delete Short Cut For Read Me$S1_6 = "Y" ; (Y)es or (N)o - Delete Short Cut For Uninstall True Image$D1_1 = "Y" ; (Y)es or (N)o - Delete Desktop Short Cut For True Image; ----------------------------------------------------------------------------; Prevent Dup Script From Running; ----------------------------------------------------------------------------$g_szVersion = "True Image v8.0.0"If WinExists($g_szVersion) Then Exit; It's already runningAutoItWinSetTitle($g_szVersion); ----------------------------------------------------------------------------; Script Defaults; ----------------------------------------------------------------------------Opt ("CaretCoordMode", 1);1=absolute, 0=relativeOpt ("ExpandEnvStrings", 0);0=don't expand, 1=do expandOpt ("MouseClickDelay", 10);10 millisecondsOpt ("MouseClickDownDelay", 10);10 millisecondsOpt ("MouseClickDragDelay", 250);250 millisecondsOpt ("MouseCoordMode", 0);1=absolute, 0=relativeOpt ("MustDeclareVars", 0);0=no, 1=require pre-declareOpt ("PixelCoordMode", 1);1=absolute, 0=relativeOpt ("RunErrorsFatal", 1);1=fatal, 0=silent set @errorOpt ("SendAttachMode", 0);0=don't attach, 1=do attachOpt ("SendCapslockMode", 1);1=store and restore, 0=don'tOpt ("SendKeyDelay", 5);5 millisecondsOpt ("SendKeyDownDelay", 1);1 millisecondOpt ("TrayIconDebug", 0);0=no info, 1=debug line infoOpt ("TrayIconHide", 0);0=show, 1=hide tray iconOpt ("WinDetectHiddenText", 0);0=don't detect, 1=do detectOpt ("WinSearchChildren", 1);0=no, 1=search children alsoOpt ("WinTitleMatchMode", 3);1=start, 2=subStr, 3=exact, 4=...Opt ("WinWaitDelay", 250);250 milliseconds; ----------------------------------------------------------------------------; Script Start; ----------------------------------------------------------------------------Run($SF_1); WelcomeWinWait ( "Acronis True Image Setup" )ControlClick ( "Acronis True Image Setup", "", "FXWindow4" ); LicenseSleep ( 250 )Send ( "{ALTDOWN}an{ALTUP}" ); Serial NumberSleep ( 250 )Send ( $UR_1 & $UR_2 & $UR_3 & $UR_4 & $UR_5 )ControlClick ( "Acronis True Image Setup", "", "FXWindow4" ); Destination LocationSleep ( 250 )Send ( "{DELETE 40}" & $DL_1 )ControlClick ( "Acronis True Image Setup", "", "FXWindow4" ); Administrator OptionsSleep ( 250 )If $OP_1 = "n" Then Send ( "{SPACE}" )EndIfControlClick ( "Acronis True Image Setup", "", "FXWindow4" ); Start MenuSleep ( 250 )Send ( "{DELETE 40}" & $SM_1 )ControlClick ( "Acronis True Image Setup", "", "FXWindow4" ); ReadySleep ( 250 )ControlClick ( "Acronis True Image Setup", "", "FXWindow4" ); ProcessingWinWait ( "Processing, please wait...", "" )WinWaitClose ( "Processing, please wait...", "" ); Create Bootable Rescue MediaSleep ( 250 )ControlClick ( "Acronis True Image Setup", "", "FXWindow22" )ControlClick ( "Acronis True Image Setup", "", "FXWindow4" ); View Readme TextSleep ( 250 )Send ( "{SPACE}" )ControlClick ( "Acronis True Image Setup", "", "FXWindow4" ); RebootSleep ( 250 )ControlClick ( "Acronis True Image Setup", "", "FXWindow10" ); ReName Disk Editor Short Cuts$local = @ProgramsCommonDir & "\Tools - Disk\True Image\"FileCopy ( $local & "Acronis True Image.lnk", $local & "True Image.lnk" )FileCopy ( $local & "Acronis True Image User's Guide.lnk", $local & "True Image User's Guide.lnk" )FileCopy ( $local & "Uninstall Acronis True Image.lnk", $local & "Uninstall True Image.lnk" )FileDelete ( $local & "Acronis True Image.lnk" )FileDelete ( $local & "Acronis True Image User's Guide.lnk" )FileDelete ( $local & "Uninstall Acronis True Image.lnk" ); Delete Disk Editor Short Cuts$local = @ProgramsCommonDir & "\Tools - Disk\True Image\"If $S1_1 = "y" Then FileDelete ( $local & "True Image.lnk" )If $S1_2 = "y" Then FileDelete ( $local & "True Image User's Guide.lnk" )If $S1_3 = "y" Then FileDelete ( $local & "Acronis Web Site.url" )If $S1_4 = "y" Then FileDelete ( $local & "Bootable Rescue Media Builder.lnk" )If $S1_5 = "y" Then FileDelete ( $local & "Read Me.lnk" )If $S1_6 = "y" Then FileDelete ( $local & "Uninstall True Image.lnk" ); Delete Desktop Short CutsIf $D1_1 = "y" Then FileDelete ( @DesktopCommonDir & "\Acronis True Image.lnk" )Exit;EOF
prathapml Posted January 20, 2005 Posted January 20, 2005 Its a waste of time to install it....Much easier and helpful, would be to just install it once with the serial, then use the boot media builder to write a CD-RW.Then extract the boot-image from the CD (using ultraiso) and now you can have it as an option on your multi-boot CD. Whenever you need to use it, boot with that CD - which is what you should really be looking for (because if you've paid for that license key, why'd you want it installed on other machines where the CD is used!).
batman75 Posted January 20, 2005 Posted January 20, 2005 Interesting point prath.I may have to give that a try.Have you done this yourself?
prathapml Posted January 20, 2005 Posted January 20, 2005 yes, that's how I know that its far easier and more useful.The method to do it, I've described above. Actually carrying it out might take 2 minutes if you were already familiar with multi-boot discs, and maybe half-an-hour to learn if you weren't familiar with it. Go ahead, give it a try!Resources for help:easyboot forum (for multi-boot - search for acronis)MSFN forum (search for "acronis" )Freely downloadable tools, which you need:EasyBootUltraISOgood luck!
totoymola Posted January 21, 2005 Posted January 21, 2005 Bookmarked because of the nice script and trick.
MiXeD Posted January 30, 2005 Posted January 30, 2005 I use applications switch/silent /serial=XXXXX-XXXXX-XXXXX-XXXXX-XXXXXIt works by me
totoymola Posted January 30, 2005 Posted January 30, 2005 Yes you are right! I know it accepts the /silent because I think it's installer is made by Setup Factory, but I didn't know about the /serial. Thanks. edit: It's not Setup Factory, and Setup Facotry uses the /s switch. What kind of installer is this??
warrior1109 Posted January 31, 2005 Posted January 31, 2005 I use applications switch/silent /serial=XXXXX-XXXXX-XXXXX-XXXXX-XXXXXIt works by meThis works fine for me too.
batman75 Posted February 4, 2005 Posted February 4, 2005 Does anyone know why this works with True Image?I tried this power utilities and got nothing
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now