MSFN Forum: 7Slimmer MMX-R2 - MSFN Forum

Jump to content


vLite Forum Rules

If you are having issues with Windows after removing components and have come to ask for help, please attach (not paste) your Last Session.ini file to your post to facilitate quicker assistance.
  • 5 Pages +
  • 1
  • 2
  • 3
  • 4
  • 5
  • You cannot start a new topic
  • You cannot reply to this topic

7Slimmer MMX-R2 Custom Windows 7 Lite ISO! Rate Topic: -----

#41 User is offline   SausageHack 

  • I love duct tape
  • Pip
  • Group: Members
  • Posts: 79
  • Joined: 10-July 09
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 04 September 2009 - 02:21 PM

View Posttacneplong, on Sep 4 2009, 12:13 AM, said:

I got the same problems with theKramer can you help me to fix it
Do u think I need to install windows 7 and then run that batch file?


I don't know for sure, but I think your probrem wasn't completely solved by just uninstalling the old WAIK. For example, vLite copies wimflt and wimgapi files from WAIK on first use. I recommend re-installing Windows and installalling WAIK Vista SP1 and see how that goes. I have run this from XP and Vista without problems, but just to be safe you may want to run it from a 'vanilla' Windows 7 installation :)


#42 User is offline   iceangel89 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 453
  • Joined: 10-February 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 06 September 2009 - 02:55 AM

i need some help modifying removal64.bat for my use. i need to edit it isit?

i installed WAIK 1.1 already, i noticed the batch looks for C:\imagex.exe which is not there.

also how do u get windows 7600? i have 7100.0.090421-1700_x64fre_client_en-us_retail_ultimate-grc1culxfrer_en_dvd btw, so i guess i set

set cb=amd64
set build=7100
set svn=???
set pre=???
set II=4
set edition=U


btw, what components/packages are removed? can i change them? how will i know what am i removing in

%rempackage%Microsoft-Hyper-V-Common-Drivers-Package~%pre%~%cb%~~%version%
%rempackage%Microsoft-Hyper-V-Guest-Integration-Drivers-Package~%pre%~%cb%~~%version%
%rempackage%Microsoft-Windows-Anytime-Upgrade-Results-Package~%pre%~%cb%~~%version%
%rempackage%Microsoft-Windows-Backup-Package~%pre%~%cb%~~%version%
%rempackage%Microsoft-Windows-BLB-Client-Package~%pre%~%cb%~~%version%
%rempackage%Microsoft-Windows-BusinessScanning-Feature-Package~%pre%~%cb%~~%version%
...


UPDATE: i guess i see packages.xls for the above

This post has been edited by iceangel89: 07 September 2009 - 11:17 PM


#43 User is offline   theKramer 

  • Member
  • PipPip
  • Group: Members
  • Posts: 121
  • Joined: 20-July 06
  • OS:Windows 7 x64
  • Country: Country Flag

  Posted 06 September 2009 - 06:18 AM

View PostSausageHack, on Sep 4 2009, 09:21 PM, said:

I don't know for sure, but I think your probrem wasn't completely solved by just uninstalling the old WAIK. For example, vLite copies wimflt and wimgapi files from WAIK on first use. I recommend re-installing Windows and installalling WAIK Vista SP1 and see how that goes. I have run this from XP and Vista without problems, but just to be safe you may want to run it from a 'vanilla' Windows 7 installation :)


Would I also need to reinstall a full version of Win 7, that is, a non-vlited version, and then try again, or would reinstalling a vlited version not matter?
Thx

Hope that makes sense :)

#44 User is offline   SausageHack 

  • I love duct tape
  • Pip
  • Group: Members
  • Posts: 79
  • Joined: 10-July 09
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 06 September 2009 - 06:56 AM

@theKramer
it really shouldn't matter that much which version you install, but I would recommend a normal install just in case

#45 User is offline   liquidzgurl 

  • Newbie
  • Group: Members
  • Posts: 36
  • Joined: 30-August 09

Posted 09 September 2009 - 01:15 AM

Great job sausagehack its hard work and takes a lot of knowledge careful planning and time to test cause and effect to create successful scripts I couldn't do it myself if I tried right now oh btw this is like the name says I'm liquids b1tch lol but I'm still semi noob anyways again great job and be sure to check out liquids new post and attachments :) let us know what you think I helped him with all the wording see his post @ Liquidspost


#46 User is offline   dridzz 

  • Newbie
  • Group: Members
  • Posts: 41
  • Joined: 07-June 08

