http://www.maxthon.com/
I use this switch : maxthon.exe /S /NCRC
thanks
Posted 03 October 2004 - 07:14 AM
Posted 03 October 2004 - 08:40 AM
Posted 03 October 2004 - 09:58 AM
Posted 03 October 2004 - 10:27 AM
atlas95, on Oct 3 2004, 09:28 PM, said:
Posted 03 October 2004 - 11:15 AM
Posted 04 October 2004 - 03:50 AM
Posted 05 October 2004 - 12:44 AM
; remember Maxthon setup folder [HKEY_CURRENT_USER\Software\Maxthon] "Folder"="C:\\Program Files\\Maxthon"
;Make Maxthon the default browser from Start Menu ;Set the Start Menu sticky apps [HKEY_CURRENT_USER\Software\Clients\StartMenuInternet] @="Maxthon" ; Give details for the Internet Browser (as mentioned above) [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\Maxthon] "LocalizedString"="Maxthon Web Browser" [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\Maxthon\shell\open\command] @="C:\\Program Files\\Maxthon\\Maxthon.exe" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\Maxthon] @="C:\\Program Files\\Maxthon\\Maxthon.exe" "Path"="C:\\Program Files\\Maxthon"15. That's all. Make your CD and it should work. No IE, only Maxthon.
Posted 05 October 2004 - 12:55 AM
Posted 05 October 2004 - 01:33 AM
MCT, on Oct 5 2004, 12:25 PM, said:
Posted 05 October 2004 - 01:42 AM
[VERSION] Signature=$CHICAGO$ [DefaultInstall] AddReg=maxthon [maxthon] ; remember Maxthon setup folder HKCU,"Software\Maxthon,"Folder",0x00000000,"%16422%\Maxthon" ;Make Maxthon the default browser from Start Menu ;Set the Start Menu sticky apps HKCU,"Software\Clients\StartMenuInternet",,,"Maxthon" ; Give details for the Internet Browser (as mentioned above) HKLM,"SOFTWARE\Clients\StartMenuInternet\Maxthon","LocalizedString",0x00000000,"Maxthon Web Browser" HKLM,"SOFTWARE\Clients\StartMenuInternet\Maxthon\shell\open\command",,,"%16422%\Maxthon\Maxthon.exe" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\Maxthon",,,"%16422%\Maxthon\Maxthon.exe" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\Maxthon","Path",0x00000000,"%16422%\Maxthon"
rundll32 setupapi,InstallHinfSection DefaultInstall 128 .\maxthon.inf
Posted 05 October 2004 - 12:54 PM
REG ADD %KEY%\105 /VE /D "Maxthon 1.1.039" /f REG ADD %KEY%\105 /V 1 /D "rundll32 setupapi,InstallHinfSection DefaultInstall 128 .\maxthon.inf" /f
Posted 05 October 2004 - 01:35 PM
rundll32 setupapi,InstallHinfSection DefaultInstall 128 %SystemDrive%\install\Applications\maxthon.infThere's no real compulsory location to place your INF. Just keep the INF where you want, and tell the command to run it from that location, that's all.
Posted 05 October 2004 - 01:45 PM
Quote
Posted 05 October 2004 - 02:09 PM
rundll32 setupapi,InstallHinfSection DefaultInstall 128 %SystemDrive%\install\Applications\maxthon.inf
REG ADD %KEY%\105 /V 1 /D " " /f
Posted 05 October 2004 - 02:37 PM
Rodent, on Oct 6 2004, 01:39 AM, said:
rundll32 setupapi,InstallHinfSection DefaultInstall 128 %SystemDrive%\install\Applications\maxthon.inf
Posted 05 October 2004 - 06:34 PM
Posted 05 October 2004 - 07:40 PM