Jump to content

owikh84

Member
  • Posts

    165
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Malaysia

Everything posted by owikh84

  1. Thx MHz and WotC as well. both are helpfull. really appreciate.
  2. how to prevent the installer enabling Winamp Agent during installation? what script do i need to put into my .au3?
  3. how to auto register opera 9 (o90p2_8212.exe) using AutoIt?
  4. Ofcouse, it has been covered in other WinAmp threads. Here is a simple AutoIt script that does what you want. Silent and WinAmp will not nag afterwards, as the ini is written to to stop tha nag window. RunWait(@ScriptDir & '\winamp513_full.exe /S') ProcessWait('winamp.exe', 5) If ProcessExists('winamp.exe') Then ProcessClose('winamp.exe') If ProcessExists('winampa.exe') Then ProcessClose('winampa.exe') IniWrite(@ProgramFilesDir & '\winamp\winamp.ini', 'winampreg', 'NeedReg', '0') Just save as "_WinAmp.au3" and compile with a rightclick. Then add the compiled "_WinAmp.exe" to the same folder as "winamp513_full.exe" and run it from WPI without switches. EDIT: Thx working
  5. Silent install not all that silent winamp512_full.exe /S Registration screen is displayed (install page 7). winamp512_full.exe /S /install=F Registration screen is displayed winamp512_full.exe /S /install=f Registration screen is displayed I tested both upper and lower case due to silent /s not working in lower case. I take it there still isn't a way to silently install Winamp barring repackaging as an msi?
  6. not working for Winamp 5.13 Full w/o emusic. http://download.nullsoft.com/winamp/client/winamp513_full.exe this windows pop up asking for this: Screen 7: How to fix it? what switch?
  7. how to create Winamp 5.1x Silent Installer to run in Windows Post Installer? exe? sfx?
  8. any idea on how to create silent installer for WinRAR 3.51 using WinRAR?
  9. How to silently run the reg in the Winzip 10 silent installer sfx made by WinRAR?
  10. anybody plz help me. read previous post
  11. I've built Winzip 10 silent installer using WinRAR with the following comment: is it got error with the comment? i can't get WinZip 10 to be registered. the SFX archive i made did'nt run my wz10.reg included in it.
  12. i've deleted both the registries and run the SFX i made but it didn't help. i've also unhide the hidden wz10.reg in the SFX but nothing helpful. Weird. i tried to replace the wz10.reg in ur SFX with my wz10.reg but the archive is locked. so, could u plz upload the non-locked Winzip archive?
  13. Thx shark for the Modern skin version. waiting for it desperately
  14. yup, the directory structure is similar to the ori SFX. there is WinZip folder containing Winzip files when i open with WinRAR. are u sure the comment contains SFX script commands is correct? is it gotta do with the capital/small letter? like WinZip? winzip? btw, i installed it after removing previous WinZip 10 on my pC
  15. I've put the registry info into the SFX but the registration didn't work. How and why? btw, i'm using this comment in SFX and the wz10.reg isWindows Registry Editor Version 5.00 I've also use the imported reg from regedit but nothing helpful
  16. Are all the Silent Installer can be applied to WPI?
  17. i'm using nLite. i've downloaded and extracted the .exe nVidia driver. so what should i do next? just select the .INF file in nLite's Integrate Driver option?
  18. any tips on what setup option should be removed? i'm a student and need MS Office, Excel, Powepoint and Frontpage. Appreciated any reply.
  19. is it all silent installer can be run from WPI? sorry newbie to this.
  20. i want it run from WPI. how to do so? with registration info integrated into the installer. newbie.
  21. i don't understand this step. please describe it clearly. i'm a newbie. i'm gonna use WPI to install the software.
  22. any idea on how to create silent installer for ACDSee 8.0 with registration info? step by step please as i'm new to this..
  23. any idea on how to create silent installer for Norton Internet Security 2006 with registration info? step by step please as i'm new to this. btw, i have the retail version of NIS 2006.
×
×
  • Create New...