Jump to content

nant15

Member
  • Posts

    11
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Thailand

Everything posted by nant15

  1. No luck does not work for me.. will try with kb947821 again tomorrow
  2. np i just tested it and its working here my ini test it Thanks - testing now. Edit: Sorry - you .ini did not contain removal of WinSxS - is that correct?
  3. @aviv00 Thanks for your effort for the guide, I have tried your method and get the windows to boot without WinSxS (with 2.66GB size) - but unfortunately I cannot install Live messenger because of C Runtime Error (something related to CRT assembly blah blah blah) am i doing something wrong??? please help - i have attached my vlite.ini file in case you want to take a look. BTW, can you share yours? Works.ini
  4. password is: (right click and copy url) http://coresharp.net/blogs/projects/archiv...staller-v2.aspx
  5. i will make sure so translate them to english...when i got more spare time
  6. Hi, i have been a reader of MSFN for a while since i work as system admin and studying in the university. (that was...looonngg time ago ) but rarely contribute anything - so here it is I am also the person that install Windows very frequently (no, i don't ghost!) and the pain introduced with Windows Vista is I cannot slipstream Addon package with window installation anymore. So I made a little tool that helps me install them automatically some time ago. So, to celebrate Windows 7 RTM and the time that i have to reinstall my windows again - I have made the second version of my little tool... Allow me to introduce Windows Addon Installer V2!!! (WaiV2) Features: NEW: It can also recognizes NLite Addon Packpages! After i have used it myself - i think i need this feature since i have tons of this little addons If you have no idea about nlite addon, try: http://www.winaddons.com/ Simply put a file into Addon Folder and install all of them with one click! (actually you need more than "one") It can recognizes installer made by NSIS, Wise, INNOSetup and will execute them using known Silent switch found in this forum automatically. for .MSI file - msiexec is used with /qb REBOOT=ReallySupress switch You can "share" the silent switch that you know for the installer as well as its name and some description. WaiV2 can download definition from my website automatically WaiV2 is distributed via ClickOnce if you're not sure whether you have .NET to run it - just click the link! You can distribute it by CD along with your setup files! License: Freeware! Requirement: .NET Framework Client Profile More Info: (in Thai, but full of pictures so you might be able to guess ) http://tinyurl.com/WindowsAddonInstallerV2 ClickOnce: Install Now Get it: Download Password of ZIP file is: (Right click below and copy URL) http://coresharp.net/blogs/projects/archiv...staller-v2.aspx
  7. nant15

    WIHU Creator

    ooops! yeah you only need the 22 mb thing
  8. nant15

    WIHU Creator

    Didn't load at all??? May be i would have misunderstand your format... This creator.ini what i'm currently using to test my program, is there something wrong with it ??? I see....there is also a key without "." and....as i said, it didn't support if:true, if:false things yet. The program didn't aware that you can put "if:true" besides 0,1 so it didn't expect that and just crash. creator.ini
  9. nant15

    WIHU Creator

    Could you please send your .ini file to me? So that i can use it to help debugging my program
  10. nant15

    WIHU Creator

    Thnx I would appreciate that!
  11. nant15

    WIHU Creator

    Hello everyone, i have found that Wihu is very useful and i'm looking for a program like this for a very loooonnnngggg time. I like the app but i hate the fact that i have to edit install.ini on my own which is just fustrating!. So i code a quick apps to help me out, it is called WIHU Creator and i want to share with all of you. Hope that you will find it useful. And remember, it is for my personal use so that it is based on my needs - don't expect much from it (at least, just for now) You will need .NET Framework 2.0 Beta 2 to use this app, don't worry by the word beta - it is pretty stable and fast. The app startup in just a flash, unlike .net 1.1 For the source code, i will release it when it is more tidy Thnx BenjaminKalytta for your suggestion! What it can do: - Dragging and Dropping Installation Entry around, no more manual editing! - Opening the existing .ini file, only installation entries is supported for now - Has some pre-defined command line switch for certain installer types (that is in the msfn unattended guides) - Automatically generate the .ini file from the selected wihu folder, to use this feature you will have to place your apps you wish to be put into the script in the same folder as wihu.exe. The program will be categorized them using the folder they reside in. Especially for .msi and .reg it will automatically select the switch for you. Note: The command line generated will be relative path to Wihu (the %WIHU% is placed in place of absolute path) What it don't: - Create/Edit User entry - Create/Edit Environment Variable - Create/Edit the Evaluation. (those test.x) - Make the entry selected/hidden/collapsed/locked based on evaluation (no if:true) Change Log: 0.3.0: - ADD: Allows discontinuation of command - ADD: Notification of parsing error when encountered a command which specified to be a sub command of not existing command. - FIX: Some minor UI Bugs - IMPROVED: The program is now fully Managed by using NINI Ini parser instead of Windows API. The Ini load performance should be greatly improved as i have avoided data conversion between .NET code and Native Code. 0.2.0: - ADD: Allows reordering of commands - FIX: Open Existing file, working quite stable and provide notification for unsupported statements and commands - FIX: Loading file Created with WIHU Creator no longer resulting in multiple switch being added to the command. ext_creator_originalcommand key were used to keep the original, unaltered command in the entry. 0.1.0a: - ADD: Drag & Drop - ADD: Open Existing file. Switch type supported by using ext_creator_switchtype key 0.1.0: - Initial Release Enjoy! Comment, Suggestions, Bug Reports are welcome. WIHU_Creator_0.3.0.rar
×
×
  • Create New...