Search found 185 matches
- Sun Mar 09, 2008 8:35 pm
- Forum: Update Pack Addons
- Topic: [Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
- Replies: 65
- Views: 31564
- Sat Mar 08, 2008 9:15 pm
- Forum: Update Pack Discussion
- Topic: Possible issue w/ recabbing and IE7
- Replies: 12
- Views: 3934
Aah, thank you Ryan. The term did tickle my memory, but it's been several months since I worked with this stuff. Dependency Walker tells me that there is a CreateUri function in urlmon.dll (and from that I imagine that whatever RunDLL is trying to call in InetCpl.cpl is probably there too). So, it's...
- Thu Mar 06, 2008 11:39 pm
- Forum: Update Pack Discussion
- Topic: Possible issue w/ recabbing and IE7
- Replies: 12
- Views: 3934
Since this hasn't been mentioned yet, trying to call 'CreateUr i ' in urlmon.dll looks like a typo to me.. surely it should be 'CreateUr l '? Perhaps you can hex-edit the offending file, though I have no idea whether or not this would be stored with some kind of encoding. Edit: or uh, edit the offen...
- Thu Mar 06, 2008 8:37 pm
- Forum: Update Pack Addons
- Topic: [Release] Internet Explorer 7 English w/Updates (v2.0.4a)
- Replies: 926
- Views: 424744
Yep, currently working on it :) But, i'll have to do lots of tests again :? Looking forward to it. For some reason, IE8 fails to install on my (heavily nLited) laptop; I've previously had succes installing IE7 directly by modifying the inf in your pack, which works quite well despite not being supp...
- Thu Mar 06, 2008 8:34 pm
- Forum: Update Pack Addons
- Topic: Searched over and over, but where is Ryan's WMP 10?
- Replies: 8
- Views: 2541
- Wed Sep 26, 2007 3:59 pm
- Forum: Update Pack Addons
- Topic: [Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
- Replies: 65
- Views: 31564
New version has been delayed by atleast a day. Mrs Peel asked me about a problem with one of her addons that she couldn't solve, and unfortunately it turned out to be a bitch to solve (long story short, it can't be done just using an inf file, so I had to add a cmd file) and had me busy all day. Hav...
- Tue Sep 25, 2007 5:44 pm
- Forum: Update Pack Addons
- Topic: [Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
- Replies: 65
- Views: 31564
Strings sections are good - we all know this: they can save a lot of clutter and clarify things like GUIDs. However, unfortunately many manufacturers use them far too much, which can make the inf very hard to read, and a terrible pain to simplify. For this reason, starting from the next version, whi...
- Tue Sep 25, 2007 3:32 pm
- Forum: Update Pack Addons
- Topic: [Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
- Replies: 65
- Views: 31564
Well, as it happens string::npos, which is what the second argument of string::find_last_not_of() defaults to and makes it check from the end of the string, is equal to -1 by definition. So in the edge case that = is the first character on the line, it'll check the whole line. And since in this case...
- Tue Sep 25, 2007 2:38 pm
- Forum: Update Pack Addons
- Topic: [Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
- Replies: 65
- Views: 31564
I'm bored, so here's a sneak peak of code for a filter I'm working on: if((B = S->substr(0,S->find_last_not_of(" \t",A-1)+1)).size() > A) continue; B = B.substr(B.find_first_not_of(" \t")); Here, S is a line in an inf file and A is the first position of an unquoted assignment character on that line....
- Tue Sep 25, 2007 4:11 am
- Forum: Update Pack Addons
- Topic: [Release] Total Copy (Luki Edition) Addon v1.2-070925
- Replies: 23
- Views: 9073
- Mon Sep 24, 2007 1:18 pm
- Forum: Switchless Installer Discussion
- Topic: Net Framework Question
- Replies: 4
- Views: 3413
- Sun Sep 23, 2007 10:23 pm
- Forum: Update Pack Addons
- Topic: [Release] IE Developer Toolbar Addon v1.00.2188-070924
- Replies: 2
- Views: 1908
- Sun Sep 23, 2007 10:16 pm
- Forum: Update Pack Addons
- Topic: [DELETED] System Info for Windows v1.70
- Replies: 3
- Views: 1714
- Sun Sep 23, 2007 6:56 pm
- Forum: Update Pack Addons
- Topic: [Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
- Replies: 65
- Views: 31564
- Sun Sep 23, 2007 6:33 pm
- Forum: Update Pack Addons
- Topic: [Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
- Replies: 65
- Views: 31564
Talk about jumping in the deep end. Okay kids, don't expect to see Win32 API stuff anytime soon, as I'll have to research transacted IO and security descriptors and write some sort of lib so I can use it without losing it. (but what do you care, it's not like you'll notice a difference from the way ...
- Sun Sep 23, 2007 2:10 pm
- Forum: Update Pack Addons
- Topic: [Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
- Replies: 65
- Views: 31564
hehe, sure is. I've still got some big plans for this, although I dunno how many I'll be able to realise. I really ought to write a proper FileHandler class based on Win32 API calls, as well. (and add Unicode support) Hmm, I was wondering, are there any other things I could do to inf files to make t...
- Sun Sep 23, 2007 11:11 am
- Forum: Update Pack Addons
- Topic: [Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
- Replies: 65
- Views: 31564
- Sun Sep 23, 2007 5:54 am
- Forum: Update Pack Addons
- Topic: [Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
- Replies: 65
- Views: 31564
- Sat Sep 22, 2007 11:02 pm
- Forum: Update Pack Addons
- Topic: [Release] USDownloader v1.3.4.92 AddOn (Updated 3-03-2008)
- Replies: 30
- Views: 15238
- Sat Sep 22, 2007 6:28 pm
- Forum: Update Pack Addons
- Topic: [Release] USDownloader v1.3.4.92 AddOn (Updated 3-03-2008)
- Replies: 30
- Views: 15238
Nice to see you added the i386 temp folder thing (combined with your other tweak, of course). It's great if an addon just works when you right click Install it. By the way, why is Copy.SSL only run from DefaultInstall? If it wasn't for this and your personal settings, you could technically add the a...
- Sat Sep 22, 2007 5:04 pm
- Forum: Update Pack Addons
- Topic: [Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
- Replies: 65
- Views: 31564
Update: I found an ANSI inf file that won't convert (It's very likely crashing one of the stages in Simplifinf). Rather than figuring out what's going wrong, however, I'm going to focus on splitting the various things the first pass does into multiple passes. This is the only sane way I can add conf...
- Fri Sep 21, 2007 5:47 pm
- Forum: Update Pack Discussion
- Topic: [Addon] Updates for RVM Update Pack 2.1.11 (R13: 2007-09-06)
- Replies: 419
- Views: 222171
- Fri Sep 21, 2007 11:46 am
- Forum: Update Pack Addons
- Topic: [Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
- Replies: 65
- Views: 31564
- Fri Sep 21, 2007 10:29 am
- Forum: Update Pack Addons
- Topic: [Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
- Replies: 65
- Views: 31564
- Fri Sep 21, 2007 4:40 am
- Forum: Update Pack Addons
- Topic: [Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
- Replies: 65
- Views: 31564
- Fri Sep 21, 2007 3:01 am
- Forum: Update Pack Addons
- Topic: [Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
- Replies: 65
- Views: 31564
Well, as you may realise this is taking up a lot of my time ;) It's okay, because I'm learning a lot about the Win32 API, which I'll need for an important project.. but right now that does mean I have to look into how to create, open, read and write files just using that. Because it's working stably...
- Thu Sep 20, 2007 5:51 pm
- Forum: Update Pack Addons
- Topic: [Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
- Replies: 65
- Views: 31564
- Thu Sep 20, 2007 4:47 pm
- Forum: Update Pack Addons
- Topic: [Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
- Replies: 65
- Views: 31564
- Thu Sep 20, 2007 1:43 pm
- Forum: Update Pack Addons
- Topic: [Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
- Replies: 65
- Views: 31564
- Thu Sep 20, 2007 9:39 am
- Forum: Update Pack Addons
- Topic: [INF Tip] CopyFiles and a single file
- Replies: 2
- Views: 2416
- Wed Sep 19, 2007 9:37 pm
- Forum: Update Pack Addons
- Topic: [Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
- Replies: 65
- Views: 31564
Yeah, MIGDB.INF converts perfectly for me, it's an ANSI file. Also a good example of why this is useful! Talk about inconsistent spacing, sheesh. My second pass (that I haven't written yet, hehe) should do wonders for the placement, too. The corruption you saw was almost certainly due to my heavy us...
- Wed Sep 19, 2007 8:28 pm
- Forum: Update Pack Addons
- Topic: [Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
- Replies: 65
- Views: 31564
- Wed Sep 19, 2007 7:13 pm
- Forum: Update Pack Addons
- Topic: [Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
- Replies: 65
- Views: 31564
can you add a console >out file support for this so it runs in batch script as well and without leaving any traces Simplifinf HIVESYS.INF newfile\HIVESYS.INF Hmm, the following should work after I fix the uppercase extension issue: Simplifinf HIVESYS.INF which will create a file called HIVESYS new....
- Wed Sep 19, 2007 7:07 pm
- Forum: Update Pack Addons
- Topic: [Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
- Replies: 65
- Views: 31564
Hmm, odd. Could you try the following version? Only difference is it isn't UPXed.
Link: here
MD5: 210E533DDE96E609FA0077EDE3C58E76
Link: here
MD5: 210E533DDE96E609FA0077EDE3C58E76
- Wed Sep 19, 2007 6:58 pm
- Forum: Update Pack Addons
- Topic: [Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
- Replies: 65
- Views: 31564
- Wed Sep 19, 2007 4:36 pm
- Forum: Update Pack Addons
- Topic: [Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
- Replies: 65
- Views: 31564
- Tue Sep 18, 2007 7:34 pm
- Forum: Update Pack Addons
- Topic: [Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
- Replies: 65
- Views: 31564
- Tue Sep 18, 2007 7:13 pm
- Forum: Update Pack Addons
- Topic: [Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
- Replies: 65
- Views: 31564
Hmm, that's a rather odd bug. Tell me - if you run it again on the same original file, do you get the same output? I had some odd corruption show up earlier that I think might be due to MinGW's file operations being utterly unstable, because it went away when I tried again. As for your idea of remov...
- Tue Sep 18, 2007 3:08 pm
- Forum: Update Pack Addons
- Topic: [Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
- Replies: 65
- Views: 31564
Thanks arco, and yeah, it got pretty late last night. Finding how to do the drag and drop thing was frustrating at first, then fun as it turned out to be so simple. Anyway, check out the new release :) To Kel: this release fixes the problem you reported. However I'm currently not detecting the Infot...
- Tue Sep 18, 2007 2:12 pm
- Forum: Update Pack Addons
- Topic: [Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
- Replies: 65
- Views: 31564
- Tue Sep 18, 2007 5:41 am
- Forum: Update Pack Addons
- Topic: [Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
- Replies: 65
- Views: 31564
- Mon Sep 17, 2007 11:25 pm
- Forum: Update Pack Addons
- Topic: [Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
- Replies: 65
- Views: 31564
Hehehehe, I can't believe how simple that turned out to be. Your cries have been heard, Mrs Peel, this utility now has drag and drop support. Of course I don't know how Sendto addons work so let me know if that needs anything else. Edit: whoops, in my excitement I forgot about directories that -don'...
- Mon Sep 17, 2007 10:11 pm
- Forum: Update Pack Addons
- Topic: [Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
- Replies: 65
- Views: 31564
- Mon Sep 17, 2007 8:53 pm
- Forum: Update Pack Addons
- Topic: [Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
- Replies: 65
- Views: 31564
- Mon Sep 17, 2007 8:37 pm
- Forum: Update Pack Addons
- Topic: [Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
- Replies: 65
- Views: 31564
I doubt it. It simply makes inf files more readable, which can be a blessing when you're working with them. For me, this allows me to easily remove all the stuff that I don't need from driver infs (which often include code for lots of other devices). This, in turn, may slightly speed up your install...
- Mon Sep 17, 2007 6:49 pm
- Forum: Update Pack Addons
- Topic: [Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
- Replies: 65
- Views: 31564
[Ulitily] Simplifinf, a basic inf simplifier (v0.30b)
I'm not going to do a proper release post for this little utility, but let me explain my reasoning behind creating it. Today, I once again found myself going through a driver inf removing (to me) useless commentary, redundant spaces and newlines, and adding some consistency for spaces before and aft...
- Tue Sep 11, 2007 1:31 pm
- Forum: Update Pack Addons
- Topic: Need help and ideas for a new desktop management addon
- Replies: 10
- Views: 3110
- Mon Sep 10, 2007 8:26 pm
- Forum: Update Pack Addons
- Topic: Need help and ideas for a new desktop management addon
- Replies: 10
- Views: 3110
Without looking into it, I'll say one solution would be a kernel hook (I guess.. right term?) that intercepts CreateWindow and CreateWindowEx messages when a process is created, and changes them to open windows away from the taskbar, or to specific locations if it's a process you specified to open a...
- Mon Sep 10, 2007 5:58 am
- Forum: Update Pack Discussion
- Topic: RyanVM Update Pack 2.1.11 - Released June 25, 2007
- Replies: 130
- Views: 74208
- Sun Sep 09, 2007 7:23 pm
- Forum: Update Pack Discussion
- Topic: [Addon] Updates for RVM Update Pack 2.1.11 (R13: 2007-09-06)
- Replies: 419
- Views: 222171
I'm going to hazard a guess and say that line is the ocgen entry that was erronously present in RogueSpear's Direct Update Addon V1.0.4 and was removed in V1.0.5. So to answer your question (if I'm right), it should be removed entirely. If I'm wrong, then %addonsinf% should be changed to match the n...