Jump to content

[Tool] INF Assistant v0.23


Jonnyboy

Recommended Posts

version 0.23 posted

Quite a few changes and additions

Changelog:

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 by Jonnyboy
Link to comment
Share on other sites

Nice Fixes

and a new Look

i think you should consider as well making empty folders

your INF Assistant just ignore them

they normally are useless but some times the program doesn't run without them

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

so a Clear Screen should be Helpful

Edit: 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 by DaRk MaDnEsS
Link to comment
Share on other sites

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 active

Good catch, I will fix this. Edited by Jonnyboy
Link to comment
Share on other sites

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 well

throw cmd like runpostsetupcommands

and 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.

Link to comment
Share on other sites

well i think it wouldn't matter but it can be done as well

throw cmd like runpostsetupcommands

and 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.

Link to comment
Share on other sites

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 folder

and yet your idea about pop-up asking for adding empty folder or not is good

and as i said it`s up to you you the one that type commands i just test it

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

I am not sure where you are seeing the %. So, did you edit the strings? %program_name%="Prog_Name"
Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 2 weeks later...
  • 5 months later...
Jonnyboy is dead ? :D :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.

Link to comment
Share on other sites

  • 3 weeks later...
Extracting bin\7za.exe

Extracting bin\Cabarc.exe

Extracting bin\safrcdlg.dll

---> Cannot create bin\safrcdlg.dll <--- This is the problem

Extracting InfAssistant.hta

Extracting bin

Sorry 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.

Link to comment
Share on other sites

  • 1 month later...
  • 2 months later...
  • 3 months later...

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.tem

this does not work....

It needs to be:

"watersplash,1.tga",10903.tem

Credit to 5eraph for the solution.

Link to comment
Share on other sites

  • 2 weeks later...
  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...