Jonnyboy Posted December 7, 2008 Author Share Posted December 7, 2008 (edited) version 0.23 postedQuite a few changes and additionsChangelog:12-6-08 - v0.23-resized initial screen to 800x480-fixed bug where Delete ProfileItems may insert wrong path-resized screen-moved copy files to create addon-added color to inf for easier reading-added option for renaming file names while leaving the extension the first 3 characters of the extension-moved strings to separate page, instead of popup-moved profileitems to a separate page-added a few status messages-added ability to have spaves in strings, in situations where spaces in strings are not permitted, the spaces are replaced with "_"-made check boxes on main page look and act like buttons-renamed string variables to be easier to recognize and understand-fixed bug where Deldirs and Delfiles were not printing-fixed typos Edited December 7, 2008 by Jonnyboy Quote Link to comment Share on other sites More sharing options...
Guest Posted December 7, 2008 Share Posted December 7, 2008 (edited) Nice Fixes and a new Look i think you should consider as well making empty folders your INF Assistant just ignore themthey normally are useless but some times the program doesn't run without themand you should also consider clear screen Button after i end first addon and go to another i have to close the INF Assistant and run it again so a Clear Screen should be HelpfulEdit: when i was trying Added Registry Section i Found that it Makes [Prog.DelReg] which will not be used if Uninstaller is not active Edited December 7, 2008 by DaRk MaDnEsS Quote Link to comment Share on other sites More sharing options...
Jonnyboy Posted December 7, 2008 Author Share Posted December 7, 2008 (edited) i think you should consider as well making empty folders I do not know how a generic inf can create an empty folder. It is of course possible to create empty folders and I will look at adding that.***EDIT***I think that the easiest way to get the empty folders created is while I am testing to see if the folder is empty. If the folder is empty, create an empty text file and add that to the folder, thus adding the folder.Would it matter if there was an unreleated file in the folder? If so, I could also add file to DelFiles and run that after install and then the file would be removed. What do you think?and you should also consider clear screen Button after i end first addon and go to another i have to close the INF Assistant and run it again I am sure that all temp files are deleted and that all variables are being reset at the end, so your screen should clear. The only thing that may fail is single file. Sometimes, it grabs a path and will not release it.Edit: when i was trying Added Registry Section i Found that it Makes [Prog.DelReg] which will not be used if Uninstaller is not activeGood catch, I will fix this. Edited December 7, 2008 by Jonnyboy Quote Link to comment Share on other sites More sharing options...
Guest Posted December 7, 2008 Share Posted December 7, 2008 I do not know how a generic inf can create an empty folder. It is of course possible to create empty folders and I will look at adding that.***EDIT***I think that the easiest way to get the empty folders created is while I am testing to see if the folder is empty. If the folder is empty, create an empty text file and add that to the folder, thus adding the folder.Would it matter if there was an unreleated file in the folder? If so, I could also add file to DelFiles and run that after install and then the file would be removed. What do you think?well i think it wouldn't matter but it can be done as wellthrow cmd like runpostsetupcommandsand make a section and added "CMD /Q /C MD ""%16422%\%programDir%\%emptyFolder%""it`s up to you you choose the way you want :icon_cool: your tool rocks :thumbsup_anim: in every version. Quote Link to comment Share on other sites More sharing options...
Jonnyboy Posted December 7, 2008 Author Share Posted December 7, 2008 well i think it wouldn't matter but it can be done as wellthrow cmd like runpostsetupcommandsand make a section and added "CMD /Q /C MD ""%16422%\%programDir%\%emptyFolder%""it`s up to you you choose the way you want :icon_cool: your tool rocks :thumbsup_anim: in every version.That is the other way of creating empty folders. I am not sure the best way. This way you navigate to every empty folder that you need added. The other, every empty folder in the paths chosen, would be added.Yet another choice would be have a pop-up ask if you want to add that empty folder. Quote Link to comment Share on other sites More sharing options...
Guest Posted December 7, 2008 Share Posted December 7, 2008 thanks Jonnyboy Quote Link to comment Share on other sites More sharing options...
Guest Posted December 7, 2008 Share Posted December 7, 2008 That is the other way of creating empty folders. I am not sure the best way. This way you navigate to every empty folder that you need added. The other, every empty folder in the paths chosen, would be added.Yet another choice would be have a pop-up ask if you want to add that empty folder.well the good in my way you don't have to make an empty text then delete it it makes the empty folderand yet your idea about pop-up asking for adding empty folder or not is goodand as i said it`s up to you you the one that type commands i just test it Quote Link to comment Share on other sites More sharing options...
dolivas Posted December 8, 2008 Share Posted December 8, 2008 Jonnyboy nice work I was final able to test the new version and like the looks better. The removal of the program directory is now working I now have another problem do you know why the short cut and the add remove entry for the name of the program is showing %programname% program name being the the name of the program why the %Thanks,dolivas Quote Link to comment Share on other sites More sharing options...
Jonnyboy Posted December 8, 2008 Author Share Posted December 8, 2008 Jonnyboy nice work I was final able to test the new version and like the looks better. The removal of the program directory is now working I now have another problem do you know why the short cut and the add remove entry for the name of the program is showing %programname% program name being the the name of the program why the %Thanks,dolivasI am not sure where you are seeing the %. So, did you edit the strings? %program_name%="Prog_Name" Quote Link to comment Share on other sites More sharing options...
felix3650 Posted December 9, 2008 Share Posted December 9, 2008 That would be harder than it sounds.First, an hta is a combination of html and either vbscript or javascript. So, you have to know how to use one of those scripting languages and html.Second, if you have followed the progress of the INF Assistant and the Firefox Addon Maker, you can see that I am still learning both vbscript and html.I know only html. Regarding vbscript I'm still learning it too.Third, I still need to write tutorials for both of the afore mentioned hta's.Fourth, I haven't completed the afore mentioned hta's. There are still more features being added to both.Aside from these, I thank you and maybe at a later date, I can try to write a tutorial on hta's.Ok no prob. I don't want ot put more load on your shoulders (you have done much already :thumbsup_anim: )felix Quote Link to comment Share on other sites More sharing options...
lib9 Posted December 10, 2008 Share Posted December 10, 2008 thanks Jonnyboy great tool Quote Link to comment Share on other sites More sharing options...
Guest Posted December 10, 2008 Share Posted December 10, 2008 for second test when i finished create addon and it created the file the extension was missing it didn't have that 7z or rar extension Quote Link to comment Share on other sites More sharing options...
Jonnyboy Posted December 22, 2008 Author Share Posted December 22, 2008 (edited) I am not sure when I will be able to update this tool. I am too busy with other things. I will make an effort next month to give it a little time.Thanks~JonnyboypsMerry Christmas! Edited December 22, 2008 by Jonnyboy Quote Link to comment Share on other sites More sharing options...
kiki burgh Posted December 23, 2008 Share Posted December 23, 2008 thanks! Quote Link to comment Share on other sites More sharing options...
Jonnyboy Posted May 29, 2009 Author Share Posted May 29, 2009 Jonnyboy is dead ? :crying_anim02:No, not dead. haha!Just busy with other things and didn't see these. I have not used this in quite some time, so I will look t it and see what the problem might be. Quote Link to comment Share on other sites More sharing options...
Jonnyboy Posted June 19, 2009 Author Share Posted June 19, 2009 Extracting bin\7za.exeExtracting bin\Cabarc.exeExtracting bin\safrcdlg.dll---> Cannot create bin\safrcdlg.dll <--- This is the problemExtracting InfAssistant.htaExtracting binSorry for the delay. Just so many things need my attention(rl) and I kept putting this off.Verify the md5. If it is correct and safrcdlg.dll will not extract properly, download it here and place into the bin folder that is created when you run extract the script. Then, the script should run properly.Again, sorry for the delay. Quote Link to comment Share on other sites More sharing options...
LUZR4LIFE Posted July 24, 2009 Share Posted July 24, 2009 Cool. I will check it out some time. Quote Link to comment Share on other sites More sharing options...
fred_gaou Posted October 5, 2009 Share Posted October 5, 2009 Download link on first post is dead !!! Quote Link to comment Share on other sites More sharing options...
*Reaper* Posted January 10, 2010 Share Posted January 10, 2010 Hey Jonnyboy....As usual nice work....Got one issue with this....When the program encounters a filename with a "," in it...example:watersplash,1.tga,10903.temthis does not work....It needs to be:"watersplash,1.tga",10903.temCredit to 5eraph for the solution. Quote Link to comment Share on other sites More sharing options...
MISTER X Posted January 10, 2010 Share Posted January 10, 2010 (edited) Anyone can upload the program, please? (Hr-host is dead)Thankyou.EDIT: find a mirror: Download INF Assistant v0.23 Edited January 10, 2010 by MISTER X Quote Link to comment Share on other sites More sharing options...
kiki burgh Posted January 10, 2010 Share Posted January 10, 2010 hi! yeah link is down ... perhaps, Jonnyboy is updating this & will re-up soon Quote Link to comment Share on other sites More sharing options...
Jonnyboy Posted January 17, 2010 Author Share Posted January 17, 2010 I am working on an update for this and it is taking a little longer than expected. So, until I can finish it, here is the link. Quote Link to comment Share on other sites More sharing options...
Jonnyboy Posted January 26, 2010 Author Share Posted January 26, 2010 I am very near to completing the the update. If there is anyone that would like to test for me and report bugs, PM me and I'll give you the link. Thanks Quote Link to comment Share on other sites More sharing options...
Dziubek Posted August 21, 2011 Share Posted August 21, 2011 Is version 0.23 is the last public ? Quote Link to comment Share on other sites More sharing options...
Jonnyboy Posted August 21, 2011 Author Share Posted August 21, 2011 Yes. There was no one that wanted this, so it was never finished. Quote Link to comment Share on other sites More sharing options...
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.