Jump to content

bmn

Member
  • Posts

    397
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by bmn

  1. that notepad.zip contains a regfile. is it necessary to add?
  2. midi like this:-Mission Impossible (i just love this theme music )
  3. hi all this awsome idea is by Bi0haZarD :-link with this player u can listen music while installing applications, now its time to use this with wpi.so iam requesting experts of wpi,is there any way we can include this player in wpi screen imean can we add this function in wpi? like play music.....(button). and insted of playing mp3 if we can able to play midi files(which contains only music no words) it makes wpi more attractive what do u say
  4. i want only music(imean midi). can i play midi files also? as they r very small in size we can save a lot of space. and Bi0haZarD its really nice idea.u did a great job thanks a lot
  5. if u have idea abt registry.search it by using sygate keyword.some where u will find a regkey with registration information.export that key and apply it during unattended installation by using cmdlines or by runonceEX method.but rembember u have to apply it after installing sygate software.
  6. why? is there any problem with it
  7. hahaha when i opend its home page.i found Latest news (19/12/2004): Illegal use: XDCC Catcher Pro closes itself funny any how send that file.i will test upload here. http://rapidshare.de/en/main.html and post its link
  8. imean how can u update a plugin after burning it on cd.:-)
  9. insted of installing each plugin.make a exe and install all of them at a time.like astalavista did.(profile.exe)
  10. if u want to copy ur wallpapers.then u shld place them at root\$OEM$\$$\Web\Wallpaper\bliss.jpg. and abt ur shutdown command it is right.have a look at my install.cmd CMDOW @ /HID @ECHO OFF start /wait %cdrom%\install\wpi\WPI.hta start /wait shutdown.exe -r -f -t 30 -c "This System Must Reboot now. This Is necessary for applications to complete installation, shortcuts to updated" exit i just tested ur cleanup.cmd.its working nice for me.i think ur calling it wrong.check once again.
  11. i think wpa.dbl stores the registartion(windows product activtion) information. right?. if iam right then copy ur registred wpa.dbl from system32 folder and compress it by microsoft cab compresser or use tools like winace..and rename it as WPA.DB_ and move it to i386 folder. and iam sure it will work.
  12. it is for editing the matter.(imean to change th words).what abt font?
  13. how to change its (start) font and size.which string i have to modify
  14. this my runoonceEX cmdow @ /HID @echo off FOR %%d IN (D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) DO IF EXIST %%d\WIN51IC SET CDROM=%%d SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY%\002 /V 1 /D "%CDROM%\install\install.cmd" /f EXIT and my install.cmd mdow @ /HID @ECHO OFF %CDROM% cd \install\wpi start /wait wpi.hta start /wait poweroff Reboot -warn -warntime 30 -msg "This System Must now Reboot , This Is necessary for applications to complete installation, shortcuts to update." exit and i think wpi will start after 1st boot and when the software installation is over system will reboot again. am i right?
  15. integrate means,u want to merge .net in to cd like we do with service pack and hot fixes right?
  16. pls post its(royal themes) snapshot
  17. i think we really need this type of function in wpi. iwant to use regtweaks and cleanup.cmd etc with wpi.but if a new user installing first time(imean unattended OS).he may not know what they r.so i want to hide those options. i know i can force them to install.but still is there any such provision in wpi help pls and happy new year to all.
  18. ya iam also using same code.but no use.that paskill and taskkill.exe commands r working for other softwares.only for yahoo they r now working.what to do?
  19. hi all iam using wpi to install yahoo messenger. code prog[pn]=['Yahoo Messenger'] desc[pn]=['Yahoo Messenger is a free service.'] cmd1[pn]=['%cdrom%\\Install\\yahoo\\yahoomess.exe /S'] cmd2[pn]=['pskill.exe ypager.exe'] rega[pn]=['%cdrom%\\Install\\yahoo\\yahoo.reg'] dflt[pn]=['yes'] forc[pn]=['false'] //cat[pn]=['Application'] ordr[pn]=[240] pn++ the problem iam facing is after installation of messenger,its poping up sing-in window.which is very irritating.so tried pskill (as in the code),taskkill.exe etc.but they r not working. so guys any ideas help pls
  20. ooops sorry double post
  21. check ur winnt.sif once again.try different configurations. my winnt.sif [GuiUnattended] AutoLogon = No AdminPassword = * TimeZone = 190 OEMSkipRegional = 1 OemSkipWelcome = 1 autologon.reg Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "DefaultUserName"="Owner" "DefaultPassword"="" "AutoAdminLogon"="0" and my user.cmd NET USER "owner" /add NET LOCALGROUP Administrators "owner" /Add REM Autologon first boot REGEDIT /S %cdrom%\Install\autologon.reg EXIT with these config.autologon is working for me.(username----owner)
  22. mine corrected.from next time i'll take care thnaks
  23. good.but if we want to change only wallpaper,then regtweak method is best
  24. hi. welcome indian.nice to see u. if u want to set a wallpaper by default in unattended installation.place ur wallpaper at \xp\$OEM$\$$\Web\Wallpaper \Bliss.jpg.and add this regvalues to ur regtweak file [HKEY_CURRENT_USER\Control Panel\Desktop] "ConvertedWallpaper"="C:\\WINDOWS\\Web\\Wallpaper\\Bliss.jpg" "Wallpaper"="C:\\WINDOWS\\Web\\Wallpaper\\Bliss.jpg thats it.(i already tested,and its working) bmn
×
×
  • Create New...