
coucou
MemberContent Type
Profiles
Forums
Events
Everything posted by coucou
-
Switchless Silent Installers, RVM/nLite Addons, .MSI Files
coucou replied to RogueSpear's topic in Application Installs
that's what i understood and that's what I precisely needed!!!I dpn't know if WPI can launch a VBscript. Then, may you you write a cmd installer??? Regards koukou -
Hi, Here a Roxio Easy Media Creator v8 Suite AutoIt installer Tested working on several machines Please type yr serial "XX-XXXXX-XXXXX-XXXXX" without dash "XXXXXXXXXXXXXXXXX" Enjoy coucou
-
Switchless Silent Installers, RVM/nLite Addons, .MSI Files
coucou replied to RogueSpear's topic in Application Installs
@RogueSpear: Great job, i dreamed for it you did it. TNX!!! Neverless, i have "0" VBS knowledge and NOT use RunOnceEx. On the other hand, i have mor knwledge of AutoIt, cmd and i use WPI. How can i use yr installer with WPI??? or, Can you write a cmd installer??? @muiz: As I understand, yr download is VMwareTools 5.5. Isn't it???It is possible to use it with the latest VMware 5 version ??? Regards coucou -
MISC | No mouse control in VMWare during uA Win XP install
coucou replied to coucou's topic in The General Stuff
Sorry for reply delay, Iwas out, and still out for a week. I'll test with the latest RyanVM updated as advised by Fencer and let you know. BTW, is there anything new with Drivers packages regarding VMWARE 5.0??? Regards coucou -
Hi, I'm looking for a UA install which automatic select the language version English or French. I have the Nero 7 Engish version (102MB). I couldn't find a (French) Language addons files as for the precedent versions. Should I run Nero French version (108MB)??? or I noticed that that Nero.msi and Redist\Conf.txt are language depend... They should be more... Does anyone know what are the determining files language??? Regards coucou
-
Hi, I started testing my UA DVD (RyanVM update pack 1.3.1, then disable SFC/WFP and add some tweaks with nLite 1.0RC1 and ended with the latest Bâshrat the Sneaky driver packs and WPI for appz installing) on VMware. Everything seems to works fine. Neverless, after the last boot, i have not the mouse control to select the appz to be installed with WPI. I must run VMware tools to get it. Therefore, I stop wpi running. Is there any command or driver to add in order to get the mouse control??? Regards coucou
-
PROB| BTS_DPs_finish.cmd and WPI run concurrently after the 1st reboot
coucou replied to coucou's topic in The General Stuff
cmdlines.txt, RunOnceEx.cmd and wpi.cmd are in $OEM$ directory. WPI is called from cmdlines.txt here bellow [COMMANDS] "RunOnceEx.cmd" "WPI.cmd" Here my wpi.cmd @ECHO OFF REM Example, how to look for CDROM-drive. Must have WPI.ico at the root of the CD. REM 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:\wpi.ico set CDROM=%%i: REM echo Found CD-Rom as drive %CDROM% REM Determine the WPI startup path. REM if wpi should run off the cd the replace %~dp0 with %cdrom%. REM set wpipath=%~dp0 set wpipath=%CDROM%\Software\WPI REM Hide this command window. %wpipath%\Tools\cmdow.exe @ /hid REM Force resolution to needed size for wpi interface. REM --start %wpipath%\Tools\VideoChanger.exe 1280x1024x32@85 -q REM Font installation - the smooth and customizable way. REM --start /wait %wpipath%\Tools\fonts\fontinstaller.exe REM Special registry tweak needed. regedit /s "%wpipath%\common\wpi.reg REM Make WPI directory the current directory. for /f "delims=: tokens=1" %%i in ("%wpipath%") do %%i: cd "%wpipath%" REM Start WPI and wait for its end REM start /wait %windir%\system32\mshta.exe "%CD%\wpi.hta" start /wait WPI.hta REM Cleaning up the desktop. del /s/q "%userprofile%\desktop\*.lnk" REM Rebooting the sytem to finalize the installation process. --shutdown.exe -r -f -t 30 -c "To finish installations WPI will now reboot in 30 sec..." exit :end I chose method 1 to run BTS_DPs_finish.cmd with RunOnceEx.cmd here bellow cmdow @ /HID @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: SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY%\001 /V 1 /D "%CDROM%\Software\WPI\WPI.cmd" /f REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx /V TITLE /D "Finishing BTS DriverPacks" /f REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\937 /VE /D "BTS DriverPacks: finishing..." /f REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\937 /V 1 /D "%SystemDrive%\D\BTS_DPs_finish.cmd" /f Regards coucou -
PROB| BTS_DPs_finish.cmd and WPI run concurrently after the 1st reboot
coucou replied to coucou's topic in The General Stuff
TNX Bashrat for replying, We are 2 people (2 threads) with the same problem. As far as I'm concerned i'm using RunOnceEx HERE my post. and HERE TazzDevil post using GuiRunOnce. What do you think about that??? Regards coucou -
Hi, I almost have my UA CD done. I added RyanVM update pack 1.3.1, then disable SFC/WFP and add some tweaks with nLite 1.0RC1 and ended with the latest Bâshrat the Sneaky driver packs. Then I added my WPI 4.3.5 and all the prepared appz. Everything seems to work exept the following problem. When the system boots for the first time it runs the Bâshrat cmd file and starts WPI all at the same time. When before it stayed at a blue screen did each of the tasks in order, then booted to the regular desktop. Any help will be appreciated coucou
-
Hi, I almost have my UA CD done. I added RyanVM update pack 1.3.1, then disable SFC/WFP and add some tweaks with nLite 1.0RC1 and ended with the latest Bâshrat the Sneaky driver packs. Everything seems to work exept the following problem. When the system boots for the first time it runs the Bâshrat cmd file and starts WPI all at the same time. When before it stayed at a blue screen did each of the tasks in order, then booted to the regular desktop. Any help will be appreciated coucou
-
GUIRunOnce "running out of control"
coucou replied to TazzDevil's topic in Unattended Windows 2000/XP/2003
Hi TazzDevil, I have exactly the same problem like you although i used cmdlines.txt +RunOnceEx.cmd (call bashrat) and WPI.cmd. Cant't find any solution... TNX to let me know hw you solve that problem if you did Regards coucou -
TNX MHz for the info... unfortunately it doesn't make me to move forward. In fact, not only the RunOnceEx.cmd run but WPI.cmd also run and start installing the appz, before Windows XP installation has finished. Well, is there any command to make RunOnceEx and WPI waiting until the Windows XP installation END??? Regards coucou
-
Hi, When I insatll my my UA DVD (WinXP +appz), the cmdlines.txt is executed (about 30 min) before Windows installation has finished. Here my cmdlines.txt: [COMMANDS] "MakeMapCD.cmd" "RunOnceEx.cmd" "WPI.cmd" Is there any how to prevent cmdlines.txt to be executed until the Windows installation ends. Regards coucou
-
@Zxian: As i wrote above, a year ago, I created an adminstrative install point to slipstream my Office 2003 to Office 2003 SP1 coucou
-
It's normal. That what i obtained after slipstreaming. after archiving to .exe with 7zip i got 240MB. coucou
-
Finally i got success to update SP2. I want to share the how to update a Slipstreamed Office 2003 SP1 to SP2. Use the excellent guide on how to Office 2003 - Slipstreaming We don't need the "Section 1 - Creating an Administrative Installation Point" Go directly to "Section 2 - The Slipstreaming Process" Copy the Slipstreamed Office 2003 files in X:\Office2003\ Unpack the Service Pack 2 in X:\Office2003\SP2 Unpack the Outlook 2003 Junk E-Mail Filter update (KB904631) in X:\Office2003\Updtaes Then run the appropriate commands Slipstreaming Service Pack 2 msiexec /p X:\Office2003\SP2\MAINSP2ff.msp /a C:\Office2003\PRO11.MSI SHORTFILENAMES=TRUE /qb msiexec /p X:\Office2003\SP2\OWC11SP2ff.msp /a X:\Office2003\OWC11.MSI SHORTFILENAMES=TRUE /qb Slipstreaming the Junk E-Mail Filter Update (KB904631) msiexec /p X:\Office2003\Updtaes\OUTLFLTR.msp /a X:\Office2003\PRO11.MSI SHORTFILENAMES=TRUE /qb That's it coucou
-
Office 2003 - Office XP Updates plus Slipstreamer
coucou replied to Xable's topic in Application Installs
Hi, Just a clarification... 1) Does Office 2003 SP2 update include Office 2003 SP1??? 2) Do I need to update my Office 2003 CD to SP1 then to SP2??? 3) What if i've a slipdtreamed Office 2003 SP1, can i slipstream SP2 over it??? TNX coucou -
Umm... it takes all of 10 minutes to do the actual slipstreaming. Just keep your setup.ini and Unattended.mst files from the previous install and copy them back when you're done slipstreaming. Then throw the whole thing into 7-zip and let it chug away for a while... Without the compression itself, it takes about 10-15 minutes for me...Not to mention the space savings that you get by slipstreaming/compressing. <{POST_SNAPBACK}> Hi Zxian, I wanted to install SP2 silently because i don't remember all what i did a nearly year ago !!! I kept all the uncompressed slipstreamed SP1 somewhere in my hard disk. May you be kind to let me know step by step how to proceed??? Regards coucou
-
Hi all, I had slipstreamed O2k3 + SP1 and made ans archived them w<ith 7zip as one .exe file. It works just fine. I"m not be see to spend much time to REslipdtream SP2... Then is there anyhow to install SP2 SILENTLY??? Regards coucou
-
the patche works just fine. It create a new file msnmsgr.exe which i sfx and replace the original installed one for UA install. coucou
-
How does works the new user option "configlist"
coucou replied to coucou's topic in Windows Post-Install Wizard (WPI)
WOOOWWWWW it works Thanks coucou -
How does works the new user option "configlist"
coucou replied to coucou's topic in Windows Post-Install Wizard (WPI)
TNX for yr help! Sorry to bothering you again with configlist problem I modified in useroptions.js file var configlist to config.js all configs[pn] to When i select 'Home' I get ALL appz checked. When i select 'Corporate' or 'HEN' I get only the 1st appz checked Here bllow a sample of my config.js file Do i did something wrong??? Regards coucou -
How does works the new user option "configlist"
coucou replied to coucou's topic in Windows Post-Install Wizard (WPI)
Well though BTW, can i import the following files from the previous 4.3.5 version??? wpi.css, wpi.htm and config.txt Last but not least question, what file handle the audio and what modification to disable the audio from that file TNX again coucou -
How does works the new user option "configlist"
coucou replied to coucou's topic in Windows Post-Install Wizard (WPI)
TNX for the advise, I've downloaded the freshest copy and tested again without any mofication. 123 Renamer and AutoIt 3 are checked when 'Home' selected. No appz checked when 'School' or 'Buisness' selected... Strange!!! Regards coucou. -
How does works the new user option "configlist"
coucou replied to coucou's topic in Windows Post-Install Wizard (WPI)
Sorry to insist kelsenellenelvian, still is not clear! I try playing with the downloaded 4.3.5 without any modification. I found there Home School and Business for configlist. Actually, the options wizard contain "Check on Load" = 'Default' "List of configurationchoices" = 'Home, School, Business'. the config.js 123 Renamer has configlist=['Home'] AutoIt 3 has configlist=['Scholl, Home'] AutoPlay Menu Builder has configlist=['Scholl'] 7-Zip 4.15b has configlist=['Buisness'] By launching WPI i get all 'Default" appz checked. On the drop down box i select 'Select None' all appz are unchecked. Then by selecting 'Home' or 'School' or 'Buisness' NOTHING HAPPENS, (none of the above appz in config.js are selected) Regards coucou