Jump to content

lsrkin

Member
  • Posts

    22
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Russian Federation

Everything posted by lsrkin

  1. cleanup.cmd REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoSMConfigurePrograms /t REG_DWORD /d /1 DEL /F /Q "%USERPROFILE%\..\Default User\Start Menu\Programs\Remote Assistance.lnk" DEL /F /Q "%USERPROFILE%\Start Menu\Programs\Remote Assistance.lnk" DEL /F /Q "%ALLUSERSPROFILE%\Start Menu\Windows Update.lnk" DEL /F /Q "%ALLUSERSPROFILE%\Start Menu\Windows Catalog.lnk" DEL /F /Q "%UserProfile%\Start Menu\Programs\Outlook Express.lnk" DEL /F /Q "%AllUsersProfile%\Start Menu\Programs\Windows Movie Maker.lnk" p.s.:thx mazmorbid for the list in next post that he had found somewhere ....
  2. I've made them for my wpi install: here are the codes for silent installation: word_viewer.exe /quiet PowerPointViewer.exe /quiet WordViewer2003SP3-KB934736-FullFile.exe" /q ExcelViewer.exe" /quiet powerpointviewer2007sp1-kb937158-fullfile-en-us.exe" /quiet /norestart office2003-KB947355-FullFile-ENU.exe" /Q office2003-KB950625-FullFile-ENU.exe" /Q I use Russian version of word viewer so u should download version that u need. Also i added hotfixes so that u will see no updates for viewers on microsoft_update website GL
  3. ricktendo64 Yeah, i like that one too! I deleted assistant in uberpack and it works great! Made true Unlocker 1.8.7 AddOn based on Kel's Uberpack. 100% works. http://www.mediafire.com/?9msx39z1pli
  4. cd %ALLUSERSPROFILE% cd.. for /D /R %%i in (7z*.tmp) do rmdir /S /Q %%i here's my batch file for deleting all temp directories in "Documents and Settings" folder and all subfolders The thing is that the line for /D /R %%i in (7z*.tmp) do rmdir /S /Q %%i doesn't execute from "C:\Documents and Settings" folder It executes from whete my batch file is!!! So the whole script is useless. Any suggestions?? UPD.: Found a solution cd /d %ALLUSERSPROFILE% cd /d .. for /D /R %%i in (7z*.tmp) do rmdir /S /Q %%~fsi
  5. Thx for an explanation! I'll try it on clean XP on Vmware. here's config.js: //--------------------------------------------------------------------------------------------- // Reference ... prog[0] won't be used. It's just an example. // Look in program.js to see explanation of these properties. //--------------------------------------------------------------------------------------------- // pn=0; // start value for prog numbering // prog[pn]=['ProgramName']; // ordr[pn]=[0]; // desc[pn]=['Description']; // uid[pn]=['APP1']; // dflt[pn]=['no']; // cat[pn]=['Application Category']; // forc[pn]=['false']; // configs[pn]=['List of configs to be auto checked. Comma seperated']; // deps[pn]=[]; // excl[pn]=[]; // cond[pn]=['Javascript Conditional Statement']; // gcond[pn]=['Javascript Conditional Statement to gray item']; // regb[pn]=['Registry Key Path']; // cmd1[pn]=['CommandLine 1']; // cmd2[pn]=['CommandLine 2']; // cmd3[pn]=['CommandLine 3']; // cmd4[pn]=['CommandLine 4']; // cmd5[pn]=['CommandLine 5']; // cmd6[pn]=['CommandLine 6']; // cmd7[pn]=['CommandLine 7']; // cmd8[pn]=['CommandLine 8']; // cmd9[pn]=['CommandLine 9']; // cmd10[pn]=['CommandLine 10']; // rega[pn]=['Registry Key Path']; // picf[pn]=['Picture File']; // picw[pn]=['Width']; // pich[pn]=['Height']; // textl[pn]=['Text Location']; // pn++; //--------------------------------------------------------------------------------------------- // Your programs here ... //--------------------------------------------------------------------------------------------- pn=1; prog[pn]=['Ahead Nero 8.3.2.1 Micro']; uid[pn]=['AHEADNERO8321MICRO']; dflt[pn]=['yes']; cat[pn]=['Office']; forc[pn]=['no']; cmd1[pn]=['"%wpipath%\\Install\\n83_21m_en_ru.exe" /verysilent /norestart /sp- /lang=russian']; cmd2[pn]=['FILECOPY "%ALLUSERSPROFILE%\\Start Menu\\Programs\\Nero\\Nero Burning ROM.lnk" "%ALLUSERSPROFILE%\\Desktop\\"']; pn++; prog[pn]=['Defraggler v1.01.073 BETA']; uid[pn]=['DEFRAGGLERV101073BETA']; dflt[pn]=['yes']; cat[pn]=['System']; forc[pn]=['no']; cmd1[pn]=['"%wpipath%\\Install\\dfsetup101.exe" /S']; pn++; prog[pn]=['**** NFO Viewer 2.10.0032.RC3']; uid[pn]=['DAMNNFOVIEWER2100032RC3']; dflt[pn]=['yes']; cat[pn]=['MultiMedia']; forc[pn]=['no']; cmd1[pn]=['"%wpipath%\\Install\\****.msi" /qn']; pn++; prog[pn]=['WinRaR 3.71']; uid[pn]=['WINRAR371']; dflt[pn]=['yes']; cat[pn]=['Utilities']; forc[pn]=['no']; cmd1[pn]=['"%wpipath%\\Install\\WinRAR 3.71 Russian.exe" /S']; pn++; prog[pn]=['Unlocker 1.8.7']; uid[pn]=['UNLOCKER187']; dflt[pn]=['yes']; cat[pn]=['System']; forc[pn]=['no']; cmd1[pn]=['"%wpipath%\\Install\\unlocker1.8.7.exe"']; pn++; prog[pn]=['WinDjView 0.5']; uid[pn]=['WINDJVIEW05']; dflt[pn]=['yes']; cat[pn]=['MultiMedia']; forc[pn]=['no']; cmd1[pn]=['"%wpipath%\\Install\\WinDjView.exe" /VERYSILENT']; pn++; prog[pn]=['7-Zip 4.57']; desc[pn]=['7-Zip is a open source file archiver with high compression ratio.']; uid[pn]=['7Zip457']; dflt[pn]=['yes']; cat[pn]=['Utilities']; forc[pn]=['no']; configs[pn]=['yes']; gcond[pn]=['FileExists(\'D:\\Apps\')']; cmd1[pn]=['%wpipath%\\Install\\7z457.exe /S']; pn++; prog[pn]=['Hashtab 2.0.8']; desc[pn]=['HashTab is a Windows shell extension which adds a tab called "File Hashes" to the Windows Explorer file properties. The tab contains the MD5, SHA1 and CRC-32 file hashes. These are common hashes that are used to verify the integrity and authenticity of files. Many download sites list the MD5 hash along with the download link. The HashTab makes it very simple for Windows users to check these hashes on any file on the system without using external tools.']; uid[pn]=['Hashtab208']; dflt[pn]=['yes']; cat[pn]=['System']; forc[pn]=['no']; configs[pn]=['yes']; gcond[pn]=['FileExists(\'D:\\Apps\')']; cmd1[pn]=['%wpipath%\\Install\\hashtab.exe /S']; pn++; prog[pn]=['Your Uninstaller 2008']; uid[pn]=['YOUR']; dflt[pn]=['yes']; cat[pn]=['Applications']; forc[pn]=['no']; cmd1[pn]=['"%wpipath%\\Install\\YU2008\\yu2008setup.exe" /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-']; rega[pn]=['%wpipath%\\Install\\YU2008\\yu2008.reg']; pn++; prog[pn]=['WinRAR 3.71 Russian']; uid[pn]=['WINRAR371RUSSIAN']; dflt[pn]=['yes']; cat[pn]=['Applications']; forc[pn]=['no']; cmd1[pn]=['"%wpipath%\\Install\\WinRAR 3.71 Russian.exe" /s']; pn++; prog[pn]=['Total Commander 2.50 PowerPack']; uid[pn]=['TOTALCOMMANDER250POWERPAC']; dflt[pn]=['yes']; cat[pn]=['Applications']; forc[pn]=['no']; cmd1[pn]=['"%wpipath%\\Install\\Total Commander\\Total Commander 7.03 PowerPack 2.50 Rus.exe" /S']; pn++; prog[pn]=['Foxit PDF Reader 2.3.2923']; uid[pn]=['FOXITPDFREADER232923']; dflt[pn]=['yes']; cat[pn]=['MultiMedia']; forc[pn]=['no']; cmd1[pn]=['"%wpipath%\\Install\\Foxit Reader\\FoxitReader23.exe"']; pn++; prog[pn]=['foobar2000 0.9.5.2 STALK:ER PACK']; uid[pn]=['FOOBAR20000952STALKERPACK']; dflt[pn]=['yes']; cat[pn]=['MultiMedia']; forc[pn]=['no']; cmd1[pn]=['"%wpipath%\\Install\\foobar2000\\fb2k_0.9.5.2_STALK.ER_Pack.exe" /S']; cmd2[pn]=['FILECOPY "%wpipath%\\Install\\foobar2000\\foobar2000.cfg" "%programfiles%\\foobar2000\\"']; pn++; prog[pn]=['ACDSee Pro 2.0.238']; uid[pn]=['ACDSEEPRO20238']; dflt[pn]=['yes']; cat[pn]=['MultiMedia']; forc[pn]=['no']; cmd1[pn]=['"%wpipath%\\Install\\ACDSee_Pro2_2.0.238_RU.exe"']; pn++; prog[pn]=['Mozilla Firefox 2.0.0.14']; uid[pn]=['MOZILLAFIREFOX20014']; dflt[pn]=['yes']; cat[pn]=['Applications']; forc[pn]=['no']; cmd1[pn]=['"%wpipath%\\Install\\Mozilla Firefox\\FFox_ENU.exe"']; cmd2[pn]=['DIRCOPY "%wpipath%\\Install\\Mozilla Firefox\\Mozilla" "%APPDATA%"']; pn++; prog[pn]=['RegWorks 1.3.3']; uid[pn]=['REGWORKS133']; dflt[pn]=['yes']; cat[pn]=['Applications']; forc[pn]=['no']; cmd1[pn]=['"%wpipath%\\Install\\RegWorks.exe" /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-']; pn++; prog[pn]=['QIP 8060']; uid[pn]=['QIP8060']; dflt[pn]=['yes']; cat[pn]=['Applications']; forc[pn]=['no']; cmd1[pn]=['"%wpipath%\\Install\\qip8060.exe" /S']; cmd2[pn]=['DIRCOPY "%wpipath%\\Install\\QIP" "%programfiles%"']; pn++; prog[pn]=['VLC 0.8.6f']; uid[pn]=['VLC086F']; dflt[pn]=['yes']; cat[pn]=['MultiMedia']; forc[pn]=['no']; cmd1[pn]=['"%wpipath%\\Install\\vlc-0.8.6f-win32.exe" /S']; cmd2[pn]=['FILECOPY "%wpipath%\\Install\\VLC\\vlc.bat" "%programfiles%\\VideoLAN\\VLC\\"']; cmd3[pn]=['FILECOPY "%wpipath%\\Install\\VLC\\Pleylist.m3u" "%programfiles%\\VideoLAN\\VLC\\"']; cmd4[pn]=['FILECOPY "%wpipath%\\Install\\VLC\\vlcrc." "%APPDATA%\\vlc\\"']; cmd5[pn]=['FILECOPY "%wpipath%\\Install\\VLC\\VLC media player.lnk" "%ALLUSERSPROFILE%\\Desktop\\"']; pn++; prog[pn]=['Daemon Tools 4.12.3']; uid[pn]=['DAEMONTOOLS4123']; dflt[pn]=['yes']; cat[pn]=['System']; forc[pn]=['no']; cmd2[pn]=['"%wpipath%\\Install\\daemontools-4123-lite.exe"']; pn++; prog[pn]=['nlite 1.4.5']; uid[pn]=['NLITE145']; dflt[pn]=['yes']; cat[pn]=['Applications']; forc[pn]=['no']; cmd1[pn]=['"%wpipath%\\Install\\nLite145.exe" /S']; pn++; prog[pn]=['Real Alternative Lite 1.80']; uid[pn]=['REALALTERNATIVELITE180']; dflt[pn]=['yes']; cat[pn]=['MultiMedia']; forc[pn]=['no']; cmd1[pn]=['"%wpipath%\\Install\\RealAlternativeLite180.exe" /VERYSILENT /SP- /NORESTART']; pn++; prog[pn]=['QuickTime Alternative 2.50']; uid[pn]=['QUICKTIMEALTERNATIVE2']; dflt[pn]=['yes']; cat[pn]=['MultiMedia']; forc[pn]=['no']; cmd1[pn]=['"%wpipath%\\Install\\QuickTimeAlternative.exe" -ai']; pn++; prog[pn]=['Microsoft Office Viewers']; uid[pn]=['MICROSOFTOFFICEVIEWERS']; dflt[pn]=['yes']; cat[pn]=['Office']; forc[pn]=['no']; cmd1[pn]=['"%wpipath%\\Install\\Office\\wordview_ru-ru.exe" /quiet']; cmd2[pn]=['"%wpipath%\\Install\\Office\\ExcelViewer.exe" /quiet']; cmd3[pn]=['"%wpipath%\\Install\\Office\\PowerPointViewer.exe" /quiet']; pn++; prog[pn]=['Paint.NET 3.31']; uid[pn]=['PAINTNET331']; dflt[pn]=['yes']; cat[pn]=['MultiMedia']; forc[pn]=['no']; cmd1[pn]=['"%wpipath%\\Install\\PaintNET.exe"']; pn++; //--------------------------------------------------------------------------------------------- // End of program definitions ... //---------------------------------------------------------------------------------------------
  6. Thx for log-file advice!!! Turned out those were simple syntax errors. What libraries does WPI use? VC05, 08 maybe? Can't understand what i had missed, WPI.hta still crashes.
  7. Nonono, i'm not talking about before\after reg tweaks, i know this bug i'm talking about this, i don't think that there's quotes bug here.., btw i haven't deleted IE, it's just not a default browser.
  8. Firefox 2.0.0.14 is default browser, didn't modify any wpi files...and i wrote that my XP is original, i didn't use nlite. I used nlite to the disk i'm making now..but i don't think that it can be responsible for crashes(for not applying *.reg files yes, but not for crashes). What component can be important and i should not remove it with nlite?
  9. I have Nero8 and IE7 installed on original WinXP-Pro Eng and have lots of runtime errors, WPI crashes when i try to add apps. Here are some situations: i use browse button and press "open" - CRASH; more often it happens when i browse for an app that is in a subfolder (e.g. "%wpipath%\Install\Foxit Reader\FoxitReader23.exe") , if i write(paste) this string down it'll be fine, otherwise = CRASH; when i press Save button(in Configuration tab, all crashes btw are in this tab) sometimes i get CRASH; and finally..when i press exit button (not WPI exit but Conf tab exit) i get CRASH very often. Ask any questions related to installed software or enabled\disabled services etc, just don't know if it's my system or WPI that causes problems BTW: not about crashes, just need some help: I made WPI to run after 1st logon i have "%wpipath%\Install\tweaks" folder that contains tweaks.cmd and hklm.reg tweaks.cmd code REGEDIT /S "hklm.reg" ExecuteAfterEnabled=true; ExecuteAfter=['"%wpipath%\\Install\\tweaks\\tweaks.cmd"']; I run tweaks.cmd AFTER EVERYTING(set it in options tab) and..tweaks just don't want to be applied :\ (i reboot after install, don't ask) and i the i can't copy dir to a folder here's the string DIRCOPY "%wpipath%\Install\Mozilla" "%APPDATA%\" any help? thx in advance m8s
  10. ricktendo64 Doesn't WinRaR SFX do the same thing?
  11. cloferba No, registry entries are not important, cause you delete all ebay-related files, but you can delete those if you want use command based on Unlocker Assistant removing REG DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v UnlockerAssistant /f
  12. fixed, needed to add pause to cmd file
  13. This addon is SFX archive based on a .cmd file, that deletes all ebay links and/or "Unlocker Assistant". 1. Download Unlocker 1.8.7 Unlocker 1.8.7 2. Create .cmd file in the same dir: With Assistant: start /wait unlocker1.8.7.exe /S ping -n 2 127.0.0.1 > nul DEL /F /Q "%ProgramFiles%\Unlocker\eBay_shortcuts_1016.exe" DEL /F /Q "%UserProfile%\Application Data\Desktopicon\eBayShortcuts.exe" DEL /F /Q "%UserProfile%\Desktop\eBay.lnk" DEL /F /Q "%UserProfile%\Application Data\Microsoft\Internet Explorer\Quick Launch\eBay.lnk" DEL /F /Q "%UserProfile%\Start Menu\eBay.lnk" UPD: Now Unlocker AddOn without Assistant is a switchless installer based on True Addon(thx Kel for his UberPack) and uninstallable. Works great. 3. enjoy Unlocker 1.8.7 with Assistant Unlocker 1.8.7 without Assistant Unlocker 1.8.7 True Addon(without Assistant) http://www.mediafire.com/?myxxvv2w0jx
  14. I almost done everything, was going to burn cd next step! Wanted to remove Ethernet(LAN) drivers using nlite. Got an error. Now it says to do everything from the beginning :\. Is there a way of fixing it? Where does nlite read this error from? Thx in advance. UPD: Found the answer - removed nl_proc.txt
  15. lsrkin

    Integrating SP3

    I saw that link everywhere over the internet(said it was a link to 5508 build), so i thought it was 5508 :\. Thx!
  16. lsrkin

    Integrating SP3

    I wanted to try it on Vmware, just tired of waiting for RTM.
  17. lsrkin

    Integrating SP3

    Hi! I can't integrate or install Windows XP SP3 v.5508. nlite, Everest, even in Windows System Properities it's shown as 3311. Don't know what to do, there is no file with v.5508. I downloaded SP3 from here http://www.microsoft.com/downloads/details...;DisplayLang=en I integrated it to Original Windows XP (without SP) and to Original Windows XP SP2. I also installed it. Nothing works. I wouldn't think it was weird, but here http://www.msfn.org/board/nLite-145-beta-2...60&start=60 everything is fine. Any suggestions? P.S.: sry for my english
×
×
  • Create New...