Jump to content

ricktendo

Member
  • Posts

    2,261
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Honduras

Everything posted by ricktendo

  1. If you can convert the .reg to .inf (using Reg2Inf) you can make a registry settings addon Just create a simple Entries_whatever.ini and add your converted reg2inf to a section named [registry_addreg] and it will get added to nLite.inf to be added along with the other nLite registry settings [general] builddate=2008/01/25 description=Registry Settings AddOn. language=English title=nLite AddReg version=1.0 website= [registry_addreg] ; CCleaner Custom Cleaning HKCU,"Software\VB and VBA Program Settings\CCleaner\Options","Include1",0x0,"PATH|%24%MyVideos\|*.*" HKCU,"Software\VB and VBA Program Settings\CCleaner\Options","CustomFiles",0x0 HKCU,"Software\VB and VBA Program Settings\CCleaner\Options","CustomFolders",0x0 Now zip, cab, rar or 7zip the Entries_whatever.ini and integrate it as a hotfix
  2. Start vlite like this: "C:\Program Files\vLite\vLite.exe" -extreme Just simply add the -extreme parameter at the end of the shortcut Thats exactly what I did...I added it to my shortcut, when that did not work i used the command prompt to run vLite.exe -extreme and still nothing
  3. One of the DLL or CAT files in your I386\ASMS\?? folder does not match its .MAN (.manifets) file hash
  4. How come I cant get the -extreme switch to work? I see nothing
  5. Yea something like this (I have auto update turned on) ;!@Install@!UTF-8! GUIMode="2" RunProgram="Silverlight.exe /q" RunProgram="hidcon:cmd /c reg add \"hkcu\\Software\\Microsoft\\Silverlight\" /v Activated /t REG_DWORD /d 1 /f" RunProgram="hidcon:cmd /c reg add \"hkcu\\Software\\Microsoft\\Silverlight\" /v PopUpAllowed /t REG_DWORD /d 0 /f" RunProgram="hidcon:cmd /c reg add \"hkcu\\Software\\Microsoft\\Silverlight\" /v UpdateMode /t REG_DWORD /d 0 /f" ;!@InstallEnd@!
  6. More in the Unattended tab i hope - Setup/Final resolution - Autologon Custom User - etc
  7. Microsoft has a "Font Installer" executable that will copy the fonts and register them (you can find it in Windows Post Install's "Tools" folder) http://www.mediafire.com/?cct41c4xt2v Just add the list of them to fontinst.inf like so: [fonts] calibri.ttf calibrib.ttf calibrii.ttf calibriz.ttf scriptbl.ttf segoepr.ttf segoeprb.ttf segoesc.ttf segoescb.ttf segoeui.ttf segoeuib.ttf segoeuii.ttf segoeuiz.ttf Put them in the same dir and make your SFX and have it run FontInstaller.exe...All fonts present in INF will be copied and registered
  8. Yea...if you don't mind the cmd window popping up on you. With this the commands are all built in to the config.txt and are executed right after the install, its more naturalhttp://www.mediafire.com/?wy0wysjbzgr
  9. Did you guys know that this can be done with a single 7zip sfx config.txt file? I will give it a shot EDIT: Here is a working example ;!@Install@!UTF-8! ;Installs program RunProgram="unlocker1.8.7.exe /S" ;Kills process RunProgram="hidcon:cmd /c tskill UnlockerAssistant" ;Removes reg entry RunProgram="hidcon:cmd /c reg delete hklm\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run /v UnlockerAssistant /f" ;Deletes crap RunProgram="hidcon:cmd /c del /f /q \"%ProgramFiles%\\Unlocker\\eBay_shortcuts_*.exe\"" RunProgram="hidcon:cmd /c rd /s /q \"%AppData%\\Desktopicon\"" RunProgram="hidcon:cmd /c del /f /q \"%UserProfile%\\Desktop\\eBay.lnk\"" RunProgram="hidcon:cmd /c del /f /q \"%AppData%\\Microsoft\\Internet Explorer\\Quick Launch\eBay.lnk\"" RunProgram="hidcon:cmd /c del /f /q \"%UserProfile%\\Start Menu\\eBay.lnk\"" ;Extra for Vista users RunProgram="hidcon:cmd /c del /f /q \"%AppData%\\Microsoft\\Windows\\Start Menu\\eBay.lnk\"" GUIMode="2" ;!@InstallEnd@!
  10. Hello I was attempting to add a couple of extra files to the list of Vize for patching my Vista/ISO, I wanted to add some files that are not included so I edited FileList.xml and put the new resources in the proper folder. All work well exept sidebar.exe...I think its due to the spaces in the path (I even tried adding an extra quote example) But this did not helpHoping maybe in the next beta it could be possible to add something like this: Download
  11. LMAO I love the file extension .a$$
  12. TIP: If you open the msi in Orca or Installshield and look at the "Property" table you will get a good idea of what other switches (besides /qn, /qb, /norestart) maybe used for said msi
  13. Did you extract the files from the iso to a folder for vLite'ing?
  14. I think VISTA-TOOL needs a small guide for it, not anybody could just pick up and use it out of the box
  15. Ya me too, I was just wondering if it will work with this masstorage one
  16. I think, never tried it...in your 7zip or winrar sfx add a second command to run firefox.exe -silent -setDefaultBrowser
  17. Hello I have a friend who has a TOSHIBA laptop and when trying to do a clean install of Vista and it will not detect his HDD's. Here is his everest report There are instructions on how to get this working so thats not what I am asking... What I would like to know if integrating this driver with vLite will mean that he would not have to do the steps above? Here is the driver in question, will vLite do it? http://www.csd.toshiba.com/cgi-bin/tais/su...;all_docs=false tia
  18. You could make a srt file http://www.free-codecs.com/download/Subtitle_Tool.htm http://www.videohelp.com/tools/Subtitle_Workshop
  19. Hell I use anything if it promises to be faster/better
  20. LOL they did not edit their INF's, I think you be onto something. Here is the same file for Server 2003 SP2 (it clearly says RTM)
  21. My Video card is fine and Yes Aero is enabled, just wondering if anybody using Vista and its Media Center have the same issue
  22. Sometimes just running the installer with the /? switch will give you a pop up of switches, other times just looking at the installer icon and trying other known switches like /S or /SILENT & /VERYSILENT can yield you a switch
  23. LOL Microsoft gave in to the pressure
  24. Try CMenu or SendToA3XRight click on the installer an choose "Identify Installer"
  25. I was wondering, when I had XP MCE installed on my PC it had nice transparent Closed Caption (the black bar part) and I really liked it this way. Now I have Vista installed on the same PC I no longer have the transparent background, I have the old style solid black bar like on my regular TV I was wondering if anybody knew of a reg tweak or something to enable this? Here are my spcecs Isn't Vista supposed to be the "Aero" OS?
×
×
  • Create New...