Jump to content

pmuir

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About pmuir

pmuir's Achievements

0

Reputation

  1. Hi Yzowl, sorry to bring a post that was practically dead back to life but i was wondering if you would be able to help me. Iv been working on a batch file to try and automate the new XP SP3 upgrade, amongst other things. I have found your code and have been trying to alter it to find the IE version. I have had no luck so far and was wondering if you could have a look at it and let me know what I was doing wrong. Thanks in advance for any and all help (not just from Yzowl of course) Here is what I have done so far.... Setlocal Set "key=HKLM\SOFTWARE\Microsoft\Internet Explorer\Version Vector" For /f "tokens=3 delims= " %# In ( 'Reg query %key% /v IE ^|Find "7.0000" 2^>Nul') Do Set "rel=%#" If Not [%rel%]==[7.0000] Start ""/w IE7\IE7-WindowsXP-x86-enu.exe Just a bit of background, im using a USB pen to try to make the installation as easy as possible which is why the .exe is where it is.. If you need any more information about it please dont hesitate to ask.. Thanks Paul
×
×
  • Create New...