MSFN Forum: Add Right click .wim Windows 7 - MSFN Forum

Jump to content


  • 5 Pages +
  • « First
  • 3
  • 4
  • 5
  • You cannot start a new topic
  • You cannot reply to this topic

Add Right click .wim Windows 7 Working with Windows 8 and UAC ON or OFF

#81 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,769
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 06 March 2013 - 08:52 AM

I see that now you pointed it out
1110, "Ajoute des packages de pilotes à une image\n hors connexion."

Can't make the registry trick it cause I selected certain things for English because of that also
Guess there no getting around unless maybe mod the .mui or do like you done.


#82 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,447
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 06 March 2013 - 09:18 AM

I think the best way is to use my workaround for Windows 7 localized version, or to keep English, and do not change the DmiProvider.dll.mui...
For an unknown reason the text is written like this (\n) !

Regards

#83 User is offline   bphlpt 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,116
  • Joined: 12-May 07

Posted 06 March 2013 - 08:08 PM

View Postmyselfidem, on 06 March 2013 - 09:18 AM, said:

I think the best way is to use my workaround for Windows 7 localized version, or to keep English, and do not change the DmiProvider.dll.mui...
For an unknown reason the text is written like this (\n) !


The purpose of the "\n" is to split the text into two lines. The "\n" means "new line" and doesn't actually show as "\" or "n" but causes a carriage return, or line feed. See http://en.wikipedia.org/wiki/Newline:

Quote

The C programming language provides the escape sequences '\n' (newline)
...
When writing a file in text mode, '\n' is transparently translated to the native newline sequence used by the system, which may be longer than one character.


The same sequence is used in JavaScript, PHP, and other programming languages.

Cheers and Regards

This post has been edited by bphlpt: 06 March 2013 - 08:08 PM


#84 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,447
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 07 March 2013 - 06:03 AM

Yes! It's the trouble with the reg file to add the text line for some localized Windows 7 version as French using dll.mui ! :wacko:

#85 User is offline   bloosm 

  • Group: Members
  • Posts: 6
  • Joined: 06-August 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 19 March 2013 - 02:10 PM

link is dead ,please reupload,thanks for sharing~~

#86 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,447
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 20 March 2013 - 04:03 AM

View Postbloosm, on 19 March 2013 - 02:10 PM, said:

link is dead ,please reupload,thanks for sharing~~


Try again...Works fine to download on the first page, and the link works!

Cheers

#87 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,769
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 21 March 2013 - 10:08 AM

; 03/30/2013
;   Updated adding /Table format
;   Added Sleep to some functions and Stop on some. After some operations like adding Drivers or Packages may want to check for errors.

Download from first Post at bottom

---------------------------------------------------------------------------------------- | --------------- | ------------- | -----------------
Package Identity                                                                         | State           | Release Type  | Install Time     
---------------------------------------------------------------------------------------- | --------------- | ------------- | -----------------
Microsoft-Windows-Common-Foundation-Package~31bf3856ad364e35~amd64~~6.2.9200.16384       | Install Pending | Feature Pack  | 7/26/2012 6:14 AM
Microsoft-Windows-WinPE-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~6.2.9200.16384 | Install Pending | Language Pack | 7/26/2012 6:18 AM

This post has been edited by maxXPsoft: 30 March 2013 - 12:13 PM


#88 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,769
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 30 March 2013 - 12:14 PM

Updated the sleep and Stop on some 03/30/2013

#89 User is offline   MAVERICKS CHOICE 

  • The Guy from Aus
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,696
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 30 March 2013 - 01:40 PM

Thanks Max :thumbup

#90 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,769
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 05 April 2013 - 08:18 PM

Another update

; 04/05/2013
;   Removed some of the sleep things where they caused dism to stop processing. That makes image hard to unmount.


#91 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,447
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 06 April 2013 - 02:14 AM

Many thanks for the Fix!

Keep your awesome work! :thumbup

Regards

