
coucou
MemberContent Type
Profiles
Forums
Events
Everything posted by coucou
-
Hi, Since thsi new version 1.8.2.1001 the MAX Connections per dowload and max active downloads here bellow doesn't works anymore. In fact, the added reg entry are taked in account but when you open Flashget/Tools/Options/Connection [Max simultaneous jobs] is resticted to 8. Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\JetCar\JetCar\Connection] "SimJobs"="100" [HKEY_CURRENT_USER\Software\JetCar\JetCar\General] "Max Parallel Num"="100" [HKEY_CURRENT_USER\Software\JetCar\JetCar\General] "MaxSimJobs"="100" Anyone can help with this??? Regards coucou
-
Hi, Finally i installed 1.3RC (NOT RC2)... everything goes fine. I burned my UA WinXP DVD. The only thing i got is, when I statred th Windows install... delete partition, create and format the partition and during the copyying files... I got error message: "Setup cannot copy the file rspndr.adm". I pressed [Esc] to skip that file the install goes fine. When i mad a search file on my UA WinXP DVD, i could find RSPNDR.EX_ RSPNDR.IN_ RSPNDR.SY_ but NOT RSPNDR.AD_ I'll appreciate any help Regards coucou
-
Same error here with 1.3 RC2 I'm going back trsting 1.21 Regards coucou
-
Windows Installer message during the unattended install
coucou replied to coucou's topic in Application Installs
Well thought MHz TNX -
Windows Installer message during the unattended install
coucou replied to coucou's topic in Application Installs
TNX all @MHz: As i have many .msi prog to install with WPI and the error message appear any time, I think i should use the second script "Wait for a process (wpi) to close before ending the loop". The problem is i cant' find what process it is, since wpi is launched by wpi.hta file. @Shark007: Before relaunching this thread on Jan 12 2007, I've tested a new install on a virtual machine with a very restricted progs list and got the the Windows Installer error message. Here bellow the .msi progs in that restricted progs list: prog[pn]=[] desc[pn]=['<CENTER><b>Microsoft .NET Framework 1.1.4322.2032 SP1</CENTER></b><br>RyanVM Package Switchless Installer.'] cmd1[pn]=['%cdrom%\\software\\NetFramework\\dotnet11sp1.exe'] dflt[pn]=['yes'] cat[pn]=['System Tools'] ordr[pn]=[1] pn++ prog[pn]=['MD5win32'] desc[pn]=['Hash reader make sure you have the downloaded file intact.'] cmd1[pn]=['%cdrom%\\software\\RightClick\\MD5_Hash\\md5win32.msi /qn'] dflt[pn]=['yes'] cat[pn]=['Right-Click Tweaks'] ordr[pn]=[725] pn++ prog[pn]=['QuickSFV 2.32'] picf[pn]=['QuickSFV.gif'] desc[pn]=['<b>Quick Verification</b><br>QuickSFV was designed with one goal ... to be quick! Existing SFV file verification programs were slow and cumbersome to use.'] cmd1[pn]=['%cdrom%\\Software\\RightClick\\QSFV\\qsfv232.msi /qb'] dflt[pn]=['yes'] cat[pn]=['Right-Click Tweaks'] ordr[pn]=[782] pn++ prog[pn]=['PathCopyEx'] desc[pn]=['A very simple shell extensionthat copies the text path of any file/folder in Explorer to the clipboard. Saves a bit of time on all those annoying Browse for Folder windows!'] cmd1[pn]=['%cdrom%\\Software\\RightClick\\PathCopy\\PathCopyEx.msi /QN'] dflt[pn]=['yes'] configs[pn]=['Corporate, HEN'] ordr[pn]=[780] pn++ As you can notice, only NET Framework 1 (RyanVM Package Switchless Installer) is 7zip switchless installers using msistub.exe. Moreover, this last year i made many UA/WPI installations; NET Framework 1 is the 1st prog to be installed and as far as i can remember i never got the Windows Installer error message at that 1st prog install. Regards coucou -
Windows Installer message during the unattended install
coucou replied to coucou's topic in Application Installs
Hi, Sorry MHz, i never come back to you after everything rebuilded. In fact, I had set yr recommended modifications. without success. Moreover, i get that message any time, not necessarily the above quoted programs throws the Windows Installer error. Is there anyhow to get ride from this error message? like to run in background an AutoIt script staying alive during all the WPI prog installation (>100), and close this messge everytme opened? Regards coucou -
TNX Shark i'll give a try coucou
-
Hi Shark, Glad you're back from holidays and Happy new 2007. May you enlighten me regarding my post Here above? Regards coucou
-
Here bellow my AutoIt file, wchich close Readme.htm. PDVD72sim.exe is sfx winrar archive copying "PowerDVD.sim" to C:\Program Files\CyberLink\PowerDVD\ folder and copy the and + "CLAud.sim" to C:\Program Files\CyberLink\PowerDVD\AudioFilter\ PDVD72.au3 RunWait("setup.exe") WinWaitActive("CyberLink PowerDVD - Microsoft Internet Explorer", "") For $i = 1 To 10 Step 1 If WinExists("CyberLink PowerDVD - Microsoft Internet Explorer", "") Then WinClose("CyberLink PowerDVD - Microsoft Internet Explorer", "") Else ExitLoop EndIf Next Sleep(500) RunWait("PDVD72sim.exe") Sleep(500) RunWait('RegEdit /S "PDVD72.reg"') You may add reg entries here bellow, "UI_NonTrial" particularly.PDVD72.reg [HKEY_LOCAL_MACHINE\SOFTWARE\CyberLink\PowerDVD] "NO_CK"=dword:00002710 "VCPSRealKey"=dword:00002710 "noRunReg"=dword:00000001 "KeyUpdate"=dword:00000003 "CPNAV"=dword:00000003 "MustUpdateKey"=dword:00000003 "CLH264"=dword:00000001 "CDKey"="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx-xxxxx" "BuildInPacks"="Notebook Pack, MPEG4 AVC Pack" "UI_RMK"="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx-xxxxx" "UI_PMK"="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx-xxxxx" "HasCDKEY"=dword:00000001 "UI_NonTrial"=dword:00000000 Enjoy coucou
-
Cyberlink PowerDVD 7.2 ULTRA Here the silent installation for Cyberlink PowerDVD 7.2 ULTRA 1) Follow muiz method HERE with a small add. Here the add: 1) instead of Then go to your power dvd folder and copy the "PowerDVD.sim" file to the folder wher you extracted your setup. do this Then go to your C:\Program Files\CyberLink\PowerDVD\ folder and copy the "PowerDVD.sim" + C:\Program Files\CyberLink\PowerDVD\AudioFilter\"CLAud.sim" files to the folder wher you extracted your setup. I made many test and noticed, that sometimes the .sim files are not taken in account during the installation. To be sure that they're installed, after the silent install copy the .sim files to your your \Powerdvd\ and \PowerDVD\AudioFilter\ folders. Or use Winrar and make an sfx archive to automatically and sillently copying them. 2) Follow snajay registry settings HERE Enjoy coucou
-
Many TNX to WPI team throughout a wonderful New Year that's happy from the start... Although its reply to almost experctations, allow me to be disappointed. In fact, mritter promise (nearly) HERE that "SORT install order" function will be added in 5.6 rev. Hope for the nexe rev... Again Many TNX coucou
-
Hi Shark007, First of all throughout a wonderful New Year that's happy from the start... I spent 2 days try repacking Adobe Reader 8 without success... I couldn't get the folders (Common, CommonAppData, program files and Windows) and the .msi file like in yr ar8lite_eng.exe. In fact, like everybody i downloaded the original AdbeRdr80_en_US.exe, launched it and recover from C:\Documents and Settings\Administrator\Local Settings\Temp\Adobe Reader 8.0 the files Abcpy.ini, AcroRead.msi, Data1.cab, setup.exe and Setup.ini (39MB). At this point, with reader 7.0x it was possible to launch an administrative install (setup.exe /a) to recover all folders and .msi file like yours. There is no more administartive install with reader 8, swithes available but should keep 39MB (swithes: /sPB - silent mode with progress bar; /rs - reboot suppress; /rps - reboot prompt suppress; /ini "path" - alternative initialization file; /sl "lang_id" - set language; /l - enable error logging; /msi [command line] - parameters for MSIEXEC). By launching (reader 8) setup.exe i could get the Common folder in C:\Program Files\Common\"Adobe" CommonAppData in C:\Documents and Settings\All Users\Application Data\"Adobe" program files in C:\Program Files\"Adobe\Adobe Help Viewer" and C:\Program Files\"Adobe\Reader 8.0 regarding Windows i had to find the files in C:\windows\System32 and C:\windows\winsxs. When i got all those folders and files, AcroRead.msiwas NOT able to install the reader8, it looking for Data1.cab. Just for my knowledge, may you be kind to unveil yr know how. Regards coucou
-
Sorry but NO. You'll got only LAN IP. It's my case.coucou
-
Here enclosed the best WAN and LAN IP i found MyIP-Address.html is 1K java prog IP2 v1.04 (14K) from http://keir.net/ip2.html they are other small usefull prog there. coucou TXTSETUP.7z
-
TNX Speeddymon for yr reply... No news under the sun Can't beleive that nobody can help with this. Is ther NO registry enabling language??? Regards coucou
-
Hi, I prepared an UA WinXP and appz supporting several languages. I use to install the appz in the required language then i check all the files one by one for Properties/Version/Language, until i found all the files concerned by that language. Then simply by replacing those "language files" i get the normal appz in the required language. This method is valid for almost all softwares, but very "laborius" to check manualy file by file. Is there any how to add a "language" column in Windows Explorer as well as Name, Size, Type, Date, Version... columns like in Vista?? Regards coucou
-
To display a language column right click the header area where Name, Size, Type, Date are displayed and if you dont see language in the list, at the bottom, click more.. place a check next to language. shark STRANGE I checked on 2 PCs, there is NO language column option. Is there anyway to enable it via a registry?? coucou
-
Hi Shark007, To detect the Live Messenger "languages" files here above (lcres.dll, msgslang.dll, msncallres.dll and msvsui.dll), i checked all the files one by one for Properties/Version/Language see image here bellow. This method is valid for almost all softwares, but very "laborius" to check manualy file by file. Do you know how to diplay in Windows Explorer a "language" column as well as Name, Size, Type, Date, Version... columns?? Regards coucou
-
YES sir... tested many times working coucou
-
Hi, I started installing a router and looking for what command display my IP (WAN) information like the IP address (assigned by my ISP), the ISP gateway address and Primary/Secondary DNS addresses. or is there any small tool/utility for that??? TNX for yr help Regards coucou
-
Hi, Right now i've installed "Windows Live Messenger 8.0.0812" French, English and Hebrew and check what files support the language in use. Here thet are: lcres.dll msgslang.dll msncallres.dll msvsui.dll Furthermore, i build SFX archive for each language (it's silent copy the files to "MSN Messenger" folder), then I installed yr wonderful "Livemess" 'As Is' and just run the SFX archive language... IT WORK'S. Here bellow the SFX archive for each language French MD5: efd075245476ed84e02168621e4566c3 English MD5: 5893d1ca983664b653493478ab4732ee Hebrew MD5: 2c1fd11bab58829873e4ce2077455c02 Enjoy coucou
-
Hi, Anyone got success to make it silent istall??? TNX to share coucou
-
Hi Shark TNX for the wonderful Windows Live Messenger - version 8.0.812 multilingual May you let me know what language are supported? Regards coucou
-
As far i remember i did not use "Hide PC In Workgroups/Domain" in Network Tweak. May someone tell me what reg to check for that function??? Is there a reg to check/modify enabling to use Computer Names instead of IP. Regards coucou
-
Hi, Here the AutoIt script file for DivX 6.4 Create Bundle This script support English and French langage, tested working. Works with computer connected or not connected to the Internet. Enjoy coucou