Star Office 9 on Windows Server 2008 64Bit with Citrix Xen App 5.0

Good day,
I have Star Office 9 already installed on my private PC and now want to install it also on Terminal Sever with OS Windows 2008 64 Bit and Citrix Xen App 5.0 . Is there anybody who has experience with such an installation, can inform me if it works and maybe what I have to consider on installation ??
Thanks for your help
rgds
A.Reinhardt

Here's what I have been doing to get OpenOffice.org working
on our Citrix Farm using a Win2K/Win2K3 mixed-mode domain.
the same applies to StarOffice.
These were the goals:
- Give any user who wants/has to work with an Office Suite
access to OpenOffice.org by simply putting him into a
group.
- The installation must work in a way the user does not have
to interact (read: I do not want to allow his interaction
because he is definitely going to make the wrong choices)
The painful way to the goal (as far as I got now):
Note 1: While most files are included here, some are missing
(like 100kb registry settings) but can be requested
from the author.
Note 2: Some of the scripting is ugly and may be useless.
It has evolved quite a bit since I started it, so
it's kinda messy. Nevertheless it works quite well
here, so I wouldn't want to touch it...
OVERVIEW
This solution consists of the following parts:
- modified setup file (optional)
- responsefiles f�r base and workstation (=user) installation
- installation script
- domain logon (sub)script
I modified the setup file (setup.inf) to stop the installer from giving me things
I don't want. I have tried numerous ways to do this with StarBasic but failed.
I tried the forums, I had contact with Sun developers - it simply wouldn't work
the way it was supposed to.
The installation script is simple. It's just there to make life a little easier
for the sorry guy who has to install a new machine. I tried to use a packager
to do the base installation and it horribly barfed, but then again that was in
the days before 1.1.x. It works like this so I left it untouched.
The major part is the domain logon script. There, we check if the user has access
to OpenOffice.org, check for the presence of various files and try to build his
environment as needed, taking various quirks and problems into account.
The logon script needs a connection to a share on a fileserver/SAN/NAS. For us,
it's still a fileserver, but it's the one holding the profiles, too, so if this
one wouldn't be available login would be broken, anyway. I did this so I could
slipstream newer files to the users' workstation installation if I needed to, later on.
INSTALLATION
In my installation folder, I have the following files:
Code:
dir install ; OpenOffice.org files (incl. modified setup.inf)
file common.xcu ; Modified common.xcu where I set an additional
; template folder, for example
file instbase.rsp ; Responsefile for base installation
file instuser.rsp ; Responsefile for user's workstation installation
file jobs.xcu ; Modified jobs.xcu (removed registration request)
file MasterInstall.kix ; Script to install on a Citrix machine
file OpenOffice-Associations.reg ; Override for document type associations
file wkix32.exe ; kixtart w32 executable
To install, make a shortcut to "wkix32.exe MasterInstall.kix" and doubleclick Wink
You should be administrator on the Citrix machine, of course. As you can see from
the script, installation mode is switched on automatically.
Set your '$destination' as needed!
Code:
========== MasterInstall.kix ==========
; OpenOffice.org 1.1.2 Master-Installation f�r Citrix
; Installiert OpenOffice nach D:\Programme\OpenOffice
; wgi 2004/04/28 (identisch mit OpenOffice 1.1.1)
DEBUG Off
; Installation anhand des Response-Files
$Destination = "D:\Programme\OpenOffice\"
shell "change user /install"
? "Installiere nach "+$Destination
; * This would be a good place to copy some of the fonts
; * or other stuff to the machine
shell ".\install\setup.exe -r:..\instbase.rsp"
SHELL "regedit /s OpenOffice-Associations.reg"
SHELL "change user /execute"
MessageBox("Installation nach "+$Destination+" beendet.","Total sch�n, ey ;-)",64,60)
========== MasterInstall.kix ==========
Let's have a look at instbase.rsp:
Code:
========== instbase.rsp ==========
[Environment]
INSTALLATIONMODE=INSTALL_NETWORK
INSTALLATIONTYPE=SPECIFY
DESTINATIONPATH=D:\Programme\OpenOffice
LANGUAGELIST=49
MIGRATION=YES
StartProcedure=PreSetup
EndProcedure=PostSetup
[Module_Specify]
wgiModule=gid_Module_Prg_Wrt_Bin,gid_Module_Prg_Wrt_Help, [.......]
InstallModuleSet=wgiModule
[JAVA]
JavaSupport=preinstalled_or_none
[Windows_Desktop_Integration]
Register4MsWord=Yes
Register4MsExcel=Yes
Register4MsPowerPoint=Yes
RegisterAsDefaultHtmlEditor=No
[Procedures]
Sub PreSetup
ShowSetup
End Sub
Sub PostSetup
SetReboot( False )
HideSetup
End Sub
========== InstBase.rsp ==========
Some leftover stuff from trying to exclude some modules here, I just didn't clean it up.
Remember to set 'DESTINATIONPATH' to what you need.
Note that we do a "INSTALL_NETWORK". Although most people in the forums agreed that it doesn't work, it does - at least since 1.1.0.
Near the end of Masterinstall.kix I import some registry settings. For some reason,
OpenOffice.org's method of setting the associations does not work for me on a Citrix
(Terminal Server) machine, although it seemed to be the right way to do it. Worked
on XP workstations, for example, but it looks like Terminal Servers treat this differently.
So I exported the registry settings, changed the tree to HKEY_LOCAL_MACHINE, imported them again and voila, it works. File can be requested from the author, unfortunately you'd have to replace all occurences of the path to your own path.
Should be easier to repeat the described process.
At this point, we're all set with out new Citrix machine. We can take a look at the
Domain logonscript now.

