Ulaiphur Posted May 23, 2011 Posted May 23, 2011 Hi guys. I know that all dvds contain multiple versions of windows inside install.wim and that they are all optimized by hardlinks for saving space. What I'm interesed is how to do the same for an install.wim containing both x86 and x64 versions? Some files in the x86 image match the x64 one and could be setup some hardlinks in order to save some megabytes.
grabben Posted May 23, 2011 Posted May 23, 2011 Hardlinks?We use image or gimagex to export all editions we want to a new *.wim and use maximum compression:)
jaclaz Posted May 23, 2011 Posted May 23, 2011 See if this fits (to find current links):http://www.coderforlife.com/projects/utilities/#FindLinksThen you can use either mklink:http://technet.microsoft.com/en-us/library/cc753194(WS.10).aspxor ln or it's GUI Link Shell:http://schinagl.priv.at/http://schinagl.priv.at/nt/ln/ln.htmlhttp://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.htmlln also can find links.jaclaz
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now