Login    
   Windows Server to Workstation
   Convert Windows Server 2008/2008 R2/2012 to a Workstation!
    Register FAQ  •  Search    
It is currently Fri May 24, 2013 5:18 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 90 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next
Author Message
 Post subject: Re: MICROSOFT SERVER CONVERTER - V.1
PostPosted: Thu May 03, 2012 11:03 am 
Offline
Win2008Workstation Member
Win2008Workstation Member

Joined: Tue May 01, 2012 8:16 pm
Posts: 11
So, just to keep people posted.

It's working now (I think -- after following neige's latest instructions) but I ran into other problems (like not really understanding what it does). So I'll have to start from scratch to play w/ it but I wanted to dump some information out in case it's useful to anyone.

1) Original install files (MSC_OnlineInstaller.exe, UpdateUtilPatch.zip).

This seemed to "install" okay, but I think the paths might be wrong. After installation (before update):
Code:
Files:
/c$/Program Files (x86)/Microsoft Server Converter
$ find .
.
./evcall.cmd
./instmui.cmd
./Ionic.Zip.dll
./muilist.vbs
./R2Update.exe
./r2update.txt
./uninst.exe
./unrar64.exe
./unrar86.exe
./version.txt


After dropping the updated R2Update.exe from the patch into the directory and running the update.

Code:
Files:
/c$/Program Files (x86)/Microsoft Server Converter
$ find .
.
./evcall.cmd
./instmui.cmd
./Ionic.Zip.dll
./muilist.vbs
./r2conv
./r2conv/features
./r2conv/features/features.xml.add
./r2conv/features/features.xml.rm
./r2conv/features/inst.cmd
./r2conv/fixes
./r2conv/fixes/exe
./r2conv/fixes/exe/ffplugin.inf
./r2conv/fixes/exe/ffplugin.msi
./r2conv/fixes/fixes.xml.add
./r2conv/fixes/inst.cmd
./r2conv/fixes/rar
./r2conv/fixes/rar/ffplugin.rar
./r2conv/fixes/rar/spp.rar
./r2conv/fixes/reg
./r2conv/fixes/reg/sr_task.xml
./r2conv/fixes/reg/sr_wmi.reg
./r2conv/services
./r2conv/services/inst.cmd
./r2conv/services/services.xml.add
./R2ConvGUI.exe
./R2Update.exe
./R2Update.exe.bak
./r2update.txt
./uninst.exe
./unrar64.exe
./unrar86.exe
./version.txt


However, if you look in the cache, 1.zip (which is being downloaded) certainly looks like it has all the files (r2conv directory).

Okay, so scrap that, uninstall, follow neige's instructions.

And it installs into a default directory called "R2 Workstation Converter" (I think).

So hypothesis?

The updated, updater is trying to unzip 1.zip (and other downloaded files) into "C:\Program Files (x86)\R2 Workstation Converter\" instead of "Microsoft Server Converter".

(Also not sure about the R2 path, working from memory there since I've blown away my installation already...)

Anyhow, hopefully that helps. =)


 Profile  
 Post subject: Re: MICROSOFT SERVER CONVERTER - V.1
PostPosted: Thu May 03, 2012 7:10 pm 
Offline
Win2008Workstation Expert
Win2008Workstation Expert
User avatar

Joined: Thu Feb 05, 2009 11:27 am
Posts: 365
Hi !

Thank you for the feedback but what you posted has nothing to do with your case and may cause users confusion, which is not good.

In fact it's normal that according to which installer you use you get a different folder, but application works for both.

I repeat once again, I tested both ways and it's fully working.

Regards,

N :)

_________________
|"It's a basic truth of the human condition that everybody lies. The only variable is about what."|


 Profile  
 Post subject: Re: MICROSOFT SERVER CONVERTER - V.1
PostPosted: Thu May 10, 2012 9:38 am 
Offline
Win2008Workstation Member
Win2008Workstation Member

Joined: Tue May 01, 2012 8:16 pm
Posts: 11
Okay, so the 2nd set of instructions worked. Yay.

It also helped that I followed the tutorial in the tool -- although the screenshots should be updated.

However, I do have a question. I selected some things such as Add "Mouse" to Computer and Add "Device Manager" to Computer which I can't seem to undo. Unselecting it and doing an "Apply" doesn't seem to do anything.

Any clues?

Thanks!


 Profile  
 Post subject: Re: MICROSOFT SERVER CONVERTER - V.1
PostPosted: Thu May 10, 2012 7:48 pm 
Offline
Win2008Workstation Expert
Win2008Workstation Expert
User avatar

Joined: Thu Feb 05, 2009 11:27 am
Posts: 365
tofugrunt wrote:
Okay, so the 2nd set of instructions worked. Yay.

It also helped that I followed the tutorial in the tool -- although the screenshots should be updated.

However, I do have a question. I selected some things such as Add "Mouse" to Computer and Add "Device Manager" to Computer which I can't seem to undo. Unselecting it and doing an "Apply" doesn't seem to do anything.

Any clues?

Thanks!


Hi,

Is there anything that you like ? I am starting to wonder.........

Since the removal registry fixes don't work, if you wish to remove shortcuts just search registry with added strings and delete them.

I am going to be cooperative, here is where you need to search :

Code:
;Add "Device Manager" to the right click menu of "Computer"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Device Manager]
@="Device Manager"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Device Manager\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
  00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,\
  63,00,2e,00,65,00,78,00,65,00,20,00,2f,00,73,00,20,00,25,00,53,00,79,00,73,\
  00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,\
  74,00,65,00,6d,00,33,00,32,00,5c,00,64,00,65,00,76,00,6d,00,67,00,6d,00,74,\
  00,2e,00,6d,00,73,00,63,00,00,00


Code:
;Add "Mouse" to the right click menu of "Computer"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{6C8EEC18-8D75-41B2-A177-8831D59D2D50}]


The pics were updated when you install MCS but not when you already have R2Conv3 installed and just upgrade it. What a shame.......................

In fact basic steps to run tool properly are identical only application name changes on pics and some options were added but nothing crucial.

N

_________________
|"It's a basic truth of the human condition that everybody lies. The only variable is about what."|


 Profile  
 Post subject: Re: MICROSOFT SERVER CONVERTER - V.1
PostPosted: Thu May 10, 2012 9:59 pm 
Offline
Win2008Workstation Member
Win2008Workstation Member

Joined: Tue May 01, 2012 8:16 pm
Posts: 11
Thanks.

I broke this topic off into another thread since we're going down this other rabbit hole now.

Cheers!


 Profile  
 Post subject: Re: MICROSOFT SERVER CONVERTER - V.1
PostPosted: Tue May 15, 2012 5:58 pm 
Offline
Win2008Workstation Expert
Win2008Workstation Expert
User avatar

Joined: Wed Dec 10, 2008 9:09 pm
Posts: 250
Location: Czech Republic
Hello,

I've found a small bug in your converter's Games Explorer pack.

Code:
pushd "%r2_s32%\wbem"
"%r2_s32%\mofcomp.exe" "WgxInstalledGame.mof">nul
popd

pushd "%r2_s32%\wbem\en-US"
"%r2_s32%\wbem\mofcomp.exe" "WgxInstalledGame.mfl">nul
popd

pushd "%r2_s64%\wbem"
"%r2_s64%\wbem\mofcomp.exe" "WgxInstalledGame.mof">nul
popd

pushd "%r2_s64%\wbem\en-US"
"%r2_s64%\wbem\en-US\mofcomp.exe" "WgxInstalledGame.mfl">nul
popd

The problem is, there's no mofcomp.exe in System32 or System32\wbem\en-US dirs (at least on my Win 2008 R2 clean install), only in System32\wbem.

So I think, this is how the install script should look like:
Code:
pushd "%r2_s32%\wbem"
"%r2_s32%\wbem\mofcomp.exe" "WgxInstalledGame.mof">nul
popd

