Jump to content

Legolash2o

Member
  • Posts

    1,128
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by Legolash2o

  1. I prob won't be doing translation until v1.0.0 (no promises). I just have not figured out an efficient way of translating it yet (code). Any other requests or suggestions are welcome.
  2. Hi coucou! About Addons. I've made some search and I've tried Windows 7 Toolkit. You must be member to download the software! It's only with English language! It's really a nice software, like an "American knife" (like Swiss knife, I mean!) made by Legolash2o. I've tried the last one, version 0.7.0.50 on my Computer Windows 7 Ultimate. I've used "W7T" - at last -! after applying updates, language packs and tweaks with 7Customizer. All works fine and the addons successfuly integrated! I've integrated French Addons (I've an French Windows 7) and I've made an ISO file with Windows 7 Toolkit! Works perfectly! I've tried also the version 0.5.0.42 Alpha (W7TAlpha.msi), it was successfuly, but I've found some problems (dont use at first because after it's impossible to "mount" the Image)!! But the ISO file created with 7Customizer, at the first test and using correctly W7TAlpha.msi, works perfectly, also!! And if you want to mount a new time your Image with 7Customizer: Uninstall W7T 0.5.0.42 Alpha. *Its' just an advice: don't integrate "Ux_Theme_Patch_1.1.wa (French addon), don't work! It will be not integrated, but the installation is OK for Windows! I will made a new tutorial for Windows 7 Toolkit, I think. Regards Thanks for the good feedback, however you no longer have to be a member to download it, you should try the new 0.8.0.20 Beta, it already has over 80 changes, including component removal http://www.mediafire.com/Legolash2o
  3. Wimfltr causes the problem, i cannot install updates using pkgmgr or DISM while it is installed. Uninstall it and restart your computer to get dism working but vlite will prompt you to install wimfltr. Its a shame vlite doesn't use DISM to mount/save, then it wont need wimfltr.
  4. Hey im having trouble splitting a wim image and keep getting "the parameter is incorrect", heres what i have.. Public Const WIM_COMPRESS_NONE As Byte = 0 Public Const WIM_COMPRESS_XPRESS As Byte = 1 Public Const WIM_COMPRESS_LZX As Byte = 2 Public Const WIM_GENERIC_READ As Long = &H80000000 Public Const WIM_GENERIC_WRITE As Long = &H40000000 Public Const WIM_Create_NEW As Byte = &H1 Public Const WIM_Create_ALWAYS As Byte = &H2 Public Const WIM_OPEN_EXISTING As Byte = &H3 Public Const WIM_OPEN_ALWAYS As Byte = &H4 Public Const WIM_CreateD_NEW As Byte = 0 Public Const WIM_OPENED_EXISTING As Byte = 1 Public Const WIM_FLAG_RESERVED As Byte = &H1 Public Const WIM_FLAG_VERIFY As Byte = &H2 Public Const WIM_FLAG_INDEX As Byte = &H4 Public Const WIM_FLAG_NO_APPLY As Byte = &H8 Public Const WIM_FLAG_NO_DIRACL As Byte = &H10 Public Const WIM_FLAG_NO_FILEACL As Byte = &H20 Public Const WIM_FLAG_SHARE_WRITE As Byte = &H40 Public Const WIM_FLAG_FILEINFO As Byte = &H80 Public Const WIM_FLAG_NO_RP_FIX As Integer = &H100 Public Const WIM_REFERENCE_APPEND As Long = &H10000 Public Const WIM_REFERENCE_REPLACE As Long = &H20000 Public Const WIM_EXPORT_ALLOW_DUPLICATES As Byte = &H1 Public Const WIM_EXPORT_ONLY_RESOURCES As Byte = &H2 Public Const WIM_EXPORT_ONLY_METADATA As Byte = &H4 Public Const INVALID_CALLBACK_VALUE As Long = &HFFFFFFFF Public Const WIM_COPY_FILE_RETRY As Long = &H1000000 Public Const WIM_MSG_SUCCESS As Byte = 0& Public Const WIM_MSG_DONE As Long = &HFFFFFFF0 Public Const WIM_MSG_SKIP_ERROR As Long = &HFFFFFFFE Public Const WIM_MSG_ABORT_IMAGE As Long = &HFFFFFFFF Public Const WIM_ATTRIBUTE_NORMAL As Byte = &H0 Public Const WIM_ATTRIBUTE_RESOURCE_ONLY As Byte = &H1 Public Const WIM_ATTRIBUTE_METADATA_ONLY As Byte = &H2 Public Const WIM_ATTRIBUTE_VERIFY_DATA As Byte = &H4 Public Const WIM_ATTRIBUTE_RP_FIX As Byte = &H8 Public Const WIM_ATTRIBUTE_SPANNED As Byte = &H10 Public Const WIM_ATTRIBUTE_READONLY As Byte = &H20 Private Declare Auto Function WIMCreateFile Lib "wimgapi.dll" (<MarshalAs(UnmanagedType.LPWStr)> ByVal WIMPath As String, ByVal AccessType As Integer, ByVal Creation As UInt32, ByVal Flags As UInt32, ByVal Compression As UInt32, ByRef CreationResult As Integer) As IntPtr Private Declare Auto Function WIMGetImageInformation Lib "wimgapi.dll" (ByVal hWnd As IntPtr, ByRef ImageInfo As IntPtr, ByRef ImageInfoSize As IntPtr) As Boolean Private Declare Auto Function WIMDeleteImage Lib "wimgapi.dll" (ByVal hWim As IntPtr, ByVal dwApplyFlags As Integer) As Boolean Private Declare Auto Function WIMSetImageInformation Lib "WIMGAPI.DLL" (ByVal hImage As IntPtr, ByVal lpvImageInfo As Long, ByVal cbImageInfo As Integer) As Boolean Private Declare Auto Function WIMMountImage Lib "wimgapi.dll" (ByVal eMountPath As String, ByVal eWimFile As String, ByVal eIndex As Integer, Optional ByVal eTempPath As String = "C:\Windows\Temp") As Boolean Private Declare Auto Function WIMCloseHandle Lib "wimgapi.dll" (ByVal Handle As IntPtr) As Boolean Private Declare Auto Function WIMSetTemporaryPath Lib "wimgapi.dll" (ByVal hWnd As IntPtr, <MarshalAs(UnmanagedType.LPWStr)> ByVal TemporaryPath As String) As Boolean Private Declare Auto Function WIMExportImage Lib "wimgapi.dll" (ByVal hImage As IntPtr, ByVal hWim As IntPtr, ByVal dwApplyFlags As Integer) As Boolean Private Declare Auto Function WIMLoadImage Lib "wimgapi.dll" (ByVal hwim As IntPtr, ByVal dwImageIndex As Integer) As IntPtr Private Declare Auto Function WIMUnmountImage Lib "wimgapi.dll" (ByVal MountPath As String, ByVal WimFile As String, ByVal Index As Integer, ByVal CommitChanges As Boolean) As Boolean Private Declare Auto Function WIMSplitFile Lib "wimgapi.dll" (ByVal hwim As IntPtr, ByVal lpszPartPath As String, ByRef pliPartSize As Integer, ByVal dwFlags As Integer) As Boolean Dim sWimSplit As IntPtr = WIMCreateFile("D:\install.wim", WIM_GENERIC_READ, WIM_OPEN_EXISTING, WIM_FLAG_VERIFY, 0, 0) If WIMSplitFile(sWimSplit, "C:\install.swm", 734003200, 0) = False Then GetLastDLLError() WIMCloseHandle(sWimSplit) 734 003 200 = 700MB in bytes
  5. Windows 7 Toolkit, although there is not much addons yet So far there is Firefox, 7-zip and some other addons by *Reaper* i.e. WinRAR (trial)
  6. I've never had the 200MB partition, although when i install Win7 on my sister's and her boyfriends laptop... it always creates it, but never on my laptop.
  7. try using a different browser, i.e. Firefox 3
  8. to be honest, i wish to know as well but i use Windows 7 now anyway.
  9. W7 installs fine on my laptop but when i try to install it on another 2... it gets a error message saying the installation source may be missing/corrupt and to try install it again.
  10. so what's was that? Or i read it wrong? I remove a lot of components with windows vista...... Windows 7 (full) runs faster than my fully vlited vista install.
  11. vLite did work with Windows 7 but not the latest 6801 release. I remove a hell of a lot of components using vlite (i only keep about 5-6 things with extreme, paint, notepad, .NET and a few others) with the current installation of Windows 7 6801... it runs at the same performance of my vista vlited install with is great! Did i forget to mention that it is a non-vlited install of Windows 7 Boot Time: 4 out of 5 (no need to count... nice boot screen though) Install Time:5/5 - 23 mins App Launch Times: 4.5/5 Very quick (even when i never opened the app before) Minefield opens up instantly. CPU: between 1% and 9% (Intel Pentium Dual-Core T2370 2x 1.73Ghz) Memory Uage: 45% (2GB RAM DDR2) with Office 2007 installing and MSN, Minefield (Firefox Alpha) running.. User Interface: Love it! Much Much smoother, nice visual effects, etc... Sound: Crackles a lot (for me anyway, the logon sound... sounded horrible) - built-in sound card on laptop Wallpapers: Better than XP Themes: pretty much the same but got more choice. Drivers: Uses Vista Drivers Windows Update UI looks nice New WMP takes a while to get used to Bugs Start Menu sometimes does not open Again, sound crackles but not really a bug i dont think
  12. Now supports addons Note: You can't use XP addons with it as XP and Vista install differently.
  13. I'm experiencing this problem too, i even had to log in to reply to this.
  14. I had legolash2o.net but its still registered so i can't use/transfer it with a new web host. Anything i can do?
  15. If you want your limit to increase... become a Sponsor As an Supreme Sponsor i get 97.66MB space, but i clean my attachments every so often so i would never reach that limit.
  16. http://www.msfn.org/board/manage-your-attachments.html or" My Controls" > "Manage Your Attachments" (near bottom left)
  17. Shame, would be a nice feature maybe make a suggestion to IPB. I agree with Kelsenellenelvian.... vlite and nlite are great tools.
  18. http://www.msfn.org/board/Error-while-acce...11-t115459.html Please try using the search function next time Search "Error 11" - only one result came up
  19. Legolash2o

    Bugs

    Its part of SP1, not a bug...
  20. Same here, but now i got a MS SP1 Pre-integrated Vista disk.
  21. I certainly did! Do I need to reinstall in order to get it to work again? Or is there any other workaround? Regards, DM Think ull have to reinstall, unless someone knows a way
×
×
  • Create New...