Jump to content

Dynaletik

Member
  • Posts

    668
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by Dynaletik

  1. But how can I get the regkeys that xpize creates? For the Dosbox color, i mean. And can I get out the cpl file for Adobe Gamma? And are there other cpl files that XPpize changes? Please help. BTW, I tested this two hours ago and this is awesome!!! I will definitely use it.
  2. No problem, helping is what we are here for.
  3. I added both. They have different Device IDs. My controller is called Si3114r, but it won't run with the normal driver. Only with the r5 driver my PC runs well. With the normal Raid driver my PC doesn't even boot when I try to install it manually. So I have to use the r5 driver. But when I put them both onto the Cd, Windows takes out the r5 driver automatically.
  4. Just a notification: On my Mainboard Asus also put the Si3114r, but I have to install the Si3114r5 driver on it. Perhaps this can help you. On my Unattended DVD i put both, the Si3114r and the Si3114r5 driver and it works. So just integrate the si3114r5 driver, too.
  5. Didn't hear of it. I'll give it a try. But is it available in german language? EDIT: Just looked at the PDF Reader. I will continue using Acrobat Reader. Need german language, because my UA-DVDs are even for friends who love german programs.
  6. I just wanted to mention, that an update for Adobe Reader 7.0 is available. It has got the version 7.01 and adds more security to AR. I picked out the .msi file and uploaded it to my server, so you can download it here. Installation switch is AR701Update.msi /qb-! i think. For me it works. This Update should even work for the Acrobat. (Didn't test it).
  7. You just wrote my thoughts. I got the same opinion. It's a pitty that I bought an GeForce VGA Card to enable SLI, so I hope NVIDIA does the same.
  8. There are also entries for Win XP x64 in the .inf files of the drivers. So perhaps ATI is on the way to unite the drivers into one package.
  9. I think it has to do with the Service Pack 2. After extracting the driver (Version 5.3 non CCC) go to the folder "C:\ATI\SUPPORT\wxp-w2k-catalyst-8-111-050222a-021277c\WDM_All" (default path) Now there are the subfolders "WDM_NSP" and "WDM_SP". In each of these folders there is the .cab file with the driver and an .ini file. Look into the .ini files und you will find the lines Req_NSP_SP=1 and Req_NSP_SP=2 Perhaps this difference even is to support Win XP x64, because the OS is atm SP1.
  10. Just one thing. I decompressed the driver and instead of only one folder with the WDM Driver, there are 2 cab files that contain the driver for Win XP SP1 and SP2. So please update your guide and I think that I have to the files from the folder named "WDM_SP".
  11. Seems as if none of you knows how to achieve that, or isn't it even possible because it's an element of the explorer.exe?
  12. Ok. BTW: You're definitely one of the fastest here. Thank you for your everything.
  13. Are you sure that the entry for the VIA ENVY Chip in the Control Panel Batchfile is right? I'm integrating it into my DVD but I use WPI with conditional statement so I have to go through the code. The Batchfile says IF EXIST %D%viaudios.sys but I can't find that file in the Pack. The old Batch had the file vinyl97.sys and it is in the packs but not viaudios.sys.
  14. Hey guys. Is there a way to remove the Taskbar of Win XP completely? Because I got the Desktop Sidebar and I don't need the Windows Taskbar anymore. I can't find a option to disable it. PLEASE guys, please let me pimp my Windows.
  15. @ Providence: The changelog can be found in the driver packs base. Decompress it and in the folder "FILES" (I think so) there are the changelogs of all Driverpacks.
  16. Hey Alanoll, if you got a little piece of time in the next days, you could upgrade your package to 5.08e? PLEASE.
  17. I once told hasi, but it is very difficult. So if someone has a solution, pls tell us.
  18. There is a little prog...look this post.
  19. Why don't you just use WPI? It has got a very nice GUI.
  20. It's a problem with the installer, not with your cmd file. I install Microsoft Java now, because I tried everything with Sun Java but it always restarts.
  21. Thank you man....I only need one per program.
  22. There must be someone who knows how to handle the condition statements. What about hasi? I didn't hear anything from him for a quite long time now...is he working or on holiday?
  23. I am going to use WPI for a multiboot DVD. My question: How does the conditional statement work? I forgot it / don't know it. As an example, what would I have to put in for the Creative SB Audigy Control panel, if the file ctaud2k.sys in system32 folder must exist for install???
  24. If you still want to install it like you wanted first, try THIS: You only have to change the command that you start the install with, because dreamweaver tries to create a log file that can't be created on CD, of course. prog[pn]=['Macromedia Dreamweaver MX'] uid[pn]=['MACROMEDIADREAMWEAVERMX'] desc[pn]=['Web page design'] cmd1[pn]=['%cdrom%\\Install\\Application\\dreamweaver\\setup.exe -S -f2\"%systemdrive%\\weaver.log"'] cmd2[pn]=['taskill /F /IM iexplore.exe'] cat[pn]=['Office'] pn++ Then the log file will be at %systemdrive%\weaver.log Be sure that the folder where the log is creted exists, and think on the \\ in WPI. the code I posted should work.
  25. Just go to your lang.js in the wpiscript sfolder and edit it. So the lang.js looks like this for english: ttInstall[lang] = ['Begin Installation','Initiates the script generator<br /><br />Click this to begin generating the install script.']; ttExit[lang] = ['Exit Button','Closes this application<br /><br />If you want to stick to the application defaults, press this. Minimal updates and applications will be installed. This includes Windows XP security updates.']; ttHelp[lang] = ['Help','Displays basic usage, version information, and disclaimer.']; ttSelectAll[lang] = ['Select All','Click this will select all available options.']; ttSelectNone[lang] = ['Select None','Click this will deselect all available options.']; ttSelectDefaults[lang] = ['Select Defaults','This option will enable the default recommended options.<br /><br />Click if you only wish to install basic recommended options.']; ttOptions[lang] = ['Options','Customize your WPI.']; ttConfig[lang] = ['Config','Configure your programlist.']; ttSource[lang] = ['Show Source','Shows the Sourcecode of WPI.']; If you want a button not to have a tooltip, just delete the explanation. For the beginn install button it would be ttInstall[lang] = ['','']; So change this line for english (and for the language you use) But then you still have a small box with no content...**** You know what I mean??
×
×
  • Create New...