Jump to content

Nomi

Member
  • Posts

    28
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Pakistan

About Nomi

Nomi's Achievements

0

Reputation

  1. Hi, I use nLite to integrate SP2, ryanvm's update pack and few addons for WinXP but everytime driver.cab turns out to be just 2.99 MB and setup gives file missing message for lots of files. i use XPSP1 setup on which i integrate SP2 using nLite. Please advise what m i doing wrong...
  2. Helo, Im running a network to provide internet using ISA Server 2000 but the ISA Reports are showing the Top Aplication is "runouce.exe" which is a virus i beieve and utilizing almost 37% utilization among all applications. i've scanned my server and it is cleaned! but some of my Client PCs are infected with this virus! i just want help to know that what port 'runouce.exe' uses? which i can block and get rid of this problem rather than scanning all Client PCs.
  3. How can i prevent users to use Windows Media Player online in my LAN using ISA Server 2000? if some ports suppose to be blocked, what are they? can anyone guide please?
  4. I guess "!" makes Cancel button invisible.
  5. If you want to configure your MSN Messenger unattended, there is a trick configure your Messenger as u desire then go to this registry key: [HKEY_CURRENT_USER\SOFTWARE\Microsoft\MSNMessenger] all the settings u make with your MSN Messenger are stored in this key your just copy this key (not sub keys) and add it during RunonceEx. btw in this key "1729642803" this number is not always same; it varies.
  6. I've already read that thread of yours but there are no Filetypes icons in shell32.dll, explorer.exe or mydocs.dll. What if i want to have custom icon for mp3 file, if i install Winamp, the mp3 file's icon should come from winamp.exe, does it sound good to hack winamp.exe too and other applications of which icons i want changed? Well i dont even want to change file associations but only the icons of file extentions like we do with folder options. Is there any registry or inf way to do that ? instead hacking the application exe to which our file is associated? Ex: .jpg .mp3 .wma .pdf .doc .xls .etc
  7. Hi, I know how to associate icons for file types using folder options. I want to know the registry entries to associate icons for all the extentions using registry entries, so that i could associate my custom icons for .mp3 , .wma etc during RunonceEx. It might be more handy if there is an INF way to do that. will anyone share the views? thanks. EDIT: If there is a way to change special folder's icons too, like Document & Setting... ProgramFiles etc.
  8. How to install NetBEUI Protocol in WinXP There is no NetBEUI Protocol in WinXP... you need to integrate its files menually in 'INF' and 'Drivers' folders. No VALUEADD folder will be needed. 1) Make a folder in $$ directory and name it 'Drivers' like: C:\XPCD\$OEM$\$$\Drivers and copy NBF.SYS file in it. 2) Make another folder in $$ directory and name it 'INF' like: D:\XPCD\$OEM$\$$\INF and copy NETNBF.INF file in it. 3) Now make or edit winnt.sif file with Setup Manager of XP Deployment tools to install NetBEUI protocol unattended. NBF.SYS and NETNBF.INF files are in attached NetBEUI.rar NetBEUI.rar
  9. REG ADD %KEY%\000 /VE /D "Acrobat Reader 6.0" /f REG ADD %KEY%\000 /V 1 /D "%CDROM%\software\AdobeReader6\AdbeRdr60_enu_full.exe -p"-s /v\"/qn\"" /f you are missing with back slash here too... make it like this: REG ADD %KEY%\000 /VE /D "Acrobat Reader 6.0" /f REG ADD %KEY%\000 /V 1 /D "%CDROM%\software\AdobeReader6\AdbeRdr60_enu_full.exe -p\"-s /v\"/qn\"\"" /f
  10. In this case you are missing with back slash with nested inverted commas... It should be like this: REG ADD %KEY%\001 /VE /D "Office 2003 Professional" /f REG ADD %KEY%\001 /V 1 /D "%CDROM%\software\Office2003\setuppro.exe TRANSFORMS=\"%CDROM%\software\Office2003\Unattended.MST /qb-\"" /f and make sure that you are not putting "/V 1" with every application.
  11. I'm trying to install it with no VPC installed... i mean on fresh winXP installation but dont know why it gives msg window that wizard was interupted but now im gonna try VMware instead. anyways... thanks alot for your interest in help
  12. Why dont you add favourites through Winnt.sif Example: [FavoritesEx] Title1="MSFN Board" URL1="http://board.msfn.org/" Title2="Unuttended Windows Guide" URL2="http://unattended.msfn.org"
  13. wrong, number of files copied: 0 the 7mb folder only holds the main .msi installation file. maybe a problem with an administrative sp1 installation of office or wrong shrink version. I dunno, I've redowlonaded shrinker a couple times, my sp1 slipstream install works nicely too (I've even tried re-making it too...). That's as far as it ever got for me too, and that's using the plain english version too. If u will run shrinker over O2k3 with having O2k3 installed... it will make a source of 7mb... the shrinker will only work if u Uninstall O2k3 first... then try to shrink!
  14. Hi guys i need a little help... I'm trying to install virutal PC for Unuttended tests... but it gives prompt that the wizard was interupted... here is the image if someone wants to consider n help
×
×
  • Create New...