Jump to content

prathapml

Patron
  • Posts

    6,616
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    India

Everything posted by prathapml

  1. In all of the above, you have missed out inverted commas for the reg_sz value. In other words, wrap even the minus sign around inverted commas. Make "MsnMsgr"=-to look like "MsnMsgr"="-"
  2. I noticed that contrary to your changelog, running a "/?" switch on the msi doesn't work.
  3. Yup! This is very nice indeed. @scp- Thanx a lot for sharing this with us.
  4. You can't "log" your .reg file, simply because there's nothing to log! If you want to see whether your .reg got imported correctly or not, you could rather use "regedit /S --.reg" which will silently import your registry tweaks with no problems (if there was no error in the .reg itself) - and you can be sure that windows tried its best to import the keys in that file. Or, if you actually meant that you want to have comments in regtweaks.reg which help you understand which section does what, you could just use manually commented lines (start a new line with a semi-colon). Like this: ; accessibility options - show extra KeyBoard help in programs [HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Preference] "On"="1"
  5. That's cool - so it is on the verge of release, I suppose (since 2177 was built 4 days ago, and it looks like 2178 is a proven "test-run"ed build of the same). But, I wouldn't really say that the number "6.00.2900.2178" means very much, since that looks like an IE build number. "5.1.2600.2178" is more like it.
  6. I would like to know that too! What exactly does your script turn on?
  7. You want to know what is the hardware you have in your PC, right? You can get a comprehensive detail of your configuration (System Specifications), download Everest Home Edition from this link: Everest. Then, open the program (Everest), and click "Computer >> Summary".
  8. Does that same CD (which you made) boot on other machines/CD-drives? This short FAQ might help you : bootable win2k cd with nero 6. The procedure is pretty much the same for win2k, as for winxp.
  9. hmmm..... hasn't anyone ever heard of the "%CD%" variable? But please note that it is usable only from a batch-file (which is what the majority of mew-comers use). You cant use %CD% in RunOnceEX or INF or XPlode. Now that you mention it, I tried a manual install and saw it. OK, so your winamp MSI is getting better for those who want it manual as well
  10. No, my win2kSP4 uA install runs just fine with a silent dX9c, without the .NET framework's prior presence.
  11. Resurrection...... An old concept found in the bible itself, that was the reason, LOL Resurrecting a dead thread,
  12. Did you bother to search for it at all? (before posting your query). Well, here's the link to a thread which answers your question: Add ons for right click MY Computer
  13. OK, that's good. All's well that ends well, huh? Its nice that loko32 resolved his query successfully.
  14. Well, everybody helps themselves here. To the best of my knowledge, paid help-desks are available to spoon-feed people. If you aren't already familiar with something, a willingness to learn can help. We all share our ideas/techniques, and it is up to individuals to use it.
  15. Search google for "registry monitor".
  16. OK, I went through your winnt.sif, and have 2 observations: 1. As jrzycrim says above, set "OemSkipWelcome=1". That was what was causing you the trouble. Setting that property will not skip your OOBE first-run Welcome, so go ahead and set "OemSkipWelcome=1". 2. Maybe you want to edit your first-post, and either take-down, or modify the attached winnt.sif to blank out the key you use to install windowsXP.
  17. OK, you all, let's get back on topic (instead of discussing a general subject such as the number of people speaking a certain language).
  18. VMware all the way! VMware beats VPC hollow on the speed front. On my (pretty fast machine for today, I admit) PC, VMware (v4.5.2) is atleast 3x faster. Although it puts hooks into the OS in various places, I'm okay with it - those are for extra functionality. 1. Also, I've been using vmware since the days of v2.0 - that was 6 years ago when it was the pioneer of virtual computing (for win32 & linux platforms) - so I guess there's some loyalty involved. In those days, it didn't have all the features that you people seem to dis-like - but for me, those are value-additions. 2. I also need to mention that when you have paid for an app, added functionality/features/stability is a plus-point - unlike those who are just trying out various apps in the category, and complain about an *EXCESS* of capability. 3. VMware supports almost all OSes as guests. Also, vmware for linux is available. That makes it doubly attractive for me, since I can just copy over the directory that contains my installed VM to my linux partition - and be sure that it is portable and will simply run as always, without fuss. I've used VPC2k4, but it falls short on: 1. Speed of operation of guest OS. 2. control over your guest OS. 3. resource-sharing features. 4. Ability to create a virtual network composed of VMs. Most of all, it's UI looks very sparse (which may be an advantage to newbies, but for how long are you a newbie?). If you are an advanced user, and like to fiddle around with things, you'd get get bored pretty quickly with it.
  19. I don't have the problem you describe - so, I suppose it is due to some user error ! My setup is fully unattended.
  20. ### self-removed ###
  21. OK. Yes, I tried that just now, and saw what you meant (got the "Help" page when I ran a "/A" on it). Oh well, I don't see the need for it either (unless it would somehow reduce the size ).
  22. Yes, that's a nice solution. Hah! you'll rue the day you said this. I normally try to make an Admin-Install (/A) of every app that uses MSI as the installer. But I didn't try it on your MSI yet - but now that you mention it, I will use it and report any errors. Wow!! that's really cool. Courtesy another boring night, I suppose? are you single? Ahhh, attribute it to the co-incidence that I was sleeping at the same time as well!
  23. ha ha ha, I don't know a good reason why MSFN does that (censoring that site). BTW, I don't think it is the best practice to pick up rumours from one site's forum, and give it "Official" status.
  24. ### self-removed ###
  25. If the absence of the local install cache is all that is preventing you from moving totally to a slip-streamed Install source, here's what you can do: 1. There is a setup property (just like the TRANSFORMS= property). 2. The property is CDCACHE=[string] 3. It works even for an Install from a slip-streamed Admin Install Point. Specify the level of caching. Auto = cache based on available disk space 1 = cache only what you install 2 = cache entire source 0 = cache disabled the default setting is: CDCACHE=autoHoping this helps.
×
×
  • Create New...