Jump to content

swampy

Member
  • Posts

    101
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by swampy

  1. I'm not getting any reboot messages here.
  2. Here's a silent installer made by the WinPcap company. It shows up as 3.1(not beta) in add/remove WinPcap 3.1.rar
  3. what did it miss? PS fprot 3.16c still silently installs using above
  4. swampy

    CMenu

    cmenu.exe /silent works
  5. Microsoft Office ================================================== Button1 00030126 Cancel msctls_progress321 0003010C ---------- Control has no text ---------- Static1 0003014E ---------- Control has no text ---------- Static2 0003010E Please wait while Windows configures Microsoft Office Professional Edition 2003 Static3 000B0148 ---------- Control has no text ---------- Microsoft Office ================================================== Button1 00030126 Cancel msctls_progress321 0003010C ---------- Control has no text ---------- Static1 0003014E ---------- Control has no text ---------- Static2 0003010E Please wait while Windows configures Microsoft Office Professional Edition 2003 Static3 000B0148 ---------- Control has no text ---------- Microsoft Office ================================================== Button1 00030126 Cancel msctls_progress321 0003010C ---------- Control has no text ---------- Static1 0003014E ---------- Control has no text ---------- Static2 0003010E Please wait while Windows configures Microsoft Office Professional Edition 2003 Static3 000B0148 ---------- Control has no text ---------- Microsoft Office ================================================== Button1 00030126 Cancel msctls_progress321 0003010C ---------- Control has no text ---------- Static1 0003014E ---------- Control has no text ---------- Static2 0003010E Please wait while Windows configures Microsoft Office Professional Edition 2003 Static3 000B0148 ---------- Control has no text ----------
  6. Microsoft Office ================================================== Button1 0005011E Cancel msctls_progress321 0006010C ---------- Control has no text ---------- Static1 00030110 ---------- Control has no text ---------- Static2 00030104 Please wait while Windows configures Microsoft Office Professional Edition 2003 Static3 00040132
  7. trying it right now, office 2003 is installing, nothing else seems to be happening
  8. With winrar 3.5 (although beta) you don't have to do any of this, you can choose the icon and bitmap from inside WinRAR
  9. thanks so much, I'm elsewhere now, can't wait to try tomorrow Oz time
  10. I'm not great at autoit & I don't know how to implement your help. Would you be kind enough to edit my script ? TIA
  11. I'm making a silent install of crossword maestro, I need to close a window after install In vmware, this works, but doesn't work in real windows Opt("WinWaitDelay", 400) Run ("SETUP.EXE -s") Opt("MouseCoordMode",0) WinActivate("C:\Documents and Settings\All Users\Start Menu\Programs\Crossword Maestro","FolderView") WinWaitActive("C:\Documents and Settings\All Users\Start Menu\Programs\Crossword Maestro","FolderView") Send("{ALTDOWN}f{ALTUP}{DOWN 5}{ENTER}") In windows this works, but doesn't work in vmware Opt("WinWaitDelay", 400) Run ("SETUP.EXE -s") Opt("MouseCoordMode",0) WinActivate("Crossword Maestro","FolderView") WinWaitActive("Crossword Maestro","FolderView") Send("{ALTDOWN}f{ALTUP}{DOWN 5}{ENTER}") Any ideas would be appreciated.
  12. /VERYSILENT works. I just installed it. Registration info (XSPLicense.ini} is in %ProgramFiles%\X-Setup Pro\bin I made a winrar sfx of the ini ;The comment below contains SFX script commands Path=X-Setup Pro\bin SavePath Silent=1 Overwrite=1
  13. I assume it worked then
  14. The annoying scheduler is not installed using my setup.iss
  15. Here is a simpler version of my iexpress method, using WinRAR extract all the files from the fprot installer to an empty folder download attached setup.iss to the same folder right-click all the files, choose add to archive now choose RAR, compression- best tick Create SFX archive, tick Create solid archive in the top right corner click Comment & paste this ;The comment below contains SFX script commands Setup=setup -s TempMode Silent=1 Overwrite=1 now OK your way out & the switchless archive will be created setup.iss
  16. Please show your cmdlines.txt Windows shouldn't be looking for RunOnceEx.cmd in C:\install
  17. no luck on google, don't worry, I accept your explanation I repeat, I love your work
  18. hi astalavista, love your work, just wondering why your handle is the name of the biggest crack search engine on the net.
  19. It works great, thanks very much for the find
  20. sorry mate, I'm hopeless at autoit, I thought it might be helpful to someone as hopeless as me, thanks for your work anyway
  21. nice one. As mine installed to C:\Program Files\Pegasys Inc\TMPGEnc DVD Author 1.6, I had to change one line to- $DL_1 = @ProgramFilesDir & "\Pegasys Inc\TMPGEnc DVD Author 1.6" ;Software Directory PS it's on page 16 of Autoit sticky
  22. Make a batch file to copy the 3 files to their respective folders, rar up the 3 files + the batch file to extract in temp mode. Run the batch after extraction.
×
×
  • Create New...