Jump to content

Jonnyboy

Members
  • Joined

  • Last visited

Everything posted by Jonnyboy

  1. oops - I'll repost ***EDIT*** Fixed
  2. updated to v0.473 fixed some 7-zip bugs
  3. Thanks Gorki
  4. I have fixed every bug that I have been notified of. Also, if you have a failure, please pm me the logs. I can usually find the problem by looking at the logs. ***EDIT*** The only way I can find the bug is with the logs. It works on all my test systems. I need the logs t help me find why it doesn't work on yours.
  5. updated to v0.471 -fixed bug that Resource Hacked all addons, regardless of choice
  6. There are a couple of bugs in v0.465 and I have found and fixed them. As soon as I am done testing, I will post the update. Thanks *EDIT* Sorry, the link format for 3.0.x is different than 2.0.0.x. They have an html code in the link and I didn't catch it. Thanks for the heads up.
  7. I can't fix it if you don't tell me.lol
  8. I could use a few beta testers. I have an update that is compatible with XP and Vista, (x86) and (x64). It will create an addon in any of those OS's and install in any of those OS's. I have VMware, but it is a slow process to create an image and test the addon, over and over, again for each OS and eah type addon. I need people to test in Server 2003/2008, also. If you are interested and have the time to help out, PM me and I'll give you the link. I would greatly appreciate your help. Thanks
  9. Jonnyboy replied to Jonnyboy's post in a topic in INF Discussion
    I've got it working and installing via unattended, but I get a pop-up about digital signature and Authenticode Technology when installing into WinXP (x64), still not tested Vista (x64). Anyone have any ideas on getting around that? Without going to Verisign or someone like that. The silent install installing via svcpack shouldn't generate this error code. But, that's for later testing. Again, thanks for the help.
  10. Jonnyboy replied to ricktendo's post in a topic in Software Field
    Nice find. Thanks
  11. Let me look for it it. It is a Netgear FS318, I think. It was an excellent firewall\router when I bought many years ago. I only stopped using when I went wireless in the house. PM me the details of how to get it to you.
  12. Jonnyboy replied to Jonnyboy's post in a topic in INF Discussion
    I finished writing the script the creates the inf for my addon maker. In testing it is compatible with XP, XPx64, Vista. I have only tested using defaultinstall. I need to make images and test in unattended. I still need to test Vista x64 *EDIT* Premature, Vista failed "The Inf you selected does not support this method of installation. More work is needed. Thought I had it. *EDIT Again8 Fixed. Vista works
  13. Jonnyboy replied to Jonnyboy's post in a topic in INF Discussion
    With just a some initial testing I have been able to make an inf that installs in both Windows x86 and x64 systems. I need some script rewriting to get the registry settings correct. But, with some initial reading on MSDN, it appears easier than I could have imagined. It does doubles the size of the inf, though. Because you basically have two entries for everything. Tested only using DefaultInstall.
  14. I have some scripts that run at shutdown are located in the GPO Scripts\Shutdown. Does anyone know how I can add the into an unattended install? Thanks
  15. I think I may have a router, in one of my old puter parts boxes. Still need one?
  16. just a quick update to update the links There isn't very many people using this. If the need arises, I could make this more like my Firefox Addon Maker.
  17. Version 0.465 posted. fixed problems with Vista
  18. ok, thanks **EDIT** I can't find how to configure a downloads directory or a screenshot directory. When trying to upload a file, I get an error that failed to copy file to configured download directory. Thanks
  19. I lot late, but I'm interested. Thanks
  20. Thanks for this service. As I read more, I learn more about this forum. I tried to post my addon maker, it is a self-extracting file. The upload screen doesn't all that file type. Could that be changed? Thanks
  21. Jonnyboy replied to Audigy's post in a topic in INF Discussion
    I think the error is here: Bfedir=Batch FileName EditorShould be: Bfedir="Batch FileName Editor" in addition the other changes in my previous post. When the inf tries to make the shortcut it will silently fail if it can't find the file c:\Program files\Batch FileName Editor\Nameditor.exe Because of the spaces the inf will not be able to create the shortcut, without wrapping the %Bfedir% in quotes.
  22. Jonnyboy replied to Audigy's post in a topic in INF Discussion
    Change: Name =Batch FileName Editor 4.5To: Name ="Batch FileName Editor 4.5",8,23and change: Name =UnistallTo: Name ="Unistall",8,23This should do the trick.