![]() ![]() |
Mar 13 2008, 07:39 AM
Post
#1
|
|
|
.script developer ![]() ![]() Group: Members Posts: 229 Joined: 11-May 06 From: Azores Member No.: 96036
|
addons2wpi This tool will allow you to batch convert your addons and easily use WPI instead of nLite to install them along with Windows. It was meant for unattended use and you only need to mention the folder where the nLite addons are placed and the folder where WPI is located when launching the tool from the command prompt or a script. addons2wpi is freeware and everyone is welcome to use and share as needed. More features will surely be added upon request. Usage: CODE addons2wpi.exe AddonFolder WPIfolder
Some notes:
One tip when using the command line parameters: If your path contains any spaces like for example: My Documents - you need to use "" as this format: "My Documents" so that windows can properly recognize these spaces in the path name. Thank you!! Translation of this page on other languages:
This post has been edited by Nuno Brito: Jul 20 2008, 12:53 PM |
|
|
|
Mar 13 2008, 08:20 AM
Post
#2
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 427 Joined: 25-July 06 From: Charleston, SC Member No.: 105938
|
Great initiative Nuno! Personally, I don't use nLite but this will be a great tool for those users who do. Although I believe there may be a problem with the release. I was trying it out just to see what exactly it did and it imports the config data just fine, but the executables are not extracted to the WPI install folder.
|
|
|
|
Mar 13 2008, 11:53 AM
Post
#3
|
|
|
.script developer ![]() ![]() Group: Members Posts: 229 Joined: 11-May 06 From: Azores Member No.: 96036
|
Will you help debugging this annoyance?
What are the paths you used for running the tool? Could you also list the addons that were processed? If the config.js is generated correctly then the "%wpipath%\Install" folder should also be populated with the respective executables. -- Thank you for testing!! |
|
|
|
Mar 13 2008, 01:26 PM
Post
#4
|
|
|
QuaNTuM ![]() Group: Members Posts: 84 Joined: 27-February 08 From: Skopje , Macedonia Member No.: 179254 OS: XP Home
|
Just Tested it . Works like a charm for me !
|
|
|
|
Mar 13 2008, 01:28 PM
Post
#5
|
|
|
QuaNTuM ![]() Group: Members Posts: 84 Joined: 27-February 08 From: Skopje , Macedonia Member No.: 179254 OS: XP Home
|
Now going to process all the apps you put in UXP!
Edit: i'll put some of my personaly made cabs to check does it work ! This post has been edited by benxhi: Mar 13 2008, 01:29 PM |
|
|
|
Mar 13 2008, 01:32 PM
Post
#6
|
|
|
QuaNTuM ![]() Group: Members Posts: 84 Joined: 27-February 08 From: Skopje , Macedonia Member No.: 179254 OS: XP Home
|
No mistakes!
I used Simple Paths for addons i used C:/Addons and for wpi i used C:/WPI it works good just wanted to add a request what do you think about adding support to converting 7z ,rar and zip files too ? |
|
|
|
Mar 13 2008, 01:41 PM
Post
#7
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 427 Joined: 25-July 06 From: Charleston, SC Member No.: 105938
|
Ok. As i said i don't use nLite so i just downloaded a few addons to mess around with. They are:
Java2 PuTTy RivaTuner-208 SdNTweaker-0901 addons2wpi.exe is located on my desktop. Here are the commands I've tried: C:\Users\mmims\Desktop>addons2wpi.exe Addon "\Users\mmims\All WPI's\WPI63" C:\Users\mmims\Desktop>addons2wpi.exe .\Addon "C:\Users\mmims\All WPI's\WPI63" C:\Users\mmims\Desktop>addons2wpi.exe C:\Users\mmims\Desktop\Addon "C:\Users\mmims\All WPI's\WPI63" In each case, the config.js file is populated correctly. Nada in the install folder. Oh yeah, I'm using 32-bit Vista Ultimate. |
|
|
|
Mar 13 2008, 02:14 PM
Post
#8
|
|
|
QuaNTuM ![]() Group: Members Posts: 84 Joined: 27-February 08 From: Skopje , Macedonia Member No.: 179254 OS: XP Home
|
Whats in your WPI63 folder ?
Is WPI folder in ther if so correct your path to it! |
|
|
|
Mar 13 2008, 03:03 PM
Post
#9
|
|
|
.script developer ![]() ![]() Group: Members Posts: 229 Joined: 11-May 06 From: Azores Member No.: 96036
|
I think I've found the bug - I'm using delphi and "All WPI's" causes a line break because of the '
If you try with "All WPIs" it should work (hopefully). Will test on my machine and likely update afterwards. This post has been edited by Nuno Brito: Mar 13 2008, 03:04 PM |
|
|
|
Mar 13 2008, 06:24 PM
Post
#10
|
|
|
.script developer ![]() ![]() Group: Members Posts: 229 Joined: 11-May 06 From: Azores Member No.: 96036
|
zorphnog, please re-test as it should be corrected now.
|
|
|
|
Mar 13 2008, 06:58 PM
Post
#11
|
|
|
.script developer ![]() ![]() Group: Members Posts: 229 Joined: 11-May 06 From: Azores Member No.: 96036
|
No mistakes! I used Simple Paths for addons i used C:/Addons and for wpi i used C:/WPI it works good just wanted to add a request what do you think about adding support to converting 7z ,rar and zip files too ? Somehow missed reading your request. I can use the 7zip command line version to add support for all other archive formats and whenever 7z.exe is available on the same folder as addons2wpi then it use this extract tool as default for all supported extensions. http://www.7-zip.org/ But one question: addons in other compressed formats still have the exact same structure as cab ones? |
|
|
|
Mar 14 2008, 02:33 AM
Post
#12
|
|
|
Newbie Group: Members Posts: 14 Joined: 8-August 06 Member No.: 106995 OS: XP Pro x86
|
Hi
QUOTE C:/Addons and for wpi i used C:/WPI Should you not use backslashes? I know this is a common mistake made by web devs. |
|
|
|
Mar 14 2008, 04:27 AM
Post
#13
|
|
|
QuaNTuM ![]() Group: Members Posts: 84 Joined: 27-February 08 From: Skopje , Macedonia Member No.: 179254 OS: XP Home
|
No mistakes! I used Simple Paths for addons i used C:/Addons and for wpi i used C:/WPI it works good just wanted to add a request what do you think about adding support to converting 7z ,rar and zip files too ? Somehow missed reading your request. I can use the 7zip command line version to add support for all other archive formats and whenever 7z.exe is available on the same folder as addons2wpi then it use this extract tool as default for all supported extensions. http://www.7-zip.org/ But one question: addons in other compressed formats still have the exact same structure as cab ones? Yes they are i'm gonna give you a link of a 7zip addon now http://www.sokoolz.com/addons/r64/PatchedL...1107_Builder.7z from http://www.wincert.net/forum/index.php?sho...p;mode=threaded |
|
|
|
Mar 14 2008, 04:33 AM
Post
#14
|
|
|
QuaNTuM ![]() Group: Members Posts: 84 Joined: 27-February 08 From: Skopje , Macedonia Member No.: 179254 OS: XP Home
|
And .rar format :
http://www.sokoolz.com/addons/r64/Ricks_VM...59824_AddOn.rar from: http://www.wincert.net/forum/index.php?showtopic=428 is it allright now ? |
|
|
|
Mar 14 2008, 04:43 AM
Post
#15
|
|
|
.script developer ![]() ![]() Group: Members Posts: 229 Joined: 11-May 06 From: Azores Member No.: 96036
|
Hi jtdoom!
Thank you benxhi, will download right away and check them out. ------- edit: The file structure is identical, will start adding 7z and rar support! This post has been edited by Nuno Brito: Mar 14 2008, 04:46 AM |
|
|
|
Mar 14 2008, 06:49 AM
Post
#16
|
|
|
.script developer ![]() ![]() Group: Members Posts: 229 Joined: 11-May 06 From: Azores Member No.: 96036
|
7z is now well supported whenever 7za.exe is placed on the same folder as addons2wpi
rar is not being decompressed for some strange reason - anyone knows why this happens with the console app 7za.exe? --- A doubt: Regarding the live Messenger addon you've posted - is it really working with nlite out of the box? Looking at the forum discussion I see people have to manually run Build_AddOn.cmd prior to integrate this addon. Should this step be automated by this tool? This post has been edited by Nuno Brito: Mar 14 2008, 06:50 AM |
|
|
|
Mar 14 2008, 10:24 AM
Post
#17
|
|
|
.script developer ![]() ![]() Group: Members Posts: 229 Joined: 11-May 06 From: Azores Member No.: 96036
|
New version was uploaded.
Please download the new package as it already contains 7za.exe and unrar.exe which are used for handling other archive formats. http://nunobrito.eu/download.php?view.8 -------- There is no chance of converting the livemessenger with some reliability as it is not (yet) a addon. But after the user runs the initial batch file that will build the addon it will be possible to convert it just like any other addon. |
|
|
|
Mar 14 2008, 11:44 AM
Post
#18
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 427 Joined: 25-July 06 From: Charleston, SC Member No.: 105938
|
<