Jump to content

DJPro

Member
  • Posts

    115
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Belgium

Everything posted by DJPro

  1. Thx Zorphnoq, But =="0" didn't work either.
  2. Hello there, In wpi I use a regtweak which removes the shortcut arrows and the text "shortcut to" from desktopshorcuts. In my regfile I have: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer "Link"=hex:00,00,00,00 [HKEY_CLASSES_ROOT\lnkfile] "IsShortcut"=- The problem is that wpi can't read my gcond. I tried this but doesn't work, probably because it's a REG_BINARY I used it several times before with REG_DWORD keys and that's no problem. gcond[pn]=['RegKeyValue("HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\link")==hex:00,00,00,00&quot]; Something is wrong here but I can't figure out what. Any help is welcome, Thx in advance...
  3. @FeFFe . You can put it in a .cmd file and execute this file via runonceex.cmd or guirunonce Hope this helps
  4. @Yurek3 Some of your apps are missing their UID's Like Kell already said in your config.js file most of "uid[pn]=['']" are missing! There are also some apps which have the same UID's like: 'pagesucker' and 'partition magic' --> uid[pn]=['PARTITIONMAGIC8.5'] ??? same uid's 'MUIPolish Pack' and 'Vista Sidebar v2.2' --> uid[pn]=['OPERAWEBBROWSER80BETA1'] ??? same uid's check them, they must have a unique UID Greetz,DJPro
  5. RD = Removes Directory RMDIR is a synonym for RD Glad to help you!
  6. You can use this commandline to delete the desktop shortcuts: del /s/q "%UserProfile%\Desktop\*.lnk" del /s/q "%AllUsersProfile%\Desktop\*.lnk" To delete shortcuts in startmenu use: DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\YOUR PROGRAM.lnk" ---> fill in your program And for folders in start menu use: RD /S /Q "%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\Games\" ---> will delete games folder put this in a .bat or .cmd file and use it in WPI Greetz, DJPro
  7. @ shahed26 RD /S /Q "%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\Games\" Put this in a .bat or .cmd file and you can use it in WPI Good luck
  8. Hi to all, There 's an issue i'm strugling with a long time already, and can't find a way to fix it. During my windows setup I use a resolution of 1024 x 768. I edited the values in 'HIVESYS.INF' to get this and it works fine until a certain moment, then windows suddenly switches it back to 640 x 480. I use the classic setup screen and also the driverpacks are integrated. At the moment of 'windows is installing devices like keyboard and mouse' then the resolution changes to 640 x 480. My guess is that my video adapter gets installed then windows changes the resolution back. On VMware or Virtual pc the whole setup runs fine under 1024 x 768, but on real hardware I always get that resolution-change. I also tried 'reschange.exe' in a Detached Program in 'winnt.sif' but even that won't help. Is anyone else having this problem? And is there a way to solve this? Thx in advance.
  9. DJPro

    Problem

    Indeed I was wondering he just needed the .inf files. That' why I asked if he needed just the .inf files or more. Here's the full zip from the link 'ikuzo' provided in the first post. Good luck! f6flpy32.rar
  10. DJPro

    Problem

    Otherwise take them from here. Do you just need the .inf or more? greetz, DJPro iaahci.inf iastor.inf
  11. DJPro

    Problem

    @ikuzo Tip... After extracting the file, there's an image file left over. If you have an image prog (for example ultra iso) then you can load the file and see the inf files. Greetz
  12. @ MarkJohnson I installed Vista Ultimate today on a system with a 8800GTX graphics card, downloaded the 32-bit drivers for the card from the nvidia website. Aero wasn't still showing up until I did the re-evaluate thing in properties and after that Aero was working perfect. I did this on several systems the past weeks and everytime it worked fine, so I don't know why it doesn't work for you. So I know it has to work this way. But maybe you got it working in the meantime. Greetz, DJPro
  13. @ MarkJohnson Go to properties for your computer and run the performance test again. (there where you get a score for your hardware) After that aero will work again! Good luck...
  14. Depends how you want to install it. For example: In cmdlines.txt add: [Commands] "RunOnceEx.cmd" And then create your runonceex.cmd like in this tutorial: http://showcase.netins.net/web/giftitems/I...unOnceEx_31.htm
  15. This is one way you can install it silent. Just unpack the exe file and you will see there is an msi file called bdfree.msi Then use a silent switch for it like EXAMPLE: ...\bdfree.msi /qn REBOOT=Suppress SCAN=0 UPDATE=1 You can also use other silent switches, check them out with 'Universal Silent Switch Finder' Good luck!
  16. Good to know Kel. Can you point me to the official Royale noir also, THX Edit, Found it!
  17. you can find an addon here: http://www.ryanvm.net/forum/viewtopic.php?t=3877 with royale, royale noir, royale zune just integrate it with nlite or ryanVM integrator Greetz,DJPro
  18. @kof94 in wpi.css change: .gtxt color: #towhatevercoloryouwant (this is for the grayed text) .chktxt color: #towhatevercoloryouwant (this is for the checked text) for the timer bar open installer.css in the themes folder and change .ProgBar { background-image: url(./InstallProgBar.png); --> you have to change 'InstallProgBar.png' to one you like those .png files are in the \Graphics\InstallProgBars folder And don't forget to put the ''InstallProgBar.png' you like in your themes folder. Greetz,DJPro
  19. @mritter Yes, I have administrator rights. As far as I can remember, I didn't had that problem in earlier versions of WPI. Now I use v5.6
  20. Hello there, I've the same script error as 'parkerkane' , but I get that error every time wpi restarts when I use the build-in reboot from WPI. Also after the reboot WPI doesn't restart itselfs, I have to do that manually and then when it says that WPI installation is not complete yet I choose yes and then I get the same error. regel 457 teken 2 fout: object wordt verwacht code: 0 URL: file://D:/WPI/Common/Installer.hta? RI=true&Theme=Glossy&PAI=false And why is WPI not restaring automatically? Any solution for this? Thanx and regards, DJPro
  21. Hello, antonio_king If we have... [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel] "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000 "{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000 "{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000000 then it puts a desktop icon for (my documents, my computer, internet explorer) on the desktop if you want to have for example 'my computer' first on your desktop then add [HKEY_CLASSES_ROOT\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}] "SortOrderIndex"=dword:00000054 Hope this was helpfull for you , DJPro
  22. @dakota19...many,many,many thanks for the fast reply! The way you use it did the trick. That I even thought about this, I searched myself crazy. See you on the forum p.s. Bedankt voor het gebruiken van het dakota ®Dakotasoft-script !!!
  23. Hello folks, I was wondering if someone had a script to delete a file after the next reboot? I can't fix it with a cleanup.cmd for example because the file is a log file that is not visible until the next reboot. I want to delete it automatically after my unattended install, so if anyone has an idea...your welcome! Greetz, DJPro
  24. Good to know , THX Maybe Feroz problem is indeed when he installs it from within windows. I had the same issue installing Vista from within XP. After a while it hangs when copying files. Booting with same vista dvd there was no problem at all. Maybe you can try that Feroz.
×
×
  • Create New...