Posted 09 September 2009 - 01:18 PM

whre are the new batch files ? ithink u forgot to upload them

This post has been edited by dridzz: 09 September 2009 - 01:21 PM


#47 User is offline   liquidzgurl 

  • Newbie
  • Group: Members
  • Posts: 36
  • Joined: 30-August 09

Posted 09 September 2009 - 03:51 PM

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


#48 User is offline   SausageHack 

  • I love duct tape
  • Pip
  • Group: Members
  • Posts: 79
  • Joined: 10-July 09
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 14 September 2009 - 02:08 PM

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? :)

#49 User is offline   Jeronimo 

  • vLite user
  • PipPipPip
  • Group: Members
  • Posts: 395
  • Joined: 26-October 03

Posted 15 September 2009 - 04:55 AM

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.

#50 User is offline   sirjustin1 

  • Group: Members
  • Posts: 1
  • Joined: 09-September 09

Posted 15 September 2009 - 05:33 PM

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?

#51 User is offline   SausageHack 

  • I love duct tape
  • Pip
  • Group: Members
  • Posts: 79
  • Joined: 10-July 09
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 16 September 2009 - 07:24 PM

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 :)

This post has been edited by SausageHack: 16 September 2009 - 07:37 PM


#52 User is offline   SausageHack 

  • I love duct tape
  • Pip
  • Group: Members
  • Posts: 79
  • Joined: 10-July 09
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 17 September 2009 - 05:00 AM

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 :blushing:

#53 User is offline   Rommsey 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 17-May 09

Posted 17 September 2009 - 11:11 AM

View PostSausageHack, on Sep 17 2009, 05:00 AM, said:

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 :blushing:


Hi there, I downloaded your GUI and ran into the following errors:

Unsupported 16-Bit Application

For the following Compatibility type, 2 errors:
 
Windows 95
Windows 98/Windows Me
Windows NT 4.0 (Service Pack 5)

This program is not supported on this operating system. 


 
Windows 2000
Windows XP (Service Pack 2)
Windows XP (Service Pack 3)
Windows Server 2003 (Service Pack 1)
Unsupported 16-Bit Application
Windows Vista
Windows 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       * Exit

 


Any thoughts?

This post has been edited by Rommsey: 17 September 2009 - 11:12 AM


#54 User is offline   SausageHack 

  • I love duct tape
  • Pip
  • Group: Members
  • Posts: 79
  • Joined: 10-July 09
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 17 September 2009 - 02:16 PM

@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 :)

This post has been edited by SausageHack: 17 September 2009 - 02:18 PM


#55 User is offline   Rommsey 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 17-May 09

Posted 17 September 2009 - 02:40 PM

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 :)

#56 User is offline   SausageHack 

  • I love duct tape
  • Pip
  • Group: Members
  • Posts: 79
  • Joined: 10-July 09
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 23 September 2009 - 07:28 PM

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 xD

EDIT (like a week later): nobody is having any problems at all?

This post has been edited by SausageHack: 02 October 2009 - 06:16 PM


#57 User is offline   BKR III 

  • I'd like to be gr8,but i'd not be gr8 ever(not 4ever)
  • Group: Members
  • Posts: 19
  • Joined: 10-October 09

Posted 14 October 2009 - 10:39 AM

View PostSausageHack, on Aug 13 2009, 09:55 PM, said:

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.bat

The 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 :hello:

#58 User is offline   Kirby 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 16-October 04

Posted 17 October 2009 - 08:59 PM

View PostSausageHack, on Sep 23 2009, 08:28 PM, said:

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 xD

EDIT (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? :)

#59 User is offline   RHPT 

  • Junior
  • Pip
  • Group: Members
  • Posts: 69
  • Joined: 06-October 07

Posted 24 October 2009 - 11:04 PM

Any idea when the next version will come out that will fix issues with x64?

Thanks!

#60 User is offline   SausageHack 

  • I love duct tape
  • Pip
  • Group: Members
  • Posts: 79
  • Joined: 10-July 09
  • OS:Windows 7 x64
  • Country: Country Flag

  Posted 11 November 2009 - 09:30 PM

View PostRHPT, on Oct 24 2009, 11:04 PM, said:

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 xD

This 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.html

And 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.

Attached File(s)



Share this topic:


  • 5 Pages +
  • 1
  • 2
  • 3
  • 4
  • 5
  • You cannot start a new topic
  • You cannot reply to this topic

3 User(s) are reading this topic
0 members, 3 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy