Jump to content

Recommended Posts

Posted

Open a CMD window and type: reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v CurrentVersion

Note: you should get something like the below. In this case the "CurrewntVersion" number is 6.9. You should be seeing something different "CurrentVersion" because of the warning message received.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
    CurrentVersion    REG_SZ    6.9

Open the 'modder.vbs' file with a text editor. Go to line 16 and add the new "CurrentVersion" number, and save the file.

Example below is based on the "CurrentVersion" of 6.9 above:

      Case 6.0, 6.1, 6.2, 6.3, 6.9:
Posted (edited)

Thanks for the quick answer.

Running the above command gives me:

CurrentVersion   REG_SZ     6.1

However, line 16 of modder.vbs already reads as:

        Case 6.0, 6.1, 6.2, 6.3:

So it seems 6.1 is already added. The exact error message that I receive is given in the attached image. I took a screenshot of the version command and output as well. And to be sure a screenshot of the modder file as well.

Snort.PNG

currentversion.PNG

 

modder.PNG

Edited by michael_b
added version command screenshot, added modder screenshot
Posted

Make SURE you have installed all the updates from the Windows update server, and make sure you are executing the modder.vbs from a command window that has administrator privileges.

If the above is true then:

Open the modder.vbs file and change line 12 to:

getVersionNumber = 6.1

Posted

This is a perfect guide. All is running fine on SBS2011. I just need to complete the post-installation tasks. 

Thank you very much. Only two very, very small mistakes in the guide:

-adding entry to hosts through the modder script. In case there's already an entry in the hosts file, the winids entry is copied right next to the last existing entry, without spaces
-unzip -oqq d:\temp\php-5.6.7 -nts-Win32-VC11-x64.zip -d d:\winids\php => here is one space too much, between 5.6.7 and -nts

Regards

Posted

Not sure as it looks like the hosts file was corrupted prior to the modder.vbs inserting its line. Looks like a localized incident but will note it, and see if it appears again.

Thanks...

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