Jump to content

Dynaletik

Member
  • Posts

    668
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by Dynaletik

  1. You can delete the background, then WPI will use the standart one. IT IS BETTER to just put this line in your useroptions.js var bgpicture=['']; Then no background is loaded.
  2. OK, I'll give it a try when I am at home tomorrow....I'm at work atm...
  3. I did that...but I only opened this topic because there is NO change in the registry...SetPoint saves it anywhere else...is there a tool to watch which files are changed???
  4. Does anyone know where Logitech Setpoint Software saves its settings?? I Found a file called "user.xml" in the application data folder...but when I delete it, the software still has its settings
  5. If you want that B is selected when you select A, you have to put the uid line into the progs section in the config.js For programm B: uid[pn]=['Name of prog B'] and in programm A section: deps[pn]=['Name of prog B'] See this on the WPI Homepage in the example config, hasi uses it for his Office 2003 installation: prog[pn]=['Microsoft Office 2003'] desc[pn]=['Installs Microsoft Office 2003 Professional. Recommended'] cmd1[pn]=['%CDROM%\\Install\\MicrosoftOffice\\setup.exe TRANSFORMS=Unattended.MST /qb-'] dflt[pn]=['yes'] cat[pn]=['Office'] ordr[pn]=[1] uid[pn]=['O2K3'] pn++ prog[pn]=['Microsoft Office 2003 Resource Kit'] desc[pn]=['Installs Microsoft Office 2003 Resource Kit. For developers'] cmd1[pn]=['msiexec.exe /qb /i %cdrom%\\Install\\Office2003ResourceKit\\ORK.MSI'] dflt[pn]=['no'] cat[pn]=['Office'] ordr[pn]=[3] uid[pn]=['O2K3RK'] deps[pn]=['O2K3'] pn++
  6. Thanks first of all... it seems as if the following parts of the registry change the speaker configuration: [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Creative Tech\Emu10kx\DevCon\{00000001-00000000-00000009-00001102-00000004-00531102}\CurrentSpeakerInfo] "Name"=hex:35,2e,31,20,4c,61,75,74,73,70,72,65,63,68,65,72 "Num Speakers"=hex:05,00,00,00 "Num Satellite"=hex:04,00,00,00 "Num SubWoofer"=hex:01,00,00,00 "SpkGuid "=hex:40,ec,91,b5,d1,11,c3,db,a0,00,9d,9d,73,7f,8e,c9 [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Hardware Profiles\0001\System\CurrentControlSet\Enum\PCI\VEN_1102&DEV_0004&SUBSYS_00531102&REV_03\4&3b1d9ab8&0&4840\DirectSound\Speaker Configuration] "Speaker Configuration"=dword:00000006 [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Hardware Profiles\Current\System\CurrentControlSet\Enum\PCI\VEN_1102&DEV_0004&SUBSYS_00531102&REV_03\4&3b1d9ab8&0&4840\DirectSound\Speaker Configuration] "Speaker Configuration"=dword:00000006 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Creative Tech\Emu10kx\DevCon\{00000001-00000000-00000009-00001102-00000004-00531102}\CurrentSpeakerInfo] "Name"=hex:35,2e,31,20,4c,61,75,74,73,70,72,65,63,68,65,72 "Num Speakers"=hex:05,00,00,00 "Num Satellite"=hex:04,00,00,00 "Num SubWoofer"=hex:01,00,00,00 "SpkGuid "=hex:40,ec,91,b5,d1,11,c3,db,a0,00,9d,9d,73,7f,8e,c9 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hardware Profiles\0001\System\CurrentControlSet\Enum\PCI\VEN_1102&DEV_0004&SUBSYS_00531102&REV_03\4&3b1d9ab8&0&4840\DirectSound\Speaker Configuration] "Speaker Configuration"=dword:00000006 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Enum\PCI\VEN_1102&DEV_0004&SUBSYS_00531102&REV_03\4&3b1d9ab8&0&4840\DirectSound\Speaker Configuration] "Speaker Configuration"=dword:00000006 (5.1 Speaker) But the CMSS setting isn't saved in the registry...
  7. I only got the file "wdma_emu.inf". So where in there are the settings for 1. the speaker setting 2. the CMSS 3. the Stereo Focus?
  8. Does anyone of you know, where the Creative Control Panel saves its settings like the speaker environment?
  9. Hey man...WPI 2.9.9 is out....what bugs are there still in it???
  10. Hey Alanoll...great work again ! Does anyone know what the file PXSDKPLS.dll in the Winamp directory is for? I'm slimming down my install so I install Winamp with the following INI: [SETUP] XMODERNSKIN=1 XAUDIO=1 XNSV=1 XWRITEWAV=1 XDCOUT=1 XNAME=Dynaletik XKEY=XXXXX-XXXXX-XXXXX-XXXXX XDesktop=0 XQuicklaunch=0 and after that I delete some files that I don't need DEL "%programfiles%\Winamp\Plugins\milkdrop.html" DEL "%programfiles%\Winamp\Winamp.m3u" DEL "%programfiles%\Winamp\demo.mp3" DEL "%programfiles%\Winamp\whatsnew.txt" DEL "%programfiles%\Winamp\winampmb.htm"
  11. Yeah Alanoll......that's what we want ^^ *waiting* And please let the ini file for the installation stay in the new Version...
  12. Do i need an .iss file for installing CP or does it perfectly when I use the /K switch?
  13. I hope Alanoll will do an msi for this version as well....
  14. Will you give us the version 5.06 as an msi as well alanoll?? would be GREAT!!!
  15. in this key here: [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced] there for example is the entry "TaskbarGlomming"=dword:00000000 that disables the grouping of similar items...
  16. Hey ironman....what is the batch file that you call wpi.hta with like??? Plz post the content...
  17. Thx bulldog....that helped...now my WinRar Shortcuts get removed.
  18. Is there a command that lets a batch file wait for 5 seconds where I can definde the time that the batch should wait?? I only know the /wait switch but thats for install of Apps....I just want my cmd file to wait a few seconds.
  19. For all my progs that need 4 commands or more I just call a CMD file with WPI.....with those CMD files I also delete unused shortcuts etc.. An good example is the installation of ICQ...the banners are already deleted and my ICQ # with Presets is already installed. in WPI I call: prog[pn]=['ICQ Pro 2003b'] desc[pn]=['Weit verbreiteter Messenger. Die Werbefenster werden nach der Installation entfernt.'] cmd1[pn]=['%cdrom%\\Install\\Programme\\ICQ\\ICQ.cmd'] dflt[pn]=['no'] cat[pn]=['Utilities'] pn++ and my ICQ.cmd is this: @echo off IF EXIST D:\WIN51 set CDROM=D: IF EXIST E:\WIN51 set CDROM=E: IF EXIST F:\WIN51 set CDROM=F: IF EXIST G:\WIN51 set CDROM=G: IF EXIST H:\WIN51 set CDROM=H: IF EXIST I:\WIN51 set CDROM=I: IF EXIST J:\WIN51 set CDROM=J: ECHO. ECHO Installiere ICQ 2003b ECHO Bitte warten... start /wait %CDROM%\Install\Programme\ICQ\ICQPro2003b.exe /s /a /s /v"/qb" ECHO. ECHO Beende ICQ.exe Prozess taskkill.exe /F /IM icq.exe ECHO. ECHO Banner aus ICQ entfernen copy /Y "%CDROM%\Install\Programme\ICQ\banners.xml" "%programfiles%\ICQ\DataFiles\banners.xml" copy /Y "%CDROM%\Install\Programme\ICQ\clbanner.xml" "%programfiles%\ICQ\DataFiles\clbanner.xml" copy /Y "%CDROM%\Install\Programme\ICQ\psearch.xml" "%programfiles%\ICQ\DataFiles\psearch.xml" copy /Y "%CDROM%\Install\Programme\ICQ\Icq.exe" "%programfiles%\ICQ\icq.exe" copy /Y "%CDROM%\Install\Programme\ICQ\ICQProLib.dll" "%programfiles%\ICQ\ICQProLib.dll" ECHO. ECHO Konfig installieren REGEDIT /S "%CDROM%\Install\Programme\ICQ\ICQ.reg" ECHO. ECHO System saeubern DEL "%AllUsersProfile%\Desktop\ICQ.lnk" DEL "%AllUsersProfile%\Desktop\ICQ Shared Files.lnk" DEL "%ALLUsersProfile%\Startm~1\ICQ.lnk" DEL "%AllUsersProfile%\Startm~1\Programme\ICQ\License Agreement.lnk" RD /S /Q "%systemdrive%\Windows\aod\" ECHO. It installs ICQ silently, kills the ICQ process, copies the edited banner files, installs the config per REG file and deletes unused shortcuts and folders.
  20. Does anyone know how I can disable the system clock in the taskbar unattended? I use Desktop Sidebar and so I don't need the windows clock any longer..
  21. Try one of the methods explained here: AV Switches
  22. Oh sorry guys....just got it....just set the entry =-
  23. How can I delete a registry entry with the help of an .reg file...I don't want to delete the key...I know the command for that...I just want to delete 1 entry in an key.
  24. How can I remove the autorun of Skype or ICQ unattended (with an reg file) from autostart??? I got the entries in the registry, but how do I delete them seperately?? How can I delete the entries for the Autorun??? I can set them to "", but then they still are in Start -> Run -> msconfig at autostart.
×
×
  • Create New...