Similar Messages

  • Mouse not working in Virtual machine (win2k3 32 and 64 bit) on Windows Server 2008 RC1 With Hyper-V Technologies

    I have installed two virtual machines(win2k3 32bit and win2k3 64bit ) on Windows Server 2008 RC1 With Hyper-V Technologies (Beta) enterprise. Mouse is getting lost inside VM (using CTRL+ ATL +  LEFT ARROW  comes mouse control control in host OS).
    Is there any setting to make mouse works? Insert Integration Serice setup Disk operation succeeds.

     all credits for mike_something
    The problem is that the old mousedriver is hooked to the mouse device class.
    To remove this dependency, go into the registry and navigate to the key
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Class\{4D36E96F-E325-11CE-BFC1-08002BE10318}
    Remove the value msvmmouf from the UpperFilters Regvalue.
    Reboot....
    tadaaa!!
    If you wish you can take out the drivers completely by deleting these registry hives completely :
    The driver:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\msvmmouf
    The Service:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\VPCMap
    The CopyHook Shell Extension: ( for folder access )
    HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{30C14BA C-122C-42ED-B319-1139DBF48EB8}\InProcServer32
    HKEY_CLASSES_ROOT\Directory\shellex\CopyHookHandle rs\VPCCopyHook
    After a reboot you can delete the "Virtual Machine Additions" folder from program files...
    Good Luck!

  • How to Install AS 10g version 10.1.2.3 on Windows server 2008 64bit

    Dear
    Exparts, Hope you are fine.
    Application Server: Standalone 10.1.2.3
    OS: Windows Server 2008 64bit
    Hardware: Intel Xeion ProcessorI know Oracle Application Server 10g & Standalone my version is 10.1.2.3 is not competible with Windows Server 2008 64bit.
    But i need to install. Have any one has successfull experiances to do so ?
    Please share and guide.
    Waiting for your valuable responses.
    ask2learn

    Dear Marcus,
    Thanks for your reply.
    I tried Application Server Stand Alone and success.
    So, i closed the thread.

  • Installing Forms 11g 64bit on Windows Server 2008 64bit

    Hi,
    we are trying to install Forms 11g 64 bit with WebLogic 64bit on windows Server 2008 64bit and followed the short checklist of Jan Carlin :
    - installed JDK 64bit
    - installed WLS1032-generic
    - started installation of Forms/Reports
    Installation of Software worked fine and the configuration part did create the domain, but starting the domain fails (hang).
    Info in Log-File :
    =========================================================
    oracle.as.provisioning.util.ConfigException:
    Fehler beim Starten der Domain.
    Cause:
    Zeitüberschreitung beim Starten von Admin_Server.
    Action:
    Weitere Informationen finden Sie in den Logs.
         at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
         at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3142)
         at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3033)
         at oracle.as.provisioning.engine.WorkFlowExecutor._startAdminServer(WorkFlowExecutor.java:1647)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:637)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:393)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
         at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
         at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    [2010-02-22T19:37:39.730+01:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 20] [ecid: 0000IRqToJA5uXW5Pzw0yd1BWefv00000B,0] [[
    oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:688)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:393)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
         at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
         at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    ================================================
    Somewhere I've read that the reason might be that the installation uses 32bit JDK, but I don't know if I did something wrong.
    Somewhere else I've read that the reason could be the Path setting, which may include some directories with emphasis in the name which might be a problem for Weblogic.
    Any idea or help is appreciated.
    Thanks,
    Mark

    FYI,
    This is related to Oracle-Bug 9370799 which hopefulls get sorted out sometimes. Having "(" or ")" somewhere in the PATH is not working. The workaround til the Bug is solved as of support is :
    =================================
    1) Remove the directory with "(" ")" from the System Path at install time only (this is what you have already performed)
    2) Roll back the change so the System Path contains again the directory path with parenthesis
    3) Copy in the clipboard the current PATH value and edit the <Middleware Home>\wlserver_10.3\common\bin\commEnv.cmd file and look for the following line:
    if "%WL_USE_X86DLL%" == "true" set PATH=%PATCH_PATH%;%WL_HOME%\server\native\win\32;%WL_HOME%\server\bin;%ANT_HOME%\bin;%JAVA_HOME%\jre\bin;%JAVA_HOME%\bin;%PATH%;%WL_HOME%\server\native\win\32\oci920_8
    4) Before this line define PATH to value you have in the clipboard without the reference to the directory with "(" and ")"
    5) Save the commEnv.cmd and you should be able to start up your domain having the directory containing the "(" and ")" in the System Path
    ==================================
    Thanks for your replies,
    Mark

  • Install CF8.01 on Windows Server 2008 64bits

    Hello,
    I have a new machine whith Windows server 2008 x64 and i
    installed on it CF8.01.
    For installing, no problems and the service work fine.
    But, when i launch one page on the web server, a .cfm or a
    classic html the IIS 7 return a error 500.21 :
    HTTP Error 500.21 - Internal Server Error
    Handler "AboMapperCustom-26364" has a bad module
    "IsapiModule" in its module list Detailed Error InformationModule
    IIS Web Core
    Notification ExecuteRequestHandler
    Handler AboMapperCustom-26364
    Error Code 0x8007000d
    Requested URL
    http://127.0.0.1:80/
    Physical Path C:\inetpub\wwwroot
    Logon Method Anonymous
    Logon User Anonymous
    In IIS config panel, handlers mapping, i have entry for all
    CF handler and one with path * and direct from
    jrun_iis6_wildcard.dll.
    the section of web config for handlers is :
    <handlers accessPolicy="Read, Script,Execute">
    <clear />
    <add name="AboMapperCustom-23790" path="*" verb="*"
    modules="IsapiModule"
    scriptProcessor="C:\ColdFusion8\runtime\lib\wsconfig\1\jrun_iis6_wildcard.dll"
    requireAccess="None" responseBufferLimit="0" />
    <add name="AboMapperCustom-23791" path="*.jsp" verb="*"
    modules="IsapiModule"
    scriptProcessor="C:\ColdFusion8\runtime\lib\wsconfig\jrun_iis6.dll"
    requireAccess="Script" responseBufferLimit="0" />
    <add name="AboMapperCustom-23792" path="*.jws" verb="*"
    modules="IsapiModule"
    scriptProcessor="C:\ColdFusion8\runtime\lib\wsconfig\jrun_iis6.dll"
    requireAccess="Script" responseBufferLimit="0" />
    <add name="AboMapperCustom-23793" path="*.cfm" verb="*"
    modules="IsapiModule"
    scriptProcessor="C:\ColdFusion8\runtime\lib\wsconfig\jrun_iis6.dll"
    requireAccess="Script" responseBufferLimit="0" />
    <add name="AboMapperCustom-23794" path="*.cfml" verb="*"
    modules="IsapiModule"
    scriptProcessor="C:\ColdFusion8\runtime\lib\wsconfig\jrun_iis6.dll"
    requireAccess="Script" responseBufferLimit="0" />
    <add name="AboMapperCustom-23795" path="*.cfc" verb="*"
    modules="IsapiModule"
    scriptProcessor="C:\ColdFusion8\runtime\lib\wsconfig\jrun_iis6.dll"
    requireAccess="Script" responseBufferLimit="0" />
    <add name="AboMapperCustom-23796" path="*.cfr" verb="*"
    modules="IsapiModule"
    scriptProcessor="C:\ColdFusion8\runtime\lib\wsconfig\jrun_iis6.dll"
    requireAccess="Script" responseBufferLimit="0" />
    <add name="AboMapperCustom-23797" path="*.cfswf" verb="*"
    modules="IsapiModule"
    scriptProcessor="C:\ColdFusion8\runtime\lib\wsconfig\jrun_iis6.dll"
    requireAccess="Script" responseBufferLimit="0" />
    <add name="TRACEVerbHandler" path="*" verb="TRACE"
    modules="ProtocolSupportModule" requireAccess="None" />
    <add name="OPTIONSVerbHandler" path="*" verb="OPTIONS"
    modules="ProtocolSupportModule" requireAccess="None" />
    <add name="StaticFile" path="*" verb="*"
    modules="StaticFileModule,DefaultDocumentModule"
    resourceType="Either" requireAccess="Read" />
    </handlers>
    and
    Application 32bits mode is ok
    <applicationPoolDefaults enable32BitAppOnWin64="true">
    <processModel identityType="NetworkService" />
    </applicationPoolDefaults>
    Have you an idea why the application server fail.
    Thanks for your responses.
    Seb

    I'm pretty sure Adobe offers free installation support, try
    contacting them:
    http://www.adobe.com/support/contact/
    Ken Ford
    Adobe Community Expert - Dreamweaver/ColdFusion
    Fordwebs, LLC
    http://www.fordwebs.com
    "sebFrance" <[email protected]> wrote in
    message news:g1el1t$e2l$[email protected]..
    > Hello and thank you again,
    > I configured Application Pools in 32bitsenabled.
    >
    > I had always error 500.21
    >
    > Then I uninstalled CF8 and reinstalled with 32bits
    enabled in the application
    > pools.
    > I've always the same mistake.
    >
    > It is also important to know that when I webserver
    config to remove the server
    > I get an error:
    >
    > "Error deleting IIS application extensions. Jsp,. Jsw,.
    Cfm,. Cfml,. Cfc,.
    > Cf.,. Cfswf,. Mxml, from web site Any (0)"
    >
    > In addition, handlers configured in the web site
    "AboMapperCustom-26764" with
    > the isapi module for the "*" is the one that fails.
    >
    > East I forgot something:
    >
    > I recall the installation process complete server:
    >
    > Installing Windows Server 2008 64bits.
    > ----
    > Installing the Web server role with IIS7 :
    > ----
    > Common HHTP Features (All options)
    > Health and diagnostics -> request monitor
    > Security -> Request Filtering
    > Performance -> Static content compression
    > Managements tools (IIS Management Console + IIS6
    Compatibility)
    > ----
    > Installing SQL server 2005 64bits
    > ----
    > Passage of the authorized application pools in 32-bit
    applications
    > ----
    > Installing CF8 version 8.01 standard 32bits
    > ----
    > Modifying files as indicated ksmith.
    > ----
    > For each phase I restart the machine so that changes are
    properly taken into
    > account.
    >
    > Despite all this I have always error 500.21
    >
    > East I forgot some things, a service or a component that
    I should download.
    >
    > But thank you for your valuable advice.
    >
    > S?bastien
    >
    >
    >

  • Which version of Windows Server 2012 needs to be ordered so that I can downgrade to Windows Server 2008 64bit Standard SP2

    Dears in Microsoft,
    We need to have Windows Server 2008 Standard SP2 64bit to be installed and due to the fact it is no more available in Microsoft.
    I am going to order Windows 2012 with 16 CAL in order to downgrade it to Windows 2008 Standard SP2 64bit. My question is:
    1. Which version of Windows Server 2012 needs to be ordered so that I can downgrade to Windows Server 2008 64bit Standard SP2?
    2. what else required in terms of product key, media, license...etc?
    Appreciate your kind supports.
    thanks and best regards
    Barznj Abdullah

    Any licensing questions are always best addressed by a trained Microsoft licensing specialist.  You can find whom to call by looking at www.microsoft.com/licensing.
    One of the built-in rights of a Windows Server license is the right to run earlier versions of the operating system.  So if you purchase either Standard or Datacenter, you can run 2008 Standard.
    However, that does not provide the media or activation codes for earlier versions of the operating sytem.  You have to obtain those via other channels.  You should most likely contact a Microsoft reseller and talk to them.  They will
    most likely have a trained licensing specialist on hand to help answer your questions, and they should also be able to provide media for earlier distributions (for a slight fee).
    .:|:.:|:. tim

  • Crystal Report 2008 on Windows Server 2008 64bit

    hi,
    I tried to run a Crystal Reports Web Application on a Windows Server 2008 64bit but I got this error:
    "Bei der Erzeugung des Reports ist ein Fehler aufgetreten.
    Der Typeninitialisierer für "CrystalDecisions.CrystalReports.Engine.ReportDocument" hat eine Ausnahme verursacht.
    CrystalDecisions.CrystalReports.Engine.LoadSaveReportException: Fehler beim Versuch, die Crystal Reports-Laufzeit zu laden.
    Entweder reichen die Berechtigungen des Crystal Reports-Registrierungsschlüssels nicht aus, oder die Crystal Reports-Laufzeit wurde nicht ordnungsgemäß installiert.
    Installieren Sie die geeignete verteilbare Crystal Reports-Datei (CRRedist*.msi), die die erforderliche Version der Crystal Reports-Laufzeit (x86, x64 oder Itanium) enthält. Weitere Informationen erhalten Sie unter folgender Adresse: http://www.germany.businessobjects.com/support/default.asp.
    "Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required.  Please go to http://www.businessobjects.com/support for more information.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: CrystalDecisions.CrystalReports.Engine.LoadSaveReportException: An error has occurred while attempting to load the Crystal Reports runtime.
    Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.
    Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required.  Please go to http://www.businessobjects.com/support for more information."
    The System:
    - Windows Server 2008 Standard 64bit SP2
    - Microsoft .NET Framework 3.5 SP1
    - Oracle Client 10gR2 64bit
    - I tried Crystal Report 2008 Runtime, Crystal Report 2008 Runtime SP1, Crystal Report 2008 Runtime SP2, Crystal Report 2008 Runtime SP3.
    - Crystal Report Basic Runtime for Visual Studio 2008 (x64)
    On a 32bit-system or 32bit-mode (and 32bit Oracle Client) everything is working fine. But I have to use the 64bit Oracle Client, therefore, Crystal Report have to work in 64bit-mode.
    Is it possible and what is to do to get it working, thanks,
    Martin

    It does work on 64 bit OS - as a 32 bit application. CR 2008 is 32 bit only.
    See the article [Crystal Reports support of 64 bit Operating Systems|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10d5fa88-2013-2c10-c9a5-f11963607d4e] for more info.
    Ludek

  • [Forum FAQ]How to upgrade Windows Server 2008 R2 with a GUI to Windows Server 2012 Server Core

    We found that some customers willing to upgrade Windows Server 2008 R2 GUI to Windows Server 2012 Server Core recently. This article provides detailed steps to perform the upgrade.
    Analysis
    Upgrading from Windows Server 2008 R2 with a GUI installation to Windows Server 2012 with Server Core directly
    is not supported. If you do that, you will receive the error message below(Figure 1) in Compatibility report: 
    Figure 1.
    In these scenario, you can upgrade to Windows Server 2012 firstly. After the upgrade process is completed, you can switch freely between Server Core and Server with a GUI modes.
    Produces
    You can follow the steps below to perform an upgrade from Windows Server 2008 R2 with a GUI installation to Windows Server 2012 Server Core mode:
    1. Upgrade to Windows Server 2012 with a GUI mode
    1) Firstly, please boot into Windows Server 2008 R2 with a Windows Server 2012 installation DVD inserted.
    2) Select the operating system you want to install with a GUI mode.
    We can see 2 options (Server Core Installation or Server with a GUI) for each operating system version. (Figure 2)
    Figure 2.
    Note: Please make sure you have enough disk space on system partition. Or you will get such an error in Compatibility report.(Figure 3)
    Figure 3.
    After the Compatibility check, the installation will continue. It will take several minutes until upgrading is done.(Figure 4)
    Figure 4.
    2. Switch the GUI mode to Server Core
    Method 1: Using Server Manager
    1) Open Server Manager, click
    Manger and select “Remove Roles and Features” to start the
    Remove Roles and Features Wizard.
    2) In Features,
    uncheck the box next to the “User Interfaces and Infrastructure” option, and then click “Next”. (Figure 5)
    Figure 5.
    Now tick the “Restart the destination Server automatically if required” box, then click “Remove”. (Figure 6)
    Figure 6.
    Method 2: Using Windows PowerShell
    There are multiple ways to remove the GUI via Windows PowerShell, we introduce the way of using the ServerManager module.
    You can also run the commands in Windows PowerShell with an administrator to remove the GUI feature:
    “Import-Module ServerManager”
    “Uninstall-Windowsfeature Server-Gui-Shell –Restart”
    or
    “Uninstall-WindowsFeature Server-Gui-Shell, Server-Gui-Mgmt-Infra –Restart”
    It will take a period of time to remove the GUI feature and reboot. When the system boots up, you will get into the Windows Server 2012 with Server Core mode. (Figure 7)
    Figure 7.
    More information:
    Switch between Full and Server Core in Windows Server 2012 using PowerShell 3.0
    http://blogs.technet.com/b/puneetvig/archive/2012/10/16/switch-between-full-and-core-in-windows-server-2012-using-powershell-3-0.aspx
    Windows Server Installation and Upgrade
    http://technet.microsoft.com/en-us/windowsserver/dn527667.aspx
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Hi,
    Brian is right, for mange the Server 2008r2 sp1 we recommend use the Windows 7 or 7.1 platform.
    More information:
    Remote Server Administration Tools for Windows 7 with Service Pack 1 (SP1)
    http://www.microsoft.com/en-us/download/details.aspx?id=7887
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Installing Microsoft Office on Windows Server 2008 R2

    Can I install Microsoft Office on Windows Server 2008 R2?
    I'm not trying to use this installation from client machines, I just want to use this installation from the same machine.
    It's a Home LAN, I need to develop some applications, but basically, the server should be used as any other machine by any member of the family.
    Each machine will have it's own suite of Office Applications. It's just 3 machines
    Believe you can do it, and you will!!

    Yes, I've done that successfully, but I use the Volume Licensing edition (Professional Plus).
    http://technet.microsoft.com/en-us/library/ee624351(v=office.14).aspx
    If you have a Retail edition, it might not be as successful...
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • I can not update a Windows Server 2008 R2 with Software Update Group in SCCM2012

    Hi all,
    I got some problems with update deployments these days.
    I try to configure SCCM2012 to update 1 Windows Server 2008 R2 (with Hyper-V / This server is in a cluster)
    Actually i've 4 other Hyper-V servers and i would like to add one more in the cluster called Hyper-V5. To do that i need that all Hyper-V servers use the same Windows Updates.
    I created a collection for my Hyper-V servers and then a Software Update Group with all needed updates (checked the list of another HV-Server).
    I did a deployment on this collection using this new Software Update Group.
    I checked the Sofwtare Center's logs on the Hyper-V5 server and i saw that synchronization has a successfull state.
    But there is no updates installed or displayed in Sofwtare Center.
    Here is some screenshots : Oh no i can't post image because ... "Body text cannot contain images or links until we are able to verify your account." waiting to be verified since months.
    Thanks for your help.

    Hi,
    Have you try to run Software Updates Scan Cycle and Software Updates Deployment Evaluation Cycle Actions on the client? Please check ScanAgent.log and PolicyAgent.log to see whether the client received the updates deployment policy.
    Best Regards,
    Joyce Li
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • 10.1.0.2.0 database download link needed for window server 2008 64bit

    Here is our plan. We are currently running oracle 10.1.0.2 database on a windowsServer 2003 32 bit.
    Now we would like to migrate the database to 10gR2 and run it on our new server windows server 2008 64bit. After doing research, I think I need to go through the following step:
    1) install 10.1.0.2 on our new server,
    2) clone the database using the current back up data on the new server.
    3) install 10gR2 on the new server.
    4) using dbua to upgrade the older database to the new version.
    Please let me know whether those steps are correct.
    If yes, where can I download 10.1.0.2 version database for 64bit window server 2008?
    The only link I can find is http://www.oracle.com/technology/software/products/database/index.html
    but 10gR1 not listed.
    Thank you very much!

    Welcome to the forums !
    10gR1 is de-supported, hence you will not find any download links. You will have to create an SR to see if Support can mail you the install media.
    How big is the database ? One other option you have is to export the 10.1.0.2 database and import into 10gR2 on the new server. This will achieve the upgrade in one step and will not require the intermediate 10.1.0.2 version on the new server.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14238/preup.htm#BABFHFIJ
    MOS Doc 419550.1- Different Upgrade Methods For Upgrading Your Database
    HTH
    Srini

  • VS2008 on Windows Server 2008 (64bit)

    Can I use Oracle Developer Tools for Visual Studio on Windows Server 2008 (*64bit*).
    Thanks

    Visual Studio is still 32 bit even if you install ilt on a 64 bit OS.
    Currently, the only supported version of Oracle for Win2k8 is 32 bit 10204.
    I'd think that should work fine, although I havent tested it myself.
    An issue you'll run into though, is trying to actually RUN the app you're creating on 64 bit Win2k8 will default to a 64 bit app, and therefore want to load the 64 bit ODP.NET and 64 bit Oracle client which you wont have installed, so you'll likely get a BadImageFormat Exception unless you make the app run as 32 bit.
    Hope it helps,
    Greg

  • About Install Oracle Access Manager On Windows Server 2008 64bit

    hi,
    Question 1:
    Can I install OAM10g(10.1.4.3.0) on Windows Server 2008 64bit ?
    (because OAM10g all is for win32)
    (I have tried to install it , but when OHS restart, have errors, so I found the 64bitOS is the trouble...)
    Question 2:
    If Question1 cannot, Can Oracle Identity and Access Management 11g fix it ?
    Help
    Thanks.

    Does this server use Itanium processors ? See MOS Doc 430677.1 (The image file setup.exe is valid, but is for a machine type other than the current machine.)
    Srini

  • Required weblogic 10.3.5 instllable for windows server 2008(64bit)

    Hi,
    I have been trying to find the weblogic server(10.3.5), CO(13.4), BO(13.4) and POS(13.4) installable for Windows server 2008(64bit) but am unable to find them in e-delivery or anywhere else on Oracle website.
    Can anyone please provide me the link for these software downloads.
    Thanks.

    Hi
    On this below link, look for older versions of Weblogic Server which is at the bottom of the page. Expand for WLS 10.3.5. You need Weblogic Server + Coherence package installer. Download the generic jar installer.
    http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html
    See this below post for more details:
    Re: Why So Difficult To Find WebLogic Server 10.xx for Windows 7 64-bit??
    Thanks
    Ravi Jegga

  • Known issues with Citrix Xen App 6.5

    Are there any known issues with Citrix Xen App 6.5 and Adobe Reader 10.1.1?

    As per the administration guide, http://kb2.adobe.com/cps/837/cpsid_83709/attachments/Acrobat_Enterprise_Administration.pdf
    Citrix XenApp 5.0 and 6.0 are supported on 10.x products. As per my deployment tests, they work as expected.
    But am not sure of XenApp 6.5 with 10.0 products, though it should work but I have not tried them.
    In order to avoid any issue, we should stick with the correct prerequisites.

Maybe you are looking for