Jump to content

nlitened

Member
  • Posts

    28
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

About nlitened

nlitened's Achievements

0

Reputation

  1. Ok thanks and cheers for moving the topic, wasn't sure where would be best for it
  2. Hi, Many thanks to the author of this install_wim_tweak.exe tool (I found the source post a while ago but can't seem to locate it anymore :/ ), I'm utilising it in a project I'm building... Anyway, I was wondering if someone would be able to recompile it with a switch that suppresses the need to 'press any key to continue' when an error occurs? It works great at the moment via the command line but when an error occurs the process remains, having to kill it via task manager. Hoping someone can help out Cheers
  3. DISM is laboriously slow, drives me But DISM Tool™ requires Powershell. First rule of MSFN you do not delete Powershell. Second rule of MSFN you do not delete Powershell. J/K, looks like you save about 200Mb or so, that sounds about right. Opps, sorry, I haven't utilised DISM Tool as much as I should have
  4. Thanks Jinje, that makes a lot of sense regarding file compressibility. The main removals were: ; \Program Files\Microsoft Games (140mb) ; \Windows\Help\mui\0409 (4mb) ; \Windows\Help\Windows\en-US\*.h1s (20mb) ; \Windows\System32\Recovery (140 mb) ; \Windows\System32\WindowsPowerShell (8mb) ; \Windows\Web\Wallpaper\ (38mb) ; \Windows\winsxs\Backup (400mb) So roughly 750mb, but still with maximum compression the same new_image came out at 1.54 GB, still a long way off of perfect...
  5. Ok, 900mb was a bit excessive, I remove about 500mb give or take... I don't want to compress it further than it already is, which I assume is 'fast'. Seeing as I removed ~500mb from the mounted image, I'm wondering why this is not reflected in the final wim size. I run a tight ship hahha Ok, updated procedure imagex /export full_image 5 single_image imagex /mountrw single_image mount_dir [remove 500mb] imagex /unmount /commit mount_dir imagex /export single_image 1 new_image Results: full_image = 1.77 GB single_image = 1.67 GB new_image = 1.64 GB 500mb is still there somewhere... I'm already short of hair, I can't afford to pull much more out :/ Am I meant to do anything in between any of the steps, like delete/move excess files before exporting? scratches head, oops
  6. Interesting, thanks for the reply, I'll give it a go...
  7. Hi, So I've read up a lot and got the customisation down to a t', but I can't for the life of me get the WIM size to reduce... Here's my procedure at the moment: Extract Windows 7 x86 to D:\win_source Use imagex to /mountrw image 5 (ultimate) install.wim to D:\win_mount Run the hive access tool Use DISM to remove a number of packages (~20) Manually delete about 900mb of files/folders from D:\win_mount Use imagex to /unmount /commit Use imagex to /export /compress fast (image 5) install.wim to D:\my_wim.wim The result is my_wim.wim having almost exactly the same size as the original install.wim I'm thoroughly confused. What am I missing from the above steps to get the final wim size down?
  8. I'm interested in which files it is dependent upon too, as I'd much rather extract the necessary few MBs from WAIK and dump them in the RT7Lite folder than install the entire 1.3GB WAIK kaboodle :/ Much like Nuhi supplied the dependencies and you could add the necessary files to vLite's installation folder, I'd much prefer to do the same with this tool too! Hope bensam chimes in here
  9. I used the elite64.ini and the remove.bat from this thread, and my ISO is 1.08GB. I'm using Ultimate N and I haven't manually removed anything from WinSxs\* yet. Looking to get it below 1.0GB...
  10. I've been getting the 'not serviceable' errors too, when trying to /get-packages. I'm manually mounting with dism, not using the removal.bat. Also can't seem to unmount the wim either..., very strange
  11. I believe there's a couple of other topics describing this method already. And yes, it's still applicable for 7.0.0.125, nice and easy to wrap up in a smart SFX archive for easy deployment
  12. Incorporating an email validation process would be ideal I would imagine. An example script: http://biorust.com/index.php?page=tutorial...l&tutid=115
  13. Many thanks jcarle, I was playing with App.EXEName for at least 2 hours last night, but that did the trick perfectly! Cookie for you
  14. jdoe, Thought I included everything in the attachment that makes the splash work?! And I wasn't expecting magic, just some helpful advice :/ Anyhow, Thanks Tarun, seems I can't achieve the dynamic text from the exe name then, if I understand you correctly, cheers for looking anyway.
  15. Hi there, I'm hoping someone with a bit more experience of VB6 might be able to help me out with this... I'm using a generic splash screen script which works fine as is, but I have no idea how to get the name of the exe to be displayed as the splash appears. The purpose is so that whatever the splash screen exe is named as, will appear in the splash, (without the .exe part) E.g. If I were to rename the splash exe to nlitened.exe, it will display this: Hope I explained it well enough Thanks in advance
×
×
  • Create New...