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
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

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

#21 User is offline   oldghost 

  • Group: Members
  • Posts: 7
  • Joined: 19-August 09

Posted 20 August 2009 - 08:37 PM

I get an error during the first time login to system. It shows "There was a problem starting C:\Program Files\Internet Explorer\iessetup.dll, the specified module could not be found." But this error will not appear any more after rebooting. Which package will cause this error? I definitely remove too many packages :(

Attached File(s)




#22 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 21 August 2009 - 12:07 AM

oldghost, you might try manually putting that dll into the install.wim file. Then register it before or after you install the OS.

#23 User is offline   Jeronimo 

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

Posted 23 August 2009 - 03:53 AM

I updated my removal batch-file in my topic here. I added the fixreg part, but your preparation can not be added I think.

You can create a batch file removal_custom.bat:
@echo off
 
 REM Initialising environment variables (check for your usage)
REM ----------------------------------------------------------------------------
REM Windows codebase: amd64, x86 or empty (determine from %DVD%\setup.exe)
set cb=
REM Windows 7 build
set build=7600
REM Sub version
set svn=16385
REM Pre-part (the same for all Windows 7 builds?)
set pre=31bf3856ad364e35
REM Image edition (Starter, HomeBasic, HomePremium, Professional or Ultimate)
set edition=HomePremium
REM Obsolete - Image Index (pre-vLite: 1 HomeBasic/Starter, 2 Home Premium, 3 Professional, 4 Ultimate)
set II=2
REM Remove Microsoft.NET (C for complete removal, V to keep vLite working or K to keep)
set remove.NET=V

REM Folder of updates to be integrated
set updateloc=C:\Updates
REM Extenstion of the updates to be integrated (msu, cab or * for all/both)
set update.ext=*

REM Folder of drivers to be integrated
set driverloc=C:\Drivers

REM Language to be integrated
set lang=en-US
set langcode=0409
REM Program location intlcfg.exe (WAIK)
set intlcfg=C:\intlcfg.exe
REM Location Language pack and extracted files for Localised Setup
set langloc=C:\lng

REM DVD & sources-folder containing install.wim (and dism.exe)
set DVD=C:\ISO

REM Folder for mount (Dism/Imagex) or Root (Imagex)
set mount=C:\Mount

REM Imagex
set imagex="C:\imagex.exe"
REM Dism
set dism="%sources%\dism.exe"

 REM Command for install WIM tweak
 REM -----------------------------
 set iwt=install_wim_tweak.exe /p %mount% /m
 
 REM Initialisation part 2
 call removal.bat init2
 
 REM Prepares a working environment
 if "%1"=="prep" goto prep
 goto end
 
 
 REM Preparation for everything
 REM ----------------------------------------------------------------------------
 :prep
 md "%DVD%"
 md "%driverloc%"
 md "%langloc%"
 xcopy "%ProgramFiles%\Windows AIK\tools\%cb%\imagex.exe" %SystemDrive%\imagex.exe
 xcopy "%ProgramFiles%\Windows AIK\tools\%cb%\intlcfg.exe" %SystemDrive%\intlcfg.exe
 if "%cb%" == "amd64" (
  xcopy sausageHack.ini "%ProgramFiles(x86)%\vLite\presets\SausageHack.ini"
 ) else (
  xcopy sausageHack.ini "%ProgramFiles%\vLite\presets\SausageHack.ini"
 )
 goto end
 
 :end


Best would be to run "removal_custom.bat prep", but "removal.bat prep" would also work:
The 1st command would set parameters, call removal.bat with init2 to set the remaing stuff, then continue withprep in removal_custom.bat.
The 2nd would set parameters, perform init2 part, run removal.bat with prep and do the above again. Downside: if Mount-folders differ from the 2 batch-files, then both would be created.

This post has been edited by Jeronimo: 23 August 2009 - 03:55 AM


#24 User is offline   lp_larsen 

  • Group: Members
  • Posts: 1
  • Joined: 23-August 09

Posted 23 August 2009 - 04:38 AM

Hello

I've tried to read trough the .bat files, and have to realise that i am not at good at understanding them, as i thought :(

Therefor i have to ask this:

Using guide 3, which elements is being removed from my win 7 iso?

and secondly: Can i use vlite to do the same changes, without using these bat- files, just using the programs GUI ??

Thank you for your help
Lars Peter

#25 User is offline   mcargy08 

  • Group: Members
  • Posts: 3
  • Joined: 20-August 09

Posted 24 August 2009 - 12:41 AM

is there any guide for Windows 7 Enterprise RTM?

#26 User is offline   Junior2613 

  • Member
  • PipPip
  • Group: Members
  • Posts: 200
  • Joined: 21-June 09

Posted 24 August 2009 - 04:54 PM

Hmm it seems when trying to remove certain packages I get an error saying image no longer serviceable which is strange because it removes the previous package with no errors :S

#27 User is offline   PopSmith 

  • Group: Members
  • Posts: 7
  • Joined: 25-August 09

Posted 26 August 2009 - 07:53 PM

Is it possible to do this guide (Guide 3) on a 32-bit OS FOR a 64-bit Windows 7 installation? I currently only have access to a 32-bit OS but would like to vLite a 64-bit version of Windows 7 before I install it.

I guess if it comes down to it I can install a non-vLite 64-bit then vLite the DVD and reinstall but I am trying to avoid that if possible. :whistle:

#28 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 27 August 2009 - 07:54 PM

View PostPopSmith, on Aug 26 2009, 08:53 PM, said:

Is it possible to do this guide (Guide 3) on a 32-bit OS FOR a 64-bit Windows 7 installation? I currently only have access to a 32-bit OS but would like to vLite a 64-bit version of Windows 7 before I install it.

I guess if it comes down to it I can install a non-vLite 64-bit then vLite the DVD and reinstall but I am trying to avoid that if possible. :whistle:


You can only vLite a 64-Bit installation from a 64-Bit host OS. So basically yes you have to be running all this from a x64 OS.

#29 User is offline   PopSmith 

  • Group: Members
  • Posts: 7
  • Joined: 25-August 09

Posted 28 August 2009 - 08:44 PM

Alrighty. I got Windows 7 64-bit (non-vLite'd) installed and re-did the tutorial but when I load the "SausageHack.ini" in vLite it doesn't do anything. I even re-downloaded and copied it to the vLite presets folder but it still doesn't do anything. I tried restarting vLite as well as rebooting my laptop to no avail. :wacko:

#30 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 29 August 2009 - 03:37 PM

View PostPopSmith, on Aug 28 2009, 09:44 PM, said:

Alrighty. I got Windows 7 64-bit (non-vLite'd) installed and re-did the tutorial but when I load the "SausageHack.ini" in vLite it doesn't do anything. I even re-downloaded and copied it to the vLite presets folder but it still doesn't do anything. I tried restarting vLite as well as rebooting my laptop to no avail. :wacko:



Just select some general components that you want gone. If you open SausageHack.ini you can see the components that were intended to be selected. Good luck

#31 User is offline   PopSmith 

  • Group: Members
  • Posts: 7
  • Joined: 25-August 09

Posted 30 August 2009 - 11:42 AM

View PostSausageHack, on Aug 29 2009, 03:37 PM, said:

Just select some general components that you want gone. If you open SausageHack.ini you can see the components that were intended to be selected. Good luck


Thanks SausageHack! :) I finally got it to work and am running Windows 7 (x64) as I type this! :thumbup

#32 User is offline   theKramer 

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

  Posted 30 August 2009 - 02:28 PM

Hi,
I am getting the following error when I run the command: removal64.bat packages

"The specified package is not valid Windows package."

I have extracted everything to the root of my C-drive. See the attached jpeg.

I have also attached the full output from my command prompt as a text file.

Any help appreciated.

#33 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 01 September 2009 - 03:58 PM

View PosttheKramer, on Aug 30 2009, 03:28 PM, said:

Hi,
I am getting the following error when I run the command: removal64.bat packages

"The specified package is not valid Windows package."

I have extracted everything to the root of my C-drive. See the attached jpeg.

I have also attached the full output from my command prompt as a text file.

Any help appreciated.


Some people were having the same problem on Jeronimo's thread. They solved the problem by using a different version of WAIK (should be Vista SP1)

http://www.microsoft.com/downloads/details...;displaylang=en

#34 User is offline   theKramer 

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

Posted 02 September 2009 - 11:32 AM

I had seen that thread and downloaded the Vista WAIK, but just realised that whatever vesion I got is not the correct one as its name does not match the name of the one in the link you posted. :rolleyes: Downloading correct one now.

Thx for that. Hopefully that will fix my problems

#35 User is offline   darklocust 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 12-January 09
  • OS:none specified
  • Country: Country Flag

Posted 03 September 2009 - 11:18 AM

I'm on the vLite step, when rebuilding, vLite has a ton of pop-ups on dependencies, should I keep or remove these dependent components?

#36 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 03 September 2009 - 04:14 PM

View Postdarklocust, on Sep 3 2009, 12:18 PM, said:

I'm on the vLite step, when rebuilding, vLite has a ton of pop-ups on dependencies, should I keep or remove these dependent components?


Use your own judgement really, but I recommend that you keep the ones that you aren't sure about. If you know that it's something you don't need/use, it may be smarter to just keep it.

#37 User is offline   darklocust 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 12-January 09
  • OS:none specified
  • Country: Country Flag

Posted 03 September 2009 - 04:21 PM

Ahh that's great. I decided to NOT keep all of the one's with pop-ups. I'll be installing soon so I'll report what happens. Maybe those dependencies should not be in the vLite preset in the first place.

View PostSausageHack, on Sep 3 2009, 04:14 PM, said:

View Postdarklocust, on Sep 3 2009, 12:18 PM, said:

I'm on the vLite step, when rebuilding, vLite has a ton of pop-ups on dependencies, should I keep or remove these dependent components?


Use your own judgement really, but I recommend that you keep the ones that you aren't sure about. If you know that it's something you don't need/use, it may be smarter to just keep it.


#38 User is offline   theKramer 

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

Posted 03 September 2009 - 04:38 PM

View PostSausageHack, on Sep 1 2009, 10:58 PM, said:

Some people were having the same problem on Jeronimo's thread. They solved the problem by using a different version of WAIK (should be Vista SP1)

http://www.microsoft.com/downloads/details...;displaylang=en


Still got the same problem. Uninstalled the old one and installed the one that I downloaded from that link. This really sucks :angry:

This post has been edited by theKramer: 03 September 2009 - 04:39 PM


#39 User is offline   darklocust 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 12-January 09
  • OS:none specified
  • Country: Country Flag

Posted 03 September 2009 - 05:04 PM

I'm on Win7 64 and I was able to install WAIK SP1 for Vista.

I'm able to build images for 32 and 64 bit versions w/o any problems, following the batches by SausageHack (c/o Jeronimo).

You might want to install Win7 FULL then run these batches. The best way would be to have a dedicated machine for building images so you can test them out.

View PosttheKramer, on Sep 3 2009, 04:38 PM, said:

View PostSausageHack, on Sep 1 2009, 10:58 PM, said:

Some people were having the same problem on Jeronimo's thread. They solved the problem by using a different version of WAIK (should be Vista SP1)

http://www.microsoft.com/downloads/details...;displaylang=en


Still got the same problem. Uninstalled the old one and installed the one that I downloaded from that link. This really sucks :angry:


#40 User is offline   tacneplong 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 03-September 09

Posted 03 September 2009 - 11:13 PM

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?

Share this topic:


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

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



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