Jump to content

-I-

Member
  • Posts

    637
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by -I-

  1. still looking for it though... im thinking of Compleately removing IE and its CORE, and than trying to find out wich files are mandatorie to keep.. but i realy WANT MS IE out O. U. T. out...
  2. Cant be done, Windows Setup uses this file like ha hashed file, so you want to edit the winnt.sif file you will have to compleately restart the guisetup proces to use your new winnt.sif file... litlebit drastic dont you think ??? i think the writhing of a batch file to do this was a briliant idea, i just have a problem that it requires IE-core (but for now, ill stick to it because of the manny feature it has)...
  3. this shouldn't be realy dificult to make .... if you wold use a dinamic checkbox list... look at this... and correct the errors (im not that good at scripting but can give you the basic idea... http://www.msfn.org/board/index.php?showto...ndpost&p=251424 and add some code to look for the existance of the setupfile first before writhin the checkbox to your file...
  4. hmmz, intresting... perhaps idd try and changing some stuf in it like backgrond collors to black and translating some installing messages to dutch, after all my entire cd is dutch,
  5. using SFX example on how to COULD be, >>> remove notpad..exe from your windows Install source... (for example with Nlite, >>> make 2 SFX archives, 1: Notepad_old.exe 2: notepad_new.exe --> in these sfx files define, that the content must be extracted to: "%windir%\System32" now you could make a litle javascript to enable a user to chose what version he wants, you could, do this multiple ways, 1 is a checkbox, if ( document.checkbox.check). { '/start notepad_new.exe'} else { '/start notepad_old.exe} or you could even use radio buttons for, none / old / new or whatever you'd like... this would be a lot easier, specialy when, you want to keep WFP on... note this code isn't complete, look at it yourself to get it working, didn't have the time to check out the exact spelling in some parst of it so i left them out, (look at the writefunction to see how)...
  6. @Pezzie Great Job Mate, realy cewl way of intrducing your software, id wish i could do the same, but i realy know nothing about flash or annything, could you explain some parts about it, (what tools to use, for example?
  7. Media player classic, (Sorry dont actualy have the download link at hands, will play about anny audio or even video files from a command switch, and does not require any install procedure. just use runonce or whatever, to /start $filepath$\ mpc.exe /PLAY $FILEPATH\music.mp3
  8. Have tryed it to, nothing untill now, MSHTA.exe indead is using some files from the ie core, Wich i still cant seam to destinguish (sorry for bad spelling) wich file to keep and wich to dump, For now i stil cant real tell, the only one im sure about is mshtml.dll For those who thought about it, there is no chance of patching mshta.exe to use the Moz-Active X project, it wont work, though anyone could try building a mini (batch controlled ... Jscript enabled ... Gecko based) browser >> if he/she cann but for now, there is now alternative for HTA but IE ...
  9. i can see what you are doint, but why in earth would you use SFX to do it this way.. Its 10 times easyer write the xml file from scratch, For those of you intersted, goto the WPI thread to see how the newer version writes a CMD file, use the same method to write xml lines instead of batch...
×
×
  • Create New...