December 7, 200816 yr Author 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, 200816 yr by Jonnyboy
December 7, 200816 yr 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, 200816 yr by DaRk MaDnEsS
December 7, 200816 yr Author 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, 200816 yr by Jonnyboy
December 7, 200816 yr 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.
December 7, 200816 yr Author 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.
December 7, 200816 yr 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
December 8, 200816 yr 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
December 8, 200816 yr Author 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"
December 9, 200816 yr 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
December 10, 200816 yr 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
December 22, 200816 yr Author 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, 200816 yr by Jonnyboy
May 29, 200915 yr Author 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.
June 19, 200915 yr Author 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.
January 10, 201015 yr 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.
January 10, 201015 yr Anyone can upload the program, please? (Hr-host is dead)Thankyou.EDIT: find a mirror: Download INF Assistant v0.23 Edited January 10, 201015 yr by MISTER X
January 17, 201015 yr Author 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.
January 26, 201015 yr Author 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.