Windows 7 x64 vLite "extreme removal" Shrink image & installation by use of vLite & a batch-file
#141
Posted 16 September 2009 - 05:45 PM
May I suggest a detailed, step-by-step guide that uniformly addresses what users should expect, must do and can easily understand? One will be surprised how a little structure in guides goes a long way to solving common issues and preventing common mistakes.
#142
Posted 17 September 2009 - 05:25 AM
#143
Posted 17 September 2009 - 10:46 AM
#144
Posted 18 September 2009 - 03:20 AM
Jeronimo, on Sep 3 2009, 12:33 PM, said:
@Cr4z33: sorry, but I can only help you out once I have my own non-English release. I had no issues when integrating Dutch, removing English and that performing the additional actions.
ah well, ur right, missed that. well now i am trying to follow some guides and do it myself but still cant figure it out why i am having problems finishing installation. Replied to other topic but with no results. maybe u can help out
i followed the guide made by liquid and finished removing components with dism. problem is that at end of install i get error that setup couldnt configure win to work with my comps hardware..
didnt even edit the removal/components batches
#145
Posted 18 September 2009 - 04:06 AM
I got 2 suggestion for a "maybe" better code:
When i run removal.bat it doesnt want to open dism.exe (cannot find the %sources%\dism.exe). I found a quick solution by moving the "set sources=%DVD%\sources" just below "set dism="%sources%\dism.exe""
like this
Rem Sources set sources=%DVD%\sources Rem Dism set dism="%sources%\dism.exe"
Next part is the
:langpack %mountimage% %dism% /image:"%mount%" /add-package /packagepath:"%DVD%\original\lp7264x64.cab"
Here i changed
%DVD%\original\lp7264x64.cab
to
%langloc%\lp7264x64
%dism% /image:"%mount%" /add-package /packagepath:"%langloc%\lpx64.cab"
I hope u can use this information or test it yourself.
#146
Posted 19 September 2009 - 01:34 AM
@Cr4z33: sorry but I am not going to look through your entire batch file to see if there might be a mistake in it.
@frabber: thanks, starter post updated
#147
Posted 19 September 2009 - 05:17 AM
Anyone else got problems with that? I can integrate them doing manual file names and locations, but when using the batch file it doesn't work. I have tried working it out but cant seem too solve it.
If i got the updates in the same directory with an other code it works. but when moving them to another dir it doesn't work. Anyone else got issues with "removal.bat updates"?
I am trying different options right now to figure out how to solve this but haven't yet. I hope I'm not the only one having this issue?
PS. I have tried the standard paths provided in the batch file, everything else works but the update integration
This post has been edited by franner: 20 September 2009 - 05:22 AM
#148
Posted 21 September 2009 - 03:22 AM
Rommsey, on Sep 17 2009, 05:46 PM, said:
Well, considering I am running it on an Italian release and that I am not including languages, updates & drivers I get missing packages errors when running the packages and cleanup steps.
I tried to cleanup a little bit the batch, but if I will get no support into that I am definitely going to give up and use another better explained and better working method.
#149
Posted 21 September 2009 - 10:20 AM
Cr4z33, on Sep 9 2009, 07:49 AM, said:
Cr4z33, on Sep 2 2009, 11:06 AM, said:
SYSTEM is the owner and I cannot find a way to take the ownership of the SOFTWARE file located into C:\s2\windows\system32\config.
Even if I apply the authorization settings when I run the tweak I get that annoying error showed below again and again.
For the record it says something like "Exception not handled: System.Unauthorizedblah blah blah" and "Access to path: 'c:\s2\windowsblah blahblah' denied".
Please help.

Seriously people if someone finds a solution to this please post it here.
do you have UAC enabled? if so, try disabling that & try again? also, make sure you're using imagex from amd64 to mount the wim to c:\s2...?
This post has been edited by dead0: 21 September 2009 - 10:21 AM
#150
Posted 21 September 2009 - 03:28 PM
Jeronimo, on Sep 19 2009, 01:34 AM, said:
@Cr4z33: sorry but I am not going to look through your entire batch file to see if there might be a mistake in it.
@frabber: thanks, starter post updated
This is why your guide is very poor and despite your good intentions to help people with your findings, such intentions are wasted by refusing to clearly state your findings and then not offer help directly to someone who tried to follow your steps and ran into issues.
Liquid's guide is superior and as such it's clear that Cr4z33 is making the better choice in looking for help elsewhere.
#151
Posted 21 September 2009 - 03:30 PM
Cr4z33, on Sep 21 2009, 03:22 AM, said:
Rommsey, on Sep 17 2009, 05:46 PM, said:
Well, considering I am running it on an Italian release and that I am not including languages, updates & drivers I get missing packages errors when running the packages and cleanup steps.
I tried to cleanup a little bit the batch, but if I will get no support into that I am definitely going to give up and use another better explained and better working method.
Judging by your intent and Jeronimo's refusal to help, I recommend Liquid's guide. His is very detailed and even if you make a mistake following his work, you can quickly isolate what and where you went wrong.
If you'd like further help, let me know.
#152
Posted 22 September 2009 - 12:44 AM
Rommsey, on Sep 21 2009, 10:30 PM, said:
If you'd like further help, let me know.
First of all, thanks for your help.
Going to give it a try.
This post has been edited by Cr4z33: 22 September 2009 - 12:49 AM
#153
Posted 22 September 2009 - 04:41 PM
Cr4z33, on Sep 22 2009, 01:44 AM, said:
I also maintain a guide that now has a semi-gui. If you are a noob modding x86, it's pretty solid. I say x86 cuz some x64 users are incompatible with the 16-bit choice.com file, so the user-selection is not gonna work. Anyway, if you want the full power of removal.bat, this is the right thread. Having a detailed guide is nice, but the cost comes down to user customizibility. The point of vLite is to customize Windows for the end-user.
If you have any errors, it will be your own fault 95% of the time.
Unless your using one of my programs, then its probably because I suck at programming
#154
Posted 22 September 2009 - 10:51 PM
#155
Posted 22 September 2009 - 11:25 PM
#156
Posted 23 September 2009 - 07:41 AM
%dism% /Image:"%mount%" /Add-Package /PackagePath:"%updateloc%"
here it would take all packages inside the update folder and add them. Couldn't get the other command to work, but this works perfect for me.
Try it out, i think u will like it.
But I dont think u can seperate .msu, .exe, .msi, .cab here. but it shouldn't matter as all updates should only be in this folder and nothing else really as said in the guide.
This post has been edited by franner: 23 September 2009 - 07:43 AM
#157
Posted 27 September 2009 - 08:21 AM
This post has been edited by boudha00: 27 September 2009 - 08:37 AM
#158
Posted 06 October 2009 - 02:15 AM
franner, on Sep 23 2009, 08:41 AM, said:
%dism% /Image:"%mount%" /Add-Package /PackagePath:"%updateloc%"
Thanks a lot, this did the trick for me!
It seems it only integrates msu updates, but that is fine, I only have 4 updates that can't be integrated, msi, cab, and exe. They're all MS updates though.
This post has been edited by blerk: 06 October 2009 - 02:17 AM
#159
Posted 15 October 2009 - 03:20 PM
http://i35.tinypic.com/16kw2s6.png
#160
Posted 19 October 2009 - 02:23 PM
@dridzz: You are using these commands by hand, I think what you should do is replace %%i by %i (at least twice!) in each "for-loop". When using it in a batch file it needs to be %%i, when manually entered on the prompt %i. Using rd on wildcards does not work, that is why I created a for-loop in the first place.



Help

Back to top









