Jump to content

Smurf22

Member
  • Posts

    23
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

About Smurf22

  • Birthday 08/02/1981

Contact Methods

  • Website URL
    http://

Profile Information

  • OS
    Vista Ultimate x86

Smurf22's Achievements

0

Reputation

  1. Hi Bashrat, Since the new version I'm getting these errors when the slipstream process is writing to the txtsetup file when finishing the slipstream: Error could not write to file Error could not write to file Error could not write to file Error could not write to file Error could not write to file ......etc Do you have any idea what could be wrong? I'am using all driverpacks, method 1, RunOnceEx Thanks in advance
  2. All tools can be found in the support section of your AutoCad CD. I only use Orca to add my personal settings in advance, like name, company name, serialprefix and serial number.
  3. Hi xtentic, Windows Commander is the old name for this program. It's now called Total Commander and it's alreay at version 6.53 You could't try to modify the INSTALL.INF modify some entries under [auto] (see example below') [auto] auto=1 lang=4 (your language, 4 is Dutch) alllang=1 iniloc=C:\totalcmd iniall=1 mkgroup=1 mkdesktop=1 [Languages] Count=15 Default=1 1=English 2=Deutsch (German),d 3=Français (French),f 4=Nederlands (Dutch),n 5=Dansk (Danish),k 6=Norsk (Norwegian),o 7=Italiano (Italian),i 8=Svenska (Swedish),s 9=Español (Spanish),e 10=Èeský (Czech),z 11=Polski (Polish),p 12=Magyar (Hungarian),h 13=Slovenský (Slovak),y 14=Slovenski (Slovene),l 15=Korean,r To get the INF, extract it from the original installer. To register your copy of Total Commander just copy the register key to the install directory. I use this code in a totalkey.cmd witch runs from my RunOnceEx cmdow @ /HID @echo off copy %systemdrive%\Install\Tools\TotalCommander\Wincmd.key "%systemdrive%\totalcmd\" EXIT RunOnceEx entries: REG ADD %KEY%\030 /VE /D "Total Commander 6.53" /f REG ADD %KEY%\030 /V 1 /D "%systemdrive%\Install\Tools\TotalCommander\Install.exe" /f REG ADD %KEY%\030 /V 2 /D "taskkill /F /IM explorer.exe" /f REG ADD %KEY%\030 /V 3 /D "%systemdrive%\Install\Tools\TotalCommander\totalkey.cmd" /f Hope this helps
  4. Hi Mike, Congrats passing your exam Is it normal to have double \\ and %% ? Example: ; Add Device Manager to Right Click Menu of My Computer [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Device Manager\command] @="mmc.exe %%SYSTEMDRIVE%%\\WINDOWS\\SYSTEM32\\devmgmt.msc"
  5. Great work Mike, it looks realy good. But most of the right click functions still don't work for me. Do you have any idea what could't be the problem? keep up the good work
  6. Check out this link BTS WMP 10 Slipstreamer
  7. Try the /QN switch for msn This is my code ECHO. ECHO Bezig met het installeren van MSN Messenger 7.0 start /wait %systemdrive%\Install\Hotfixes\MSN7\MsnMsgs.msi /qn
  8. You could try this in your RunOnceEx REG ADD %KEY%\044 /VE /D "AutoCad 2004" /f REG ADD %KEY%\044 /V 1 /D "%systemdrive%\Install\Autodesk\AutoCad2004\ACAD.MSI /qb ACAD_SILENT_LICENSE=YES" /f This works for my AutoCad 2004 unattended install Or Try to modify the msi installer with "Orca" (it comes with the MicroSoft SDK package) Hope this will help you
  9. If you have a multiboot disk you should check the link below. BTS Unattended Multiboot cd/dvd section
  10. Hi AktiveDesign, You are right about the fact that it ads VIAIDEXP.SYS. But when I tried again (after I uninstalled Xpize) I did not have any problems at all. Maybe you just have to try it again on a clean system or run it from another drive other than C: Hope this helps
  11. Hi there to you all, I'm trying to get Omnipage in my RunOnceEx batch. But I don't seem to get it to work This is the code without any extra quotations REG ADD %KEY%\046 /V 1 /D "%systemdrive%\Install\Scansoft\Omnipage\Omnipage\setup.exe /S /V"ISX_SERIALNUM=xxxxx-xxx-xxxxxx /qn" /f Does anyone have an idea? Thanks in advance
  12. No error messeges, but I still keep getting the badipupdater screen, the kluserconfigwiz screen and the first startup of kazaa! I checked the program names in the taskmanager screen and used those!
  13. Hi Loras, Thanks for the reply. I already tried that before. It doesn't work. I know there are more parameters, but don't realy understand them. Do you?
  14. Hi there, I was wondering if someone has the right parameters for taskkilling badipupdater, the config wizard and the first run of kazaa resurrection 0.0.7.6F. I've searched the forum, but did not find the answer Thanks in advance.
  15. Hi Bâshrat, Here's my list of working devices running with RunOnceEx: Driverpack Chipset: VIA K8T800 (Asus K8V SE Deluxe) Driverpack Graphics A: Nvidia Geforce FX 5600 Driverpack LAN: Marvell Yukon and 3com etherlink (3C905C-TX) Driverpack Massstorage: VIA SATA RAID Controller (Asus K8V SE Deluxe) Driverpack Sound A: Creative Audigy 2 ZS Good luck with future driverpack development P.S. would have PM 'd you but I keep getting some error!!
×
×
  • Create New...