Jump to content

SiMoNsAyS

Patron
  • Posts

    3,414
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Spain

Everything posted by SiMoNsAyS

  1. that's really stranege becase i've run it many times in my vpc and worked flawlessly but if you say it works better that way... updated again!
  2. yes and no... still untested sometime ago i read about a guy that got problems if he didn't specify the patch to the unattended.mst file so that's why i added it, just to prevent problems you can try in your current installation and if it fails then you know what it's the problem. hope it works and can help u Gracias a ti
  3. just edit "C:\boot.ini" and if the partition it's correct, then just delete this
  4. i'm sure that links are still there, on the net, at least most of them (i found some offlines). some of the info can still be found but i have zipped all the documents about the shrinking win9x so you don't have to search for them and you can avoid offline problems. on 2 years some1 will question "hey, where is the info about shrinking win9x?" and you can point them here
  5. that's exactly what i wanted so yes it will continue the installation with no prompts.
  6. @evilvoice no problem with you guy, no offense, it's just that i thought it was clear that this can not work depending on your isp settings. if the installation it's correct then there it's a problem with dun.ini or phonebook.ini again try to search on the cd you got together with the modem if it can help. sorry if something from here cause you that tons of problems anyway for me works perfect, it's just there is something you need to tweak, good luck about stdialer, sorry i dunno ps: i'll edit the original post to left it clearer
  7. @Mtk it runs win32 apps that don't use advanced APIs but you don't have to look at it like a "small OS" you can see it like an "advanced recovery system". you still can use explorer and probably you can run a xp installation from that mini-OS (untested). somethings i've thought about: probably it would run from a virtual unit so it can be mounted from a startup disk like EDB.CAB. it can be used like WinPE you can build a liveCD to play solitaire ( ) ..
  8. Introduction I've found 2 methods of how you can shrink the Win95 installation down to near 5Mb. First one was originally stored here. But the author left the project: Second one let you make a bootcd but i haven't test it.Method 1 1.- Shrinking: Start deleting the files not present in this list: 2.- Editing: Simply edit your "SYSTEM.INI" and left only these lines: Method 2 1.- Shrinking: You have just downloaded the files at the bottom, so take a look at "95filelist.txt" and remove everything not included in that file, even: read only, hidden files, win.ini, system.ini, system.dat, system.da0, user.dat and user.da0. "\windows\system\vmm32\" must be left if you want to preserve support for win32 applications. 2.- Micro95: Now run "createmicro95.bat". After the command file it's finished, you'll read: So follow the instructions, rename, insert and add to the registry.3.- Additions: In the .zip file you can find: "System.ini" "Win.ini" "createmicro95.bat" "95filelist.txt" "Registry.reg" How To: Make a bootable CD How To: Win98, less than 5Mb (Nano98 method)! How To: Long file names (LFN) under DOS How To: Win95 on 5'35Mb with explorer under non-safe mode (now offline/not available)! How To: Restoring WMM32.VXD support for Win32 applications How To: Win95 on 4'47Mb (micro95 method)! Download 145 KB (148.819 bytes) Mirrored Download 145 KB (148.819 bytes) - Thanks to vaibhavb! The purpose of this it's to don't forget what it was written on the net and now it's not available, so if you can host the file, PM me and I'll add your mirror. Other interesting links [How To]: Use 2 CDs for Windows XP and Office [How To]: Silent install Mozilla Firefox 0.9.3 [How To]: Silent install Nullsoft WinAmp 5.05 [How To]: Silent install Agnitum Outpost Pro 2.11 [How To]: Silent install Softwin BitDefender 7.2 [How To]: Silent install MSN Messenger 6 & Messenger Plus! 3.20 [How To]: Silent install Alcatel Speedtouch 330 USB DSL Modem On Progress: [XPCD Example]: BioHaZaRD Unattended PRoJeCT [How To]: Silent install Agnitum Outpost Pro 2.5 [How To]: Silent install Softwin BitDefender 8
  9. while writting the guide bsod!!!! i'll edit this post when finished. @gamehead200 those pages are already in the guide edit: Win95 on 5,35Mb!
  10. @evilvoice if the installation starts and then fails take a look under code of section 4 every dsl has different settings, mine it's only a base, you have to build your own based on your isp...
  11. none it's easier than other, mine it's just for spanish users and @nateklomp's script it's for english language ...working on outpost 2.5...
  12. @nOBeLium lol, for me it looks perfect, the only thing that can cause that error it's that the office setup.exe file it's not on the root on of your office folder... thing that i doubt... anyway i've changed a little the code so you can try this... @ECHO OFF TITLE Instalacion de Microsoft Office 2003 y Adobe Photoshop CS COLOR 70 ECHO. ____ ECHO ______________________________ ____________/ /________ ECHO -=-=-=-=/ __________________/ _ \ _ \/ ____\____ \ / \/ ____\-=-=-=-=- ECHO ____\___ \/ \/ _ _ / / / / /\___ \/ / /__ /\___ \ ECHO -=-=-/ ________/ ___/__/_/ /_____/__/ /______/\_____/ / /______/=-=-=-= ECHO \/(-Dvc!-)\/ / _/ / _/ /_____/ ECHO \/ \/ ECHO. ECHO. ECHO Por favor inserta el CD de Microsoft Office 2003 SP1 ECHO En 1 minuto se continuara la instalacion... FOR %%d IN (c: 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\$OEM$\BioHaZaRD.nfo SET CDROM=%%d start /wait %CDROM%\$OEM$\pause.cmd FOR %%d IN (c: 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\Unattended.mst SET OFFICE=%%d FOR %%d IN (c: 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 NOT EXIST %%d\Office2003\Unattended.mst GOTO END ECHO. ECHO Instalando Microsoft Office 2003 SP1 start /wait %OFFICE%\setup.exe TRANSFORMS=%OFFICE%\Unattended.mst /qb- GOTO END :END ECHO Por favor inserta el CD de Instalacion de Windows XP SP2 ECHO En 1 minuto se continuara la instalacion... start /wait %CDROM%\$OEM$\pause.cmd EXIT
  13. have you unlocked your taskbar? try resizing the quicklaunch and the taskbar space
  14. i'll start writting tonight.. 1am gmt @jaclaz good find
  15. @Stanislavs, he wants to shrink the installation of w98se, like nlite works for XP. i've read a little about that and found a manual dunno where, but i remember that w95 can be shrinked down to 15mb... edit: if found it. good and bad news... good news, this is the page http://www.wimborne.org/richard/shrinkingwindows/ ...bad news a quote from that page... if any1 it's interested i've got a copy from a year ago "how to shrink w95 to 5,95mb", i can make a little tutorial if you like... part of what i've got
  16. this is tricky, first take a look to: Catalyst Forceware then if you need help with .iss files come back
  17. the guy has to pay $2000 if he want the tribunal to be constituted by 3 judges and not 1 (more possibilities to win), and that it's the beginning. what about if he win? he can demand m$ for damages? what it's really interesting it's that m$ have demanded the site for the similar domain and the similar logo, nothing related to the content...
  18. overheating can be a problem... LoL
  19. lots of new members, welcome dude
  20. hahahahah **** it! i thought it was a really girly-britney clone
  21. mmm what about LAN? plugin a HD with the XP installation? ZIP drive with XP install shrinked? USB device with nlited XP (needs bios support to boot from it)? ..
  22. @Sesshoumaru it can be a common error but you can still use for example latest winrar (3.40) it's shareware. extract the contents of the .7zip file to $OEM$\$1 so it will look like "$OEM$\$1\Drivers\006_MassStorage"
  23. that it's really strange because for me it works perfect... things to try: check that the patch it's correct (if you are not using the english language version your application data folder may look different) remove any "@echo off" commands so you can see what it's happening and why it's not deleted debug your output like Clean.cmd >> C:\Clean.log 2>&1 see if it works on your current installed system if you run it from runonceex or later you can use the %APPDATA% variable, so it will look like
  24. the first 2 links are WFP protected and the last one does not have a .lnk extension. try deleting... DEL /F /Q "%UserProfile%\Application Data\Microsoft\Internet Explorer\Quick Launch\Show Desktop.scf"
×
×
  • Create New...