#92 User is offline   TheWalrus 

  • N.W.O.
  • PipPipPipPipPip
  • Group: Members
  • Posts: 911
  • Joined: 11-August 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 06 April 2013 - 10:59 AM

What is this sleep you are talking about?

#93 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,769
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 08 April 2013 - 01:05 AM

View PostTheWalrus, on 06 April 2013 - 10:59 AM, said:

What is this sleep you are talking about?
When I was trying to get it to pause and work with powershell it was a powershell command Start-Sleep 5 or like that.
Is easier to use Timeout 5. Try the .wim info and it times out

This post has been edited by maxXPsoft: 08 April 2013 - 01:06 AM


#94 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,447
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 06 May 2013 - 12:15 AM

I see inside .wimrightclick-Install.reg a key file is missing:

[HKEY_CLASSES_ROOT\WIMfile\Shell\.Wim\command]
@=- 



If this key doesn't exit TuneUp Utilities remove the key:

[HKEY_CLASSES_ROOT\WIMfile\Shell\.Wim]

And .wimrightclick is broken and doesn't work!

Regards

#95 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,769
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 06 May 2013 - 01:00 AM

View Postmyselfidem, on 06 May 2013 - 12:15 AM, said:

I see inside .wimrightclick-Install.reg a key file is missing:

[HKEY_CLASSES_ROOT\WIMfile\Shell\.Wim\command]
@=- 



If this key doesn't exit TuneUp Utilities remove the key:

[HKEY_CLASSES_ROOT\WIMfile\Shell\.Wim]

And .wimrightclick is broken and doesn't work!

Regards

There should be no [HKEY_CLASSES_ROOT\WIMfile\Shell\.Wim\command]
only the [HKEY_CLASSES_ROOT\WIMfile\Shell\.Wim] where it creates icon for .wim
I checked the downlad zip and it is correct

#96 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,447
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 06 May 2013 - 02:15 AM

Please look at the image and remember you added this subkey previously!

Comment inside the registry file .wimrightclick-Install.reg

Quote

; 6/28/12 Fix minor issue with Shell\.Wim\command found by myselfidem


Works for me adding this subkey but doesn't work without this subkey after launching TuneUp Utilities.

Regards

*Edit: your comment about this question here:

http://www.msfn.org/...ost__p__1002502

This post has been edited by myselfidem: 06 May 2013 - 08:12 AM


#97 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,769
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 07 May 2013 - 01:12 AM

View Postmyselfidem, on 06 May 2013 - 02:15 AM, said:

Please look at the image and remember you added this subkey previously!

yes I went back and looked at the notes and post. I removed somehow but I'll add back, just add yourself for now.

#98 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,769
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 15 May 2013 - 02:07 AM

Run this new WIMrightclick_Uninstall.reg first

; 05/15/2013
;   Added shutdown anti-virus(MSE for me) with Autoit to speedup most things with this. Can add any program like AVG, Avast, Norton.
;    Create a reg/script for your anti-vir and i'll add to download.
;   Cleaned up reg entries adding like Max.WimInfo and shorten. Removed sub-menus since they take up 1 item on a maximum 16 list.


Disabling MSE to inject updates
94 Updates Add-Package Start: 12:05:52.18 Finish: 12:24:10.20
Before was an hour and 20 minutes

Cleanup Registry
Attached File  Maxreg.png (6.84K)
Number of downloads: 0

New WIMrightclick
Attached File  WIMrightclick.png (36.25K)
Number of downloads: 12

If you do use Disabling Anti-Virus place the _MSEstop.exe somewhere and edit the WIMrightclick_ Install.reg here cmd /c start /wait D:\\_Backup\\_REG\\WIMrightclick\\_MSEstop.exe
_MSEstop.au3 included
Includes WIMrightclick_ Install_No_MSE.reg if you don't want the Disabling Anti-Virus

Share this topic:


  • 5 Pages +
  • « First
  • 3
  • 4
  • 5
  • 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