pushd "%r2_s32%\wbem\en-US"
"%r2_s32%\wbem\mofcomp.exe" "WgxInstalledGame.mfl">nul
popd

pushd "%r2_s64%\wbem"
"%r2_s64%\wbem\mofcomp.exe" "WgxInstalledGame.mof">nul
popd

pushd "%r2_s64%\wbem\en-US"
"%r2_s64%\wbem\mofcomp.exe" "WgxInstalledGame.mfl">nul
popd


Anyways, *great* work, guys!

_________________
Image


 Profile  
 Post subject: Re: MICROSOFT SERVER CONVERTER - V.1
PostPosted: Tue May 15, 2012 6:13 pm 
Offline
Win2008Workstation Expert
Win2008Workstation Expert
User avatar

Joined: Thu Feb 05, 2009 11:27 am
Posts: 365
Hi Ascii,

TY for posting this. We will check the local packs about what you mentioned.

I am most certain that we may made a mistake on this.

I'll keep you updated.

N ;)

_________________
|"It's a basic truth of the human condition that everybody lies. The only variable is about what."|


 Profile  
 Post subject: Re: MICROSOFT SERVER CONVERTER - V.1
PostPosted: Tue May 15, 2012 6:45 pm 
Offline
Win2008Workstation Expert
Win2008Workstation Expert
User avatar

Joined: Wed Dec 10, 2008 9:09 pm
Posts: 250
Location: Czech Republic
Thanks, neige!

I'm also getting a weird error while trying to install the BDA stack.
Code:
Applying action Install on DomainItem AA43FB16-CAC7-4159-B306-70B1EFFE61DD.
R2ConvGUI.R2Conv+R2ConvException: Failed Dependency check!
   v R2ConvGUI.R2Conv.RaiseException(String Message)
   v R2ConvGUI.R2Conv.R2Item.Install()
   v R2ConvGUI.R2Conv.R2Category.FetchGuiState()


btw. Could you please include this tweak in your converter?

_________________
Image


 Profile  
 Post subject: Re: MICROSOFT SERVER CONVERTER - V.1
PostPosted: Tue May 15, 2012 6:50 pm 
Offline
Win2008Workstation Expert
Win2008Workstation Expert
User avatar

Joined: Thu Feb 05, 2009 11:27 am
Posts: 365
AsciiWolf wrote:
Thanks, neige!

I'm also getting a weird error while trying to install the BDA stack.
Code:
Applying action Install on DomainItem AA43FB16-CAC7-4159-B306-70B1EFFE61DD.
R2ConvGUI.R2Conv+R2ConvException: Failed Dependency check!
   v R2ConvGUI.R2Conv.RaiseException(String Message)
   v R2ConvGUI.R2Conv.R2Item.Install()
   v R2ConvGUI.R2Conv.R2Category.FetchGuiState()


btw. Could you please include this tweak in your converter?


Ok.

I will take a look at it later and see what is wrong there. I am certain it has to do with Desktop Experience.

I'll also see to add what you requested.

TY Ascii.

N :)

_________________
|"It's a basic truth of the human condition that everybody lies. The only variable is about what."|


 Profile  
 Post subject: Re: MICROSOFT SERVER CONVERTER - V.1
PostPosted: Tue May 15, 2012 6:54 pm 
Offline
Win2008Workstation Expert
Win2008Workstation Expert
User avatar

Joined: Wed Dec 10, 2008 9:09 pm
Posts: 250
Location: Czech Republic
neige wrote:
I will take a look at it later and see what is wrong there. I am certain it has to do with Desktop Experience.

Thanks!
I have the Desktop Experience feature installed and fully enabled.
I think it could have something to do with codecs (mpeg enc? didn't install it yet...).

_________________
Image


 Profile  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 90 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
phpBB skin developed by: John Olson
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
[ Time : 0.052s | 13 Queries | GZIP : Off ]