Jump to content

Smurf22

Member
  • Posts

    23
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by Smurf22

  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!!
  16. Tested it on my other computer. It works fine now in RunOnceEx mode I'm going to do a clean install on my first computer, Ill let you know if everything went OK with the install and my system specs! Thanks for the replies
  17. First of al, great job on the driverpacks and slipstreamer, But Nope, never even used nLite before, sorry. Followed every instruction and it works fine, except when I choose RunOnceEx.
  18. Hi there to you all, Fixed my problem. Instead of choosing RunOnceEx I filled in GuiRunOnce It appears when you choose RunOnceEx it deletes some files you still need??? But again I'm no expert in this area.
  19. Hi there to you all. I'm new to this topic and I hope someone can help me with this. After I slipstreamed BtS driverpacks it seems there are missing some files. In the setup window it says: missing file ALIIDE.SYS (fixed that by copying the original file back in to my I386 folder) But then it says missing file: VIAIDEXP.SYS (copying the original VIAIDE.SY_ file did not help. Does anyone have a suggestion? I'm using method 1 with the slipstream process. Thanks in advance
  20. This is the Abcpy.ini file I use. Works fine for me. I also use a .iss file witch I've created to have the installation completly silent. The -s switch should work fine. I hope this is usefull for your installation of IndesignCS.
  21. Hi there, I know it's a topic that has been discussed before, but i'll try again . Is there anyone that knows how to register Quicktime 6 Pro unattended?? I have tried about everything!! Could anyone please help me?
  22. Hi there, Just change the "LUNA.TH_ in I386 1. Unpack the file 2. Change the VisualStyles entry like belowe [VisualStyles] Path=%ResourceDir%\Themes\luna\luna.msstyles ColorStyle=Metallic Size=NormalSize 3. Repack the file using the build in windows cab creator, or use my attached file It works for me
×
×
  • Create New...