
coucou
MemberContent Type
Profiles
Forums
Events
Everything posted by coucou
-
Hello, I ripped an original music CD with ImTOO CD-Ripper 1.0.32 build 406 with success.The default encoder for that ripping was Lame MP3 Encoder (version 1.3). Then i burned an MP3 CD. I can listen those mp3 musics on my PC. But why I've NO sound on my home/car CD???. TNX for yr help coucou
-
wpi.cmd to wpi.exe silent no screen
coucou replied to Astalavista's topic in Windows Post-Install Wizard (WPI)
TNX Asta this kind attention by updating the wpi.exe. I'll give a chance to test it and let you know further. As in my case, after the WinXP install 1st boot, i got "Software\wpi\wpi.exe not find." error message. Then, I opened windows Explorer, click on DVD Software\wpi\wpi.exe and i got "There is no disk in the drive. Please, insert disk into the drive [Cancel] [Try again] [Continue]" error message. May you pls confirm my following files before starting test this updated wpi.exe. cmdlines.txt [COMMANDS] "RunOnceEx.cmd" RunOnceEx.cmd cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY%\001 /V 1 /D "%CDROM%\Software\WPI\WPI.exe" /f 1) I've put my WPI.exe in %CDROM%\Software\WPI Folder. Does this path is correct? 2) Should be "EXIT" at the end of RunOceEx.cmd? 3) In order to detect the cdrom, should be inserted at the top of RunOnceEx.cmd? for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\WIN51 set CDROM=%%i:If so, is there no interference with this exact CD detection line in wpi.exe??? 4) Does this wpi.exe works with both wpi release 3.5 and 3.51? Regards coucou -
TNX Bâshrat for replying... I've 1 more stupis questions... for 1cts.. 1) At the end of slipstreaming it asking (see enclosed image) -a Chose methode of finishing installation GuiRunOnce or RunOnceEx [Experimental] Does the RunOnceEx is not improved??? -b Choose order of execution of RunOnceEx ... 3 digit 937 by defaut. What it's mean??? Moreover, I noticed that my RunOnceEx wasn't modified and a "BTS_DPs_ROE.cmd" command line was added to my cmdlines.txt file. It's mean that yr Driver pack will be added after RunOnceEx and at the end of all installtions (programs + registry tweaks...). It is not better to install yr driver packs before RunonceEx? (programs + registry tweaks...). c) Choose to keep the drivers or not I coosed Y.What that means? What if i've choosed N, does all driver packs in OEM folder will be deleted and saving space(>140MB)??? and then, the added diver files (6MB) in I386 folder are enough to update my XP_CD??? Regards coucou
-
Hello, Is my first time using Bashrat drivers. I'm trying to DO EXACTLY as the instructions say, but i'm a bit confused with Step2 "Now simply copy ALL FILES AND FOLDERS IN the folder UWXPCD_ROOT (so THE CONTENTS ONLY) to the root of your UWXPCD" The folder where is my I386 is XPCD_SP2 (XPCD_SP2\I386). So, do i have to rename my folder XPCD_SP2 to UWXPCD??? Regards coucou
-
Here the new SIPMLE way to silent install this staf, SpySweeperSetup_EN.exe /VERYSILENT /KC=XXXX-XXXX-XXXX-XXXX-XXXX when XXXX-XXXX-XXXX-XXXX-XXXX is yr serial number Tested Working Enjoy coucou
-
Wooowww, TNX Lost Soul, very usefull color chart coucou
-
TNX stasys44 coucou
-
TNX Lost Soul BTW, where do i find the color hexa codes??? In other word what color is #FFFF00, #FFFFFF? I put in blind #111111 i got black color. Regards coucou
-
REQ Virtual CloneDrive 5111 silent method
coucou replied to Astalavista's topic in Application Installs
@MHz: I tested today yr .au3 installer with the latest release Virtual CloneDrive 5.1.1.1 , It check for unsigned drivers NOT close the reboot dialog. Here bellow i made mine which check for unsigned drivers and close the reboot dialog. Tested working Enjoy coucou -
Here I found how to disable and remove a special icon in the tray For example when installing CloneCD, it create a CloneCD Tray icon. Here the .reg file to disable and remove it Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run] "CloneCDTray"=- as the register need to be refreshed, the icon tray will be removed on next reboot. BTW: i added this reg disable and remove line to my Key.CloneCD.reg Regards coucou
-
TNX all for yr help, Finally i used Achdine way nircmd.exe win close title "C:\Documents and Settings\Administrator\Start Menu\Programs\hkSFV" Regards coucou
-
Help on my 1st Unattended release
coucou replied to coucou's topic in Windows Post-Install Wizard (WPI)
Oooops!!! Yeah! I'm runing astalavista wpi.exe instead of wpi.cmd. It is not a wpi.exe or .cmd problem. As you wrote .The problem is still in RunOnceEx.cmd. 1) Should be "EXIT" at the last line? 2) Should i insert at the top of it for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\WIN51 set CDROM=%%i:in order to detect a cdrom??? If so, what happens with this exact CD detection line for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\WIN51 set CDROM=%%i:inside wpi.exe or wpi.cmd??? TNX for any help coucou -
Hi, I have 2 questions about this tool. 1) I found the silent install switch for hkSFV 2.0 utility. hksfvSetup.exe /S. The problem is that the (Windows Exlporer) group of this utility is opened at the end of the installation. when itested taskkill.exe /F /IM explorer.exe all my desktop was cleared and i had to reboot. Is there any how to close that group??? 2) What difference between taskill and pskill TNX coucou
-
Hi, I prepared and tested my first Unattended WinXP + Appz (WPI) DVD. I got some errors, these will be corrected in my next release. My main error is after the WinXP install 1st boot, i get "Software\wpi\wpi.cmd not find." error message. I opened windows Explorer, click on DVD Software\wpi\wpi.cmd this time i got "There is no disk in the drive. Please, insert disk into the drive [Cancel] [Try again] [Continue]" error message. i clicked about 3 times on [Cancel] then i got WPI started and i could install everything. I've no command for wpi in my winnt.sif. WPI is launced through cmdlines.txt [COMMANDS] "RunOnceEx.cmd" RunOnceEx.cmd cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY%\001 /V 1 /D "%CDROM%\Software\WPI\WPI.exe" /f wpi.cmd as standard i did not copy all of it in this axample. @ECHO OFF for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\WIN51 set CDROM=%%i: echo Found CD-Rom as drive %CDROM% .... .... start /wait WPI.hta exit I'm suspecting RunOnceEx.cmd problem. 1) Should be "EXIT" at the last line? 2) Should i insert at the top of it for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\WIN51 set CDROM=%%i: in order to detect a cdrom??? If so, what happens with this exact CD detection line for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\WIN51 set CDROM=%%i: inside wpi.cmd??? TNX for any help coucou
-
Hello, Is there anyhow to change color timer from yellow to a dark color like midnight blue or dark red??? TNX for yr help coucou
-
TNX a lot coucou
-
@bledd: YES!@jaclaz: TNX for the links, it's redirected me to SFiorito Instructions for making an "embedded" XP installation. Unfortunately, mp3car.com site is dead. Regards coucou
-
TNX clavicle, I knew about this utility, it's specially made for Booting for a USB... flash memory, CD anything connected to USB port... I'm afraid my memory card is not connected to a USB port. When i display my System properties \ Peripheral Management i get: Peripheral Type: Smartcard controller Manufacturer: Winbond Smartcard Reader Site: Intel 82801 FB LPC Interface Controller 2640 Regards couocu
-
Hi, It is possible to boot from SanDisk Memory Card (DOS or WinXP) TNX for any info coucou
-
Hi, I just realize that for each Bluetooth (BlueSoleil) driver there is an .inf file which call it's .cat file (see blueletaudio.inf example here bellow) ------------------------------------------------------------------------ ; blueletaudio.inf ; IVT Bluelet Virtual Audio Adapter Installation Script ; For Windows98SE/ME/2000/XP ; ; Copyright (c) 2000-2004, IVT Corporation. ; http://www.ivtcorporation.com ; http://www.bluesoleil.com ; ;------------------------------------------------------------------------ [Version] Signature="$CHICAGO$" Class=MEDIA ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318} Provider=%ProviderName% CatalogFile=BlueletAudio.cat DriverVer = 13/10/2004, 1.1.2 ;LayoutFile=layout.inf, layout1.inf, layout2.inf Do I have to delete this call from the .inf files like in this example "CatalogFile=BlueletAudio.cat" line ??? Regards coucou
-
TNX for this info coucou
-
Hi, Finally, I could open the (Installshield) .cab files with ZipScan. I could found only Smart Card Reader ->wbscrxp.cat All Other .cat files here bellow are from Blue Soleil 1.4.95 release 050124. blueletaudio.cat blueletfaxmdm.cat blueletmdm.cat btcusb.cat bthidmgr.cat btnulmdm.cat netbt.cat vbtenum.cat vcomm.cat vcommmgr.cat As I have all the .cab files opened, Is there any how to build the .cat files??? Does anyone have those .cat files??? As I'm integrating the drivers with nLite 0.99 Does nLite need these .cat files??? Regards coucou
-
Hi, I'm trying to integrate my PC drivers in my Windows XP to be unattended. To do that i'm using Driver Genius Professional Edition. It working quiet good. Unfortunately this time it collect the following .cat files with a 0K size (empty) blueletaudio.cat blueletfaxmdm.cat blueletmdm.cat btcusb.cat bthidmgr.cat btnulmdm.cat cmudax.cat netbt.cat vbtenum.cat vcomm.cat vcommmgr.cat wbscrxp.cat I do a search on my c: disk and on the my original CD drivers... nada! Infact i found folder drivers with a data1.cab and data1.hdr files, perhaps they contain my needed .cat files. I had no suucess to open those files with any compressor (winzip, winrar, 7zip) and they are not recognized by expand or extract commands. Is there anywhere to download cat files??? What tool to open those .cab and .hdr files??? TNX for any help coucou
-
Yeah!!! I had "register spy sweeper now" too and i deleted it because it doesn't detected. I think it detected in the first install. As I had to install many times for testing and building the AutoIt installer, the "register spy sweeper now" wasn't anymore dectected and the install stoped. Anyway... Good Job coucou
-
HI, Here my contribution. 1) I build a AutoIt installer here enclosed. Tested Working. Before running it, please enter yr registration code in line 5 Send("XXXX-XXXX-XXXX-XXXX-XXXX") Moreover, I added a Send("{SPACE}") command this will uncheck the "Run Spy Sweeper Now". Therefore, "taskkill /F /IM SpySweeper.exe Enjoy coucou " is not more needed