Jump to content

glent

Member
  • Posts

    1,081
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by glent

  1. I download it again and I added ryan pack manaully and all htofixes apear when i run qfcheck but i still can not explore or open folders on the start menu Edit 1: I tested the lite pack and its fine mayeb the copy/move context dll is the problem?
  2. well i just did a install with no regtweaks and the same thing happens ima also using the hacked tcpip, sfc_os,and custom winntbuu i dount these would have any affect right>? Edit 1 : Ive just buit, a new ISO with nlite and ryanvm 1.4 and the problem is still there...i tested the source without Ryanvm and the problem does not appear. edit 2 : i may be barking p the wrong tree but i ran qfcheck within wmware and say this is it normal? im begging to think myabe the pack from ryan site may have been corrupt i will trya new dl now
  3. open the wpi.css ad look for .txt { font-family: tahoma, verdana, arial; font-weight: bold; color : #FFFFFF; font-size : 8pt; margin-left: 5px; margin-right: 10px; mo-margin-top: 10px; no-margin-bottom: 50px; } im not sure about tooltips though
  4. same here... i having crahes when i right click a folder sometimes too ryan vm full 1.4 and Ntlite just to make an ISO
  5. http://unattended.msfn.org/xp/hacked_files.htm a pre pacthed file
  6. u Nlite to make a bootable image and burn
  7. worked great thanks hasi001
  8. /Verysilent /sp-
  9. Still not wrking here heres my insatll cmd which i call from guirunonce cmdow @ /HID @ECHO OFF REGEDIT /S %systemdrive%\install\registry.reg REGEDIT /S %systemdrive%\install\macromdeia.reg start /wait %systemdrive%\install\netfxsp1.exe start /wait %systemdrive%\install\dx\dxsetup.exe /silent start /wait %systemdrive%\install\ATI.CMD start /wait %systemdrive%\install\wpi\wpi.hta start /wait %systemdrive%\install\cleanup.cmd start /wait poweroff Reboot -warn -warntime 30 -msg "This System Must now Reboot , This Is necessary for applications to complete installation, shortcuts to update. Disk Defrag will start after login" exit Now with older versions i can load up wpi ok but not with the new ones i dont use the wpi.cmd as i alread have the registry fix we need .its already being applied ..do i need to use the new cmd that come with WPI??
  10. I too have this problem old builds work fine from gui run once. i can load it up manually and all is well
  11. Hi im having some trouble registering flash. Im also installing dreamweaver mx and i have exprted the entrie macromedia reg key. This registers dreamweaver just fine but flash still prompts me to enter my key does any know if there is another method or files that need to copied over ?
  12. I use this for version 1.7 and it wkrs fine [HKEY_CURRENT_USER\Software\Smart Projects\IsoBuster] "InstallPath"="C:\\Program Files\\Smart Projects\\IsoBuster" "URL"="http://www.Smart-Projects.net" "Email"="Peter@Smart-Projects.net" "ID"="Blah" "SavedGotham"=dword:00000000 "ID1"="user@email.com_blah" "ID2"="blah" "ID3"="blah" "ID4"="blah" "ID5"="blah" "ID6"="blah" "RML"=dword:00000000 "FF"=dword:00000000 "Max"=dword:00000000 "Left"=dword:000000cd "Top"=dword:000000d7 "Width"=dword:0000031e "Height"=dword:00000236 "TreeViewWidth"=dword:00000126 "Version"="1.7 (Build: 1.7.0.0)" "ImageFilePath"="" "LastSavedPath"="C:\\" "MotorolaPrefered"=dword:00000001 "AllEndian"=dword:00000000 "SplitImages"=dword:00000000 "SplitSizeMB"=dword:00000400 "CreateCueSheet"=dword:00000001 "CreateMD5Sum"=dword:00000002 "ScanForUDFonVCDorCDi"=dword:00000000 "ScanForHFSonVCDorCDi"=dword:00000000 "ViewsIconStyle"=dword:00000000 "ProgressPerObject"=dword:00000000 "AutoAssignHFSExtensions"=dword:00000001 "ConvertToMacBinary"=dword:00000000 "VersionCheckedYear"=dword:0000076c "VersionCheckedDay"=dword:00000001 "VersionCheckedMonth"=dword:00000001 "VersionCheckedMin"=dword:00000001 "VersionCheckedHour"=dword:00000001 "VersionCheckedHun"=dword:00000001 "VersionCheckedSec"=dword:00000001 "VersionCheckCriteria"=dword:00000003 "VersionCheckLastBuildNmbrRetrieved"=dword:00000000 "VersionCheckLastBuildRetrieved"="" "VersionCheckLastBetaBuildNmbrRetrieved"=dword:00000000 "VersionCheckLastBetaBuildRetrieved"="" "VersionCheckedLastVersionDateYear"=dword:0000076c "VersionCheckedLastVersionDateDay"=dword:00000001 "VersionCheckedLastVersionDateMonth"=dword:00000001 "VersionCheckedLastBetaDateYear"=dword:0000076c "VersionCheckedLastBetaDateDay"=dword:00000001 "VersionCheckedLastBetaDateMonth"=dword:00000001 "VersionCheckLastBuildURL"="" "VersionCheckLastBetaURL"="" "VersionCheckPromptBeforeGoingOnline"=dword:00000001 "VersionCheckPromptIfNewerVersionExists"=dword:00000001 "VersionCheckPromptIfNewerBetaVersionExists"=dword:00000000 "Language"="" "DisplayLocalTimeStamps"=dword:00000000 "ExtractLocalTimeStamps"=dword:00000000 "TempDirPath"="C:\\Documents and Settings\\Glent\\Local Settings\\Temp\\"
  13. got a link?
  14. Woohoo that been buggin me for months thansk for the help
  15. persaonnly i use this vbs script and wrks just fine edit the path to your setup FOR CDROM Set FSO = CreateObject("Scripting.FileSystemObject") For Each Drive In FSO.Drives If Drive.DriveType = 4 And Drive.IsReady And FSO.FileExists(Drive & "\WIN51") Then CDROM = Drive Next If Len(CDROM) = 0 Then MsgBox "Error: CD-ROM not found!", vbCritical WScript.Quit End If Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.Run(CDROM & "\Software\Applications\CDandDVD\Alc\setup.exe /qn REBOOT=REALLYSUPPRESS") WScript.Sleep 19000 WshShell.SendKeys "{TAB}" WScript.Sleep 1000 WshShell.SendKeys "{ENTER}" WScript.Sleep 10000 WshShell.SendKeys "{ENTER}" WScript.Quit FROM HD Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.Run("%systemdrive%\install\Applications\CDandDVD\Alc\setup.exe /qn REBOOT=REALLYSUPPRESS") WScript.Sleep 19000 WshShell.SendKeys "{TAB}" WScript.Sleep 1000 WshShell.SendKeys "{ENTER}" WScript.Sleep 10000 WshShell.SendKeys "{ENTER}" WScript.Quit
  16. Didnt wrk:( any other suggestions?
  17. Title says it all here my cleanup up @echo off set AUStart=%AllUsersProfile%\Start Menu\Programs set UserStart=%UserProfile%\Start Menu\Programs set UserQL=%UserProfile%\Application Data\Microsoft\Internet Explorer\Quick Launch set AUDesk=%AllUsersProfile%\Desktop ECHO Here's your DVD back start %systemdrive%\install\cd.cmd MD "%UserProfile%\My Documents\Downloads" ECHO Adding folders to Start menu MD "%AUStart%\Encoders" MD "%AUStart%\Authoring & Ripping" MD "%AUStart%\CD & DVD Burning" MD "%AUStart%\Image Editing" MD "%AUStart%\Downloading Tools" MD "%AUStart%\Anti P2P" MD "%AUStart%\System Tools" MD "%AUStart%\Media Players" MD "%AUStart%\Internet" MD "%AUStart%\Web Broswers" MD "%AUStart%\Mail" MD "%UserStart%\Encoders" MD "%UserStart%\Authoring & Ripping" MD "%UserStart%\CD & DVD Burning" MD "%UserStart%\Image Editing" MD "%UserStart%\Downloading Tools" MD "%UserStart%\Anti P2P" MD "%UserStart%\System Tools" MD "%UserStart%\Media Players" MD "%UserStart%\Internet" MD "%UserStart%\Web Broswers" MD "%UserStart%\Mail" ECHO moving Start Menu Folders MOVE /Y "%AUStart%\DVD Shrink" "%AUStart%\Authoring & Ripping" MOVE /Y "%AUStart%\TMPGEnc Plus 2.5" "%AUStart%\Encoders" MOVE /Y "%AUStart%\TMPGEnc" "%AUStart%\Authoring & Ripping" MOVE /Y "%AUStart%\Blocklist Manager" "%AUStart%\Anti P2P" MOVE /Y "%AUStart%\CCE SP Trial Version" "%AUStart%\Encoders" MOVE /Y "%AUStart%\D.I.K.O" "%AUStart%\Encoders" MOVE /Y "%AUStart%\DVD2SVCD software bundle" "%AUStart%\Encoders" MOVE /Y "%AUStart%\Protowall" "%AUStart%\Anti P2P" MOVE /Y "%AUStart%\Videolan" "%AUStart%\Media Players" MOVE /Y "%AUStart%\Azureus" "%AUStart%\Downloading Tools" MOVE /Y "%UserStart%\Jasc Software" "%AUStart%\Image Editing" MOVE /Y "%AUStart%\Nero" "%AUStart%\CD & DVD Burning" MOVE /Y "%UserStart%\Smart projects" "%UserStart%\Authoring & Ripping" MOVE /Y "%AUStart%\Smart projects" "%AUStart%\Authoring & Ripping" MOVE /Y "%AUStart%\Zone Labs" "%AUStart%\Internet" MOVE /Y "%UserStart%\Lavasoft AD-Aware SE Professional" "%AUStart%\System Tools" MOVE /Y "%UserStart%\vcdeasy" "%AUStart%\Authoring & Ripping" MOVE /Y "%UserStart%\ABC" "%AUStart%\Downloading Tools" MOVE /Y "%UserStart%\Bittornado" "%AUStart%\Downloading Tools" MOVE /Y "%UserStart%\Azureus" "%AUStart%\Downloading Tools" MOVE /Y "%UserStart%\WinRAR" "%AUStart%\System Tools" MOVE /Y "%UserStart%\**** NFO Viewer" "%AUStart%\System Tools" MOVE /Y "%AUStart%\video fixer" "%AUStart%\Encoders" MOVE /Y "%AUStart%\burstcopy" "%AUStart%\System Tools" MOVE /Y "%AUStart%\Spybot - Search & Destroy" "%AUStart%\System Tools" MOVE /Y "%AUStart%\Slysoft" "%AUStart%\CD & DVD Burning" MOVE /Y "%AUStart%\Elaborate bytes" "%AUStart%\CD & DVD Burning" MOVE /Y "%AUStart%\K-Lite Codec Pack" "%AUStart%\Media Players" MOVE /Y "%AUStart%\moviestacker" "%AUStart%\Encoders" MOVE /Y "%UserStart%\moviestacker" "%AUStart%\Encoders" MOVE /Y "%UserStart%\Matroska Pack" "%AUStart%\Media Players" MOVE /Y "%AUStart%\Mozilla Thunderbird" "%UserStart%\Mail" MOVE /Y "%AUStart%\Mozilla Firefox" "%UserStart%\Web Browsers" MOVE /Y "%UserStart%\Winamp" "%AUStart%\Media Players" MOVE /Y "%AUStart%\Opera" "%UserStart%\Web Browsers" MOVE /Y "%UserStart%\jcarle.com" "%AUStart%\System Tools" MOVE /Y "%UserStart%\DVD Decrypter" "%AUStart%\Authoring & Ripping" MOVE /Y "%UserStart%\Alcohol 120%" "%AUStart%\CD & DVD Burning"[B] I have also tried MOVE /Y "%AUStart%\Alcohol 120%" "%AUStart%\CD & DVD Burning"
  18. Might be a bad ISO what version of ntlite did u use ? do u select the dvd ISO ?I did and couldtn boot with it
  19. lol ok thanks btw could u upload ur WPI for me i love the icons etc
  20. \o/ thank you! do i add the reg tweak then run wpi? then run that comman in my cleanup.cmd?
  21. astalavista thats awesome could u upload that for me
×
×
  • Create New...