Guest Posted September 30, 2009 Posted September 30, 2009 (edited) this is the same as the 32 bit version but this one installs to syswow64 to make it works Feature1-Right Click on a Folder and Send To --> Cab Maker [will Compress the inside the folder (only Files)]2-Right Click on a Files and Send To --> Cab Maker [it will try to extract it if it's a cab file] or [it will compress it using MakeCab]3-Right Click on a Multi Files and Send To --> Cab Maker [it will Make a cab file that have them]DownloadSize:308 KBMD5:c5923e9864aac9c602929b0c2b4b0ec2ChangeLog5-10 V3.0New Gui With Progress BarSub Folder maker now is supported 3-10 V2.5Compression Memory is Now 21 fixed spieling error thx to user_hidden1-10 V2.1Compress Using LZX for higher compression Ratiofixed period issue pointed by ricktendo6429-9 V2Removed CabArc (Using MakeCab and Extract Now)Added a new way to know Cab files from noneReWriting the hole code Edited October 5, 2009 by DaRk MaDnEsS Quote
Mr_Smartepants Posted October 1, 2009 Posted October 1, 2009 (edited) All right! Well done. I'll give this a try and report back.*EditShouldn't the .inf entry be changed for x64?[SourceDisksNames.x86]1="Cab Files","CabMaker2.ex_",,"I386"And to install in a running system, just right-click .inf and select "Install"...right? Edited October 1, 2009 by Mr_Smartepants Quote
Guest Posted October 1, 2009 Posted October 1, 2009 All right! Well done. I'll give this a try and report back.*EditShouldn't the .inf entry be changed for x64?[SourceDisksNames.x86]1="Cab Files","CabMaker2.ex_",,"I386"And to install in a running system, just right-click .inf and select "Install"...right?well snake reported to me that the file didn't get copied so i told him to manually extract the file (open it with winrar or 7zip)and copy it to syswow64 and it worked fine after thatso if the x64 soultion worked tell me and i will upload a fixed one Quote
Guest Posted October 1, 2009 Posted October 1, 2009 ok i read all about 64 bit inf nowbut it's ready now uploaded another version for 64 bit it should be 100% compatible nowtest and tell me Quote
Guest Posted October 5, 2009 Posted October 5, 2009 Hell YEAH!!!!Thanks ALOT.Thx for your post and updated Quote
Guest snakecracker Posted October 5, 2009 Posted October 5, 2009 Nice work Dark. Love this tool and the other tools you have made.Keep it up. Quote
ricktendo Posted October 5, 2009 Posted October 5, 2009 If you use this you dont need to use SourceDisksNames.x86 at all in your .INF (if you are compressing the file in i386) all you need to do is add is LayoutFile and SourceDisksFiles with =1 (if they are in i386 or amd64 dir)[Version]signature="$Windows NT$"LayoutFile=layout.inf[SourceDisksFiles]nameoffile.ext=1It will use layout.inf to find what 1 equals, in this case it will look in layout.inf and find that[SourceDisksNames.x86]1 = %cdname%,%cdtagfilei%,,\i386or for the x64[SourceDisksNames.amd64]1 = %cdname%,%cdtagfilem%,,\amd64 Quote
Guest Posted October 5, 2009 Posted October 5, 2009 Nice work Dark. Love this tool and the other tools you have made.Keep it up.thx snake i will try my best to keep making tool wish me luck on that Quote
Guest Posted October 5, 2009 Posted October 5, 2009 If you use this you dont need to use SourceDisksNames.x86 at all in your .INF (if you are compressing the file in i386) all you need to do is add is LayoutFile and SourceDisksFiles with =1 (if they are in i386 or amd64 dir)[Version]signature="$Windows NT$"LayoutFile=layout.inf[SourceDisksFiles]nameoffile.ext=1It will use layout.inf to find what 1 equals, in this case it will look in layout.inf and find that[SourceDisksNames.x86]1 = %cdname%,%cdtagfilei%,,\i386or for the x64[SourceDisksNames.amd64]1 = %cdname%,%cdtagfilem%,,\amd64hmm that a nice idea but i don't think layout.inf exist in Win 7 but i can use both [sourceDisksNames.amd64] , [sourceDisksNames.x86] and [sourceDisksNames.ia64]in the inf and it can detect the os by it self (that another workaround i have found)and also in 32 bit the 16425 means system32 i can make the addon working for both 32 and 64 bit using both ways it should work and now i was checking some files founded that ntprint.inf does the same as the layout.inf and it's in both xp and 7 thx for your advice ricks i might do the one addon for both addons soon Quote
Mr_Smartepants Posted October 6, 2009 Posted October 6, 2009 Well, I don't know. But it didn't work.I put CabMaker3.ex_ inside AMD64 folder then right-click .inf select "Install". The file copied to syswow64 OK, but there's no option in "Send to" menu for all users, only the Administrator.In order to work for all users, the shortcut needs to be placed in the "Default" user folder:C:\Users\Default\AppData\Roaming\Microsoft\Windows\SendTo\Using the string %appdata% will only select the current user, not default. Quote
Guest Posted October 6, 2009 Posted October 6, 2009 (edited) Well, I don't know. But it didn't work.I put CabMaker3.ex_ inside AMD64 folder then right-click .inf select "Install". The file copied to syswow64 OK, but there's no option in "Send to" menu for all users, only the Administrator.In order to work for all users, the shortcut needs to be placed in the "Default" user folder:C:\Users\Default\AppData\Roaming\Microsoft\Windows\SendTo\Using the string %appdata% will only select the current user, not default.well i know but when you integrate this addon with a windows cd and it starts to install shortcuts and there isn't a current user it will make the shortcut in the default so it will work as all users but sadly i didn't find a direct path number to it (and win 7 is not like win xp in the user )but i will go and do some search if i can find anyEdit: well i searched but sadly no direct link to it but i will do more tests Edited October 6, 2009 by DaRk MaDnEsS Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.