Jump to content

ricktendo

Member
  • Posts

    2,261
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Honduras

Everything posted by ricktendo

  1. Here is my attempt, I moded another au3 file to try and get it to work but It only gets pass the first box ; AutoIt options. AutoItSetOption("TrayIconHide", 0) AutoItSetOption("WinTitleMatchMode", 4) ; Verify only one instance of installer is running. $installername = "Auto COMODO Firewall Config" If WinExists($installername) Then SplashTextOn("Error", @CRLF & @CRLF & "An instance of this script is already running.", 350, 90, -1, -1, -1, "Arial", 11, 11) WinActivate("Error") Sleep(500) SplashOff() Exit EndIf AutoItWinSetTitle($installername) ; Installation variables. $installerpath = @ScriptDir & "\cfpconfg.exe" $installer = @ScriptDir & "\cfpconfg.exe -i" ; Verify installation file path. If Not FileExists($installerpath) Then SplashTextOn("Error", @CRLF & " File not found:" & @CRLF & " " & $installerpath, 500, 90, -1, -1, 4, "Arial", 11, 11) WinActivate("Error") Sleep(500) SplashOff() Exit EndIf ; Start installation. Run($installer) ; Wizard dialog. WinWait("Comodo Firewall Pro Configuration Wizard", "Welcome to the COMODO Firewall Configuration Wizard.") ControlClick("Comodo Firewall Pro Configuration Wizard", "Welcome to the COMODO Firewall Configuration Wizard.", "Button2") ; Firewall setup. WinWait("Comodo Firewall Pro Configuration Wizard", "COMODO Firewall Pro has many powerful features wich affect the") ControlClick("Comodo Firewall Pro Configuration Wizard", "COMODO Firewall Pro has many powerful features wich affect the", "Button2") Exit
  2. Hello I am working on a COMODO Firewall Pro AddOn and I need somebody who knows autoit to help me with this configuration wizard that it needs to fully install the program Here is the idea: - Download the latest COMODO v3 firewall http://personalfirewall.comodo.com/ - Now silently install using the -s switch "CFP_Setup_3.0.12.266_XP_Vista_x32.exe" -s - Now the above only partially installs the program, this second command needs to get executed "%ProgramFiles%\COMODO\Firewall\cfpconfg.exe" -i - And these are the choices I would like to enter into the wizard that will pop up after you run the above command Hopefully I explained it good enough TIA
  3. Sorry this new installer is a different animal... IDK how to
  4. In my addon builder/updater I use a .MST file that stops the launching of the Lic prompt (its NoLic.mst) rut it with this switch /qb TRANSFORMS=NoLic.mst http://www.wincert.net/forum/index.php?showtopic=2057
  5. If you have a msi editor like orca or installshield you can probably stop the registration window lauching by editing the Custom Action table and creating an MST file
  6. RunOnceEx cannot do this... I use something similar with my Sidebar addon HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{D58F39FF-953E-4F45-898F-59F243B9A523}",,0,"Windows Sidebar" HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{D58F39FF-953E-4F45-898F-59F243B9A523}","ComponentID",0,"sidebar.EXE" HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{D58F39FF-953E-4F45-898F-59F243B9A523}","IsInstalled",0x00010001,01,00,00,00 HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{D58F39FF-953E-4F45-898F-59F243B9A523}","Locale",0,"US" HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{D58F39FF-953E-4F45-898F-59F243B9A523}","StubPath",0x00020000,"RUNDLL32 advpack.dll,LaunchINFSection %INF_FILE%,Register" HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{D58F39FF-953E-4F45-898F-59F243B9A523}","Version",0,"6,0,6001,16659" You can probably use something similar, this stays in the registry (unlike ROEx) and each time a new user is created then this command is executed Just go to this location in the registry export and mod any key, you change the GUID and command (StubPath) and any other stuff you think necessary HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components
  7. re-download and check the MD5
  8. ricktendo

    N Lite

    uninstall the old one first
  9. http://www.sokoolz.com/addons/r64/Ricks_Xn...ellExt_AddOn.7z
  10. I can guarantee there will be another alky for apps update, Rafael will have most if not all the vista games working on XP (even Texas Hold'Em)
  11. They will be working with Alky for Applications but not till 1.1 (hopefully Rafael will release it soon) P.S. Texas Hold'Em Ultimate Extra will also work
  12. I have a editable firefox addon where you can add any of your add-ons, extensions, themes, bookmarks to it http://www.wincert.net/forum/index.php?showtopic=1471 Or you could use Sharks firefox extension installer (drag and drop your files in it also) http://picsbook.net/shark007/index.html
  13. Hey thanks
  14. <- Diamond Windows Sidebar Style Updated v6.01 build 40 http://www.wincert.net/forum/index.php?showtopic=802
  15. Thats where you put the switches for the program you are making a addon of.If you want to find the switches you can use a program like CMenu or SendToA3X to find them
  16. Will update it to 6.01 as soon as I get the installer (I can only get the SDC install file)
  17. Done: http://www.wincert.net/forum/index.php?showtopic=2047
  18. Nice program
  19. No... It does not install or require Messenger Plus! Live, it only copies the a-patched dll's. You have to make a MsgPlusLive addon yourself, use these silent switches (you can find them by running MsgPlusLive-423.exe /?) --------------------------- Messenger Plus! Live --------------------------- Accepted Command Line Arguments: /Destination=directory /Silent (does not install the sponsor) --------------------------- OK ---------------------------
  20. wlm addon builder that copies the patched files from your pc and integrates them into the installer http://www.wincert.net/forum/index.php?showtopic=2025
  21. You can use that addon or you can get the original installer from MS and add it like you add a hotfixe in nLite, add it with any subsequent updates it might have (personally I'd use the addon)
  22. I think you cant using Orca, you may need InstallShield
  23. Its final
  24. Well I sometimes do need unlocker
  25. Crack is always a good alternative, its slimming and by the time you're hooked you cannot afford to buy anything much less food (he he j/k) In fact stay away from drugs (the weight loss ones) and lift weights, it wont make you loose weight it will make you gain weight (but that is pure muscle and not fat)
×
×
  • Create New...