September 9, 200916 yr whre are the new batch files ? ithink u forgot to upload them Edited September 9, 200916 yr by dridzz
September 9, 200916 yr they should be in the .exe file install it then the batch scripts should be extracted to your hard drive along with everything else just browse for them after you install
September 14, 200916 yr Author Just an update, I'm currently almost done with user-selection interface!!! The only little thing left is figuring out why the errorlevels are being weird... oh well though. Has the new guide and scripts been working ok for everyone?
September 15, 200916 yr Errorlevels are not that problematic, you need to know how they work. It is always a greater than check (if errorlevel 1) or a lower than check (if not errorlevel X).If you want to check on errorlevel 0:if not errorlevel 1 ..If you want to check on errorlevel 1 or higher:if errorlevel 1 ...Check the help (help if) for further information.
September 15, 200916 yr I'm having some problems that I can't seem to sort out. Every time I build an image and install it, towards the end of the installation I always get this error message:"Windows could not configure one or more system components. To install Windows, restart the computer and then restart the installation."I've tried many different things here, including only removing one single component using vLite, such as just the sample media and photos. As long as I don't use vLite, I can install the base image fine. But as soon as I select anything in vLite and install the image, I always get this error.I'm using x64 Home Premium. I've tried an RTM release and an MSDN release (also RTM, just wanted to try a fresh base image). I'm building the images on an x64 Home Premium install using the Vista version of WAIK.Any ideas?
September 17, 200916 yr Author sirjustin1, I ran into the same problems installing an extremely stripped down version (ie it fit on a cd rom) onto my old 800mhz P3 micro tower. I solved this by integrating all concievable drivers into the image. (it grew by 40 mb). You can use removalXX.bat drivers to do that Edited September 17, 200916 yr by SausageHack
September 17, 200916 yr Author See first post for the new semi GUI! It's finally here... beta for now until I get more than 10 minutes at a time to work on it. Who knows I might get some extra credit in computer science cuz of this lol.Jeronimo, thanks for the info. Actually it wasn't the errorlevel itself that was messing me up, I just forgot my goto end statement after option1
September 17, 200916 yr See first post for the new semi GUI! It's finally here... beta for now until I get more than 10 minutes at a time to work on it. Who knows I might get some extra credit in computer science cuz of this lol.Jeronimo, thanks for the info. Actually it wasn't the errorlevel itself that was messing me up, I just forgot my goto end statement after option1 Hi there, I downloaded your GUI and ran into the following errors:Unsupported 16-Bit ApplicationFor the following Compatibility type, 2 errors:Windows 95Windows 98/Windows MeWindows NT 4.0 (Service Pack 5)This program is not supported on this operating system.Windows 2000Windows XP (Service Pack 2)Windows XP (Service Pack 3)Windows Server 2003 (Service Pack 1)Unsupported 16-Bit ApplicationWindows VistaWindows Vista (Service Pack 1)Windows Vista (Service Pack 2)The program of feature"\??\C:\Users\User_Name\AppData\Local\Temp\736B.tmp\CHOICE.COM" cannot start or run due to incompaitiblity with 64-bit versions of Windows. Please contact the software vendor to ask if a 64-bit Windows compatible version is available.I am running Windows 7 64-bit Build 7100. I can see the basic menu you've created but I get those errors. ╔═══════════════════════════════════════════════════════════════════════════╗ ║ ║ ║ Windows7Slimmer By SausageHack + Jeronimo ║ ║ ║ ╚═══════════════════════════════════════════════════════════════════════════╝ Version .01 Which architecture are you modding? 1 * 32-Bit (x86) 2 * 64-Bit (amd64) 3 * ExitAny thoughts? Edited September 17, 200916 yr by Rommsey
September 17, 200916 yr Author @Rommsey: I think it comes down to choice.com, a 16 bit executable, not being supported in x64. This seemed to work fine in all x86 platforms I tested (I only have legit copies for 32-bit). One of my friends has an err... not-as-legit W7 x64 I can test on this weekend. Back to the issue: a choice.com that works universally. I got that file from a redistributable DOS floppy 6.22 I had, so I think it would be best to run the user selection through set -p than to use if statements and multiple versions of choice.The new problem is that I really don't know how to do that Edited September 17, 200916 yr by SausageHack
September 17, 200916 yr Sounds good sausagehack. I'm working with Liquid's guide and I run into some errors there, which is actually a good thing because those are errors that I would encounter with your steps later on so for now it's saving me repetitive errors
September 24, 200916 yr Author Just an update for 7Slimmer:Some x64 users are having issues with this app. This will be fixed in the next release, which hopefully will be written in java :] But for now just run the commands manually if you have an error.Think of 7Slimmer as beta... But if you like to program then upload your own version! We need other people to contribute I can't really program worth crap xDEDIT (like a week later): nobody is having any problems at all? Edited October 3, 200916 yr by SausageHack
October 14, 200916 yr This thread is essentially a novice-friendly guide to modify Windows 7. Component removal is the central focus, but the user can customize a Windows 7 installation disk with language packs, updates, addons, tweaks, and much more. This is a semi-GUI program, meaning that you do not have to type in lines of code at a DOS prompt. Just run the program (Vista/7 users: Run as Administrator) and follow the prompts.I am attaching a README for specific details. For in-depth details, read Jeronimo's thread about removal.batThe source code is available, do whatever you want I'm too lazy to write a license... Consider it open source.Questions? Just ask in this thread and I'll try to get it answered Thanks a Lot
October 18, 200916 yr Just an update for 7Slimmer:Some x64 users are having issues with this app. This will be fixed in the next release, which hopefully will be written in java :] But for now just run the commands manually if you have an error.Think of 7Slimmer as beta... But if you like to program then upload your own version! We need other people to contribute I can't really program worth crap xDEDIT (like a week later): nobody is having any problems at all?Having the same problem with CHOICE.COM and 64-bit incompatibilities. How is the update going?
October 25, 200916 yr Any idea when the next version will come out that will fix issues with x64? Thanks!
November 12, 200916 yr Author Any idea when the next version will come out that will fix issues with x64? Thanks!Check the first post- it's here! Sorry to keep everyone waiting. From now on, I'll try to stay on top of this thread instead of forgetting about it xDThis worked fine for me on my W7 Home Premium x64 installation.Everyone can also find me on SevenForums SFT group ~ http://www.sevenforums.com/general-discuss...builds-sft.htmlAnd since there wasn't enough room to attach the source files in post #1, I'll post them here if that's ok. Note: This is from 0.1 so it is 99% the same and probably better than 0.2 due to compatibility.Source.zip
Create an account or sign in to comment