Windows System Menu JNI?

I have an application that when running on a mac supplies an NSApplication delegate that provides a dock menu. I would like to do the same thing for Windows.
Ideally, this means I'd like a class that has a method that takes a JMenu and proxies its menu items (including submenus) over to the menu you get from the Win32 GetSystemMenu() call in user32.lib.
Yes, I could use a notification area icon - there are open source implementations of that - but it's not really apropos for this application. I'm not really a Windows programmer, so it would be double-plus-good if there was an open-source project that did this.
Has this been done before?

Actually, even better would be if the class in question took an object that was a menu provider. That is, you would do something like this:
class mySystemMenu extends JMenu implements SystemMenuFactory {
public JMenu getSystemMenu() {
// do any required setup
return this;
// insert JMenu implementation here
// then... later on inside the actual code...
SystemMenuProvider.connect(this.myWindow, new mySystemMenu());
// From then on, whenever the system menu is brought up, getSystemMenu() in the mySystemMenu instance will get called to set things up, and the JMenu that comes back gets provided as the actual system menu.

Similar Messages

  • Add checkmark to system menu item

    Hello,
    My aim is to add a menu item to a windows system menu to toggle a stay on top feature.
    I found a nice piece of code on stack overflow to accomplish this:
    Link to stackoverflow code
    Here is the result in my program:
    I've modified the code to keep my form on top:
    Protected Overrides Sub WndProc(ByRef m As System.Windows.Forms.Message)
    If m.Msg = &H112 Then
    If m.WParam.ToInt32 = &H1FFF Then
    Me.TopMost = IIf(Me.TopMost = True, False, True)
    End If
    End If
    MyBase.WndProc(m)
    End Sub
    All I need now is to place a checkmark beside my menu item to indicate the current state.
    Can someone show me the code to place/remove the checkmark, given the stackoverflow code I'm using?
    Any help would be appreciated.
    Rick

    Hi,
     Here is an example you can use. I changed things around a bit to correct things. This will check the menu item when it is set to TopMost and uncheck it if it is not.
    Imports System.Runtime.InteropServices
    Public Class Form1
    Private Const WM_SYSCOMMAND As Integer = &H112
    Private Const MF_STRING As Integer = &H0
    Private Const MF_CHECKED As Integer = &H8
    Private Const MF_UNCHECKED As Integer = &H0
    <DllImport("user32.dll", EntryPoint:="GetSystemMenu")> _
    Private Shared Function GetSystemMenu(ByVal hWnd As IntPtr, <MarshalAs(UnmanagedType.Bool)> ByVal bRevert As Boolean) As IntPtr
    End Function
    <DllImport("user32.dll", EntryPoint:="AppendMenuW")> _
    Private Shared Function AppendMenuW(ByVal hMenu As IntPtr, ByVal uFlags As UInteger, ByVal uIDNewItem As UInteger, <MarshalAs(UnmanagedType.LPWStr)> ByVal lpNewItem As String) As <MarshalAs(UnmanagedType.Bool)> Boolean
    End Function
    <DllImport("user32.dll", EntryPoint:="CheckMenuItem")> _
    Private Shared Function CheckMenuItem(ByVal hMenu As IntPtr, ByVal uIDCheckItem As UInteger, ByVal uCheck As UInteger) As UInteger
    End Function
    Private idMenu As UInteger = &H1FFF
    Private hMenu As IntPtr = IntPtr.Zero
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    hMenu = GetSystemMenu(Me.Handle, False)
    AppendMenuW(hMenu, MF_STRING, idMenu, "Stay On Top")
    End Sub
    Protected Overrides Sub WndProc(ByRef m As System.Windows.Forms.Message)
    If m.Msg = WM_SYSCOMMAND Then
    If m.WParam.ToInt32 = idMenu Then
    Me.TopMost = Not Me.TopMost
    If Me.TopMost Then
    CheckMenuItem(hMenu, idMenu, MF_CHECKED)
    Else
    CheckMenuItem(hMenu, idMenu, MF_UNCHECKED)
    End If
    End If
    End If
    MyBase.WndProc(m)
    End Sub
    End Class
    If you say it can`t be done then i`ll try it

  • Can I install SAPDings on Windows system that doesn't have SAPGUI installed

    I am working on a Windows system that has never had SAPGUI installed and am dealing with a PowerPoint file that was created on a system that did have SAPGUI, and the author used some SAPDIngs characters but did not embed the TT fonts in the PPT file that he sent me.
    How can I get those fonts installed on my system without installing SAPGUI?  Is it possible at all?  I have tried to email the TT font file from another system that does have the fonts, but neither Outlook nor Lotus Notes appears to want to let me attach the file to an email.
    Any suggestions from the group?
    Dave Jenkins
    Wellesley Information Services

    You can de-authorize individual computers, but only by using those computers. Otherwise you can "deauthorize all" from your iTunes account.
    Open iTunes on a computer
    From the Store menu, select "View my Account..."
    Sign in with your Apple ID and password.
    Under "Computer Authorizations" select "Deauthorize All".
    Authorize each computer you still have, as you may require.
    You may only use this feature once per year.
    After you "deauthorize all" your authorized computers, authorize each one as required.

  • Error message-The installer has insufficent privileges to modify this file:C:\Program Data\microsoft\windows\start menu\programs\iTunes\.iTunes.ink

    error message-The installer has insufficent privileges to modify this file:C:\Program Data\microsoft\windows\start menu\programs\iTunes\.iTunes.ink     
    How do I correct this to download iTunes so it will run?

    That one's consistent with disk/file damage. The first thing I'd try with that is running a disk check (chkdsk) over your C drive.
    XP instructions in the following document: How to perform disk error checking in Windows XP
    Vista instructions in the following document: Check your hard disk for errors
    Windows 7 instructions in the following document: How to use CHKDSK (Check Disk)
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, can you get an install to go through properly afterwards?

  • [SOLVED] Gnome 3.8 apps crash with X Window System Error

    So far this applications are affected:
    - gnome-terminal (when clicking on menu)
    - gnome-control-center (when choosing Users or Date & Time and some other tiles, choosing account in GOA)
    - epiphany (when clicking on new tab button)
    They crash with following error in console:
    (gnome-control-center:12717): Gdk-ERROR **: The program 'gnome-control-center' received an X Window System error.
    This probably reflects a bug in the program.
    The error was 'BadImplementation (server does not implement operation)'.
    (Details: serial 3583 error_code 17 request_code 148 minor_code 46)
    (Note to programmers: normally, X errors are reported asynchronously;
    that is, you will receive the error a while after causing it.
    To debug your program, run it with the GDK_SYNCHRONIZE environment
    variable to change this behavior. You can then get a meaningful
    backtrace from your debugger if you break on the gdk_x_error() function.)
    dmesg show only this line:
    [14505.289265] traps: gnome-control-c[12717] trap int3 ip:7fc494139ead sp:7fff3986e5e0 error:0
    Running with gdb:
    Program received signal SIGTRAP, Trace/breakpoint trap.
    0x00007ffff13caead in g_logv () from /usr/lib/libglib-2.0.so.0
    (gdb) backtrace
    #0 0x00007ffff13caead in g_logv () from /usr/lib/libglib-2.0.so.0
    #1 0x00007ffff13cb092 in g_log () from /usr/lib/libglib-2.0.so.0
    #2 0x00007ffff2825e60 in ?? () from /usr/lib/libgdk-3.so.0
    #3 0x00007ffff2830801 in ?? () from /usr/lib/libgdk-3.so.0
    #4 0x00007ffff5332976 in _XError () from /usr/lib/libX11.so.6
    #5 0x00007ffff532fbc1 in ?? () from /usr/lib/libX11.so.6
    #6 0x00007ffff532fc05 in ?? () from /usr/lib/libX11.so.6
    #7 0x00007ffff5330495 in _XEventsQueued () from /usr/lib/libX11.so.6
    #8 0x00007ffff5332f28 in _XData32 () from /usr/lib/libX11.so.6
    #9 0x00007ffff530d46e in XChangeProperty () from /usr/lib/libX11.so.6
    #10 0x00007ffff283bcfb in ?? () from /usr/lib/libgdk-3.so.0
    #11 0x00007ffff2d4609c in ?? () from /usr/lib/libgtk-3.so.0
    #12 0x00007ffff2d4a8ca in gtk_window_set_icon_name () from /usr/lib/libgtk-3.so.0
    #13 0x000000000044ba23 in ?? ()
    #14 0x00007fffe3358eb8 in ffi_call_unix64 () from /usr/lib/libffi.so.6
    #15 0x00007fffe3358820 in ffi_call () from /usr/lib/libffi.so.6
    #16 0x00007ffff168ac98 in g_cclosure_marshal_generic () from /usr/lib/libgobject-2.0.so.0
    #17 0x00007ffff168a458 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
    #18 0x00007ffff169b40d in ?? () from /usr/lib/libgobject-2.0.so.0
    #19 0x00007ffff16a3219 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
    #20 0x00007ffff16a3462 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
    #21 0x000000000044d3bc in ?? ()
    #22 0x00007ffff168d2b0 in g_cclosure_marshal_VOID__BOXEDv () from /usr/lib/libgobject-2.0.so.0
    #23 0x00007ffff168a687 in ?? () from /usr/lib/libgobject-2.0.so.0
    #24 0x00007ffff16a2778 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
    #25 0x00007ffff16a3462 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
    #26 0x00007ffff2bf293c in ?? () from /usr/lib/libgtk-3.so.0
    My graphic card (iI guess this has something to do with xorg):
    AMD Mobility Radeon HD 4550 (using catalyst legacy driver 13.1 with Xorg 1.12)
    Last edited by szorti (2013-04-24 08:40:26)

    I did a little test:
    - upgraded to xorg 1.14
    - switched from catalyst to xf86-video-ati drive
    Most of the errors dissappeared (GOA still crashes).
    But now i can only see message tray using keyboard shortcut (super + m). I read that I need to move my mouse fast to the botton edge of my screen - does not work - instead it show up randomly when i moved mouse near the bottom edge.
    I don't want to use the open source drivers (slow and laggy with multi monitor setup I'm using). I hope gnome devs will fix this bugs soon.
    SOLUTION (to still use catalyst):
    I found out that this is an Xorg 1.12 bug.
    Bug: http://lists.debian.org/debian-x/2012/12/msg00133.html
    To solve this use patch from this bugreport to compile xorg 1.12
    I used this aur packages:
    1. https://aur.archlinux.org/packages/xf86 … evdev1.12/
    2. https://aur.archlinux.org/packages/xorg-server1.12/ - I have edited PKGBUILD to include patch from bug report above
    PKGBUILD and patch:
    https://gist.github.com/winglot/5450630
    Last edited by szorti (2013-04-24 08:40:10)

  • Close JInternalFrame on system menu double click

    By default, a JInternalFrame will not close when its system menu (upper-left menu in Windows) is double clicked. I have tried adding a InternalFrameListener, but it is not invoked when I double-click on the system menu. How can I do this?
    Thanks,
    Michael.

    you mean the icon in the top-left corner? This isn't, as far as I know, actually a system menu thing like a JFrame has. I would suspect you'd have to override the InternalFrameUI classes to add support for that.

  • Why doesn't my TestStand deployment installation show up under my Windows start menu of my target machine?

    Why doesn't my TestStand deployment installation show up under my Windows start menu of my target machine?
    I have successfully installed working deployments to target machines. However, I was expecting to see the installation listed as "My TestStand System A" in my start menu, but it is not. Am I misunderstanding something here?
    Also, if I peform a different second deployment to the target station like "My TestStand System B", all of the LabVIEW files from my previous installation for "My TestStand System A" disappear from the target directory (c:\Program Files\My TestStand System A).
    I am using TestStand 4.2.1 Professional on the development station with Windows XP and LabVIEW 2009.
    Solved!
    Go to Solution.

    Thanks Paul,
    That solved my second problem and inspired me to search deeper for the answer to my first problem. The answer is in the "Distributed Files" tab, "installer properties", "Create a Program Item" checkbox:
    Wouldn't it be nice if this was automatically checked by default for the main sequence files? Wouldn't it also be nice if "Upgrade Code" was automatically regenerated by default whenever we saved the *.tsd file under a different name?
    Thanks again,
    Eugene
    Message Edited by Eugene12 on 05-06-2010 04:27 PM

  • Help: Customized menu without Window's menu

    Hi,
    I've learnt how to hide the Window's menu. Now, if I have made a customized menu and same time to hide the Window's menu, how do I make it? Namely, I want the user only see the customized menu items without seeing the default Window's menu.
    Jimmy

    Okay,
    open the Forms Builder
    open Online help
    goto tab page Index and type replace - the help-system finds the built-in replace_menu
    I did this with forms 10, but this procedure is very old, your forms knows it.
    There are several parameters - I didn't try them all. I mostly use it in the following manner:
    REPLACE_MENU(menu_module_name VARCHAR2);
    An empty ('') module_name means: No menu at all.
    Wolfram

  • System Menu Help

    how do i add a menu next to "View"?
    error = sAIMenu->AddMenuGroup(newMenuGroup,kMenuGroupAddAboveNearGroup, kViewMenuGroup ,&newGroupMenu);
    i've tried creating a new menu group using AddMenuGroup but i don't know how to place the menu on the system menu instead of in the sub menus
    please help?

    As far as I know, you can't add a new menu to the menu bar. Unfortunately you can only add menu groups, subgroups and menu items to existing menus, eg Window/View/Type etc.
    --W

  • Scripting: No system menu when open connection with "/INPLACE"

    Hi!
    I use SriptingAPI in my application. When i open connection using OpenConnectionByConnectionString("...") in a separate window (without "/INPLACE" in connection string) the window has a title and menu.
    But there is no menu in the SAPGUI ActiveX when i use inplace activation.
    Is it possible to get system menu with "/INPLACE"?
    The sample html-page to test this behavior:
    <html>
    <title>Test SAPGUI Scripting</title>
    <body>
    <table width="100%" height="90%">
    <tr>
    <td>
    <object
       classid="clsid:B90F32AD-859E-4EDD-BFAE-C9216849520C"
       id="GuiAppl"
       width="100%"
       height="100%"
       align=left
       hspace=0
       vspace=0>
    </object>
    </td>
    </tr>
    </table>
    <br>
    <FORM NAME="TestForm">
        <INPUT TYPE="TEXT" NAME="Server" VALUE="192.168.1.64">
        <INPUT TYPE="BUTTON" NAME="Run" VALUE="Connect to server">
        <INPUT TYPE="BUTTON" NAME="RunInplace" VALUE="Connect to server (Inplace)">
    </FORM>
    <SCRIPT LANGUAGE="VBScript">
    <!--
    Sub Run_onClick
        Dim TheForm
        Set TheForm = Document.Forms("TestForm")
        GuiAppl.openConnectionByConnectionString ("/H/" & TheForm.Server.Value &
    "/S/sapdp00")
    End Sub
    Sub RunInplace_onClick
        Dim TheForm
        Set TheForm = Document.Forms("TestForm")
        GuiAppl.openConnectionByConnectionString ("/H/" & TheForm.Server.Value &
    "/S/sapdp00 /INPLACE")
    End Sub
    -->
    </SCRIPT>
    </body>
    </html>

    Welcome to Arch!
    EF02 is definitely not the type code you want. That is used for a small partition with no file system which grub needs on GPT disks because it cannot fit into the space on disk. You don't install anything into it and it is 1-2MB.
    Perhaps https://wiki.archlinux.org/index.php/Usb_installation would help?

  • How can I add short cuts to the windows task bar and windows start menu??

    Hi guys,
    I am trying to figure out how to add stuff to the windows start menu and windows task bar. I have no clue on how to do this. Can anyone help me pliz?? one other question is that if I manage to do it some how, it will limit my program to windows right?? is there a way out of it??

    Can anyone help me pliz?? one
    other question is that if I manage to do it somehow,
    it will limit my program to windows right?? isthere
    a way out of it??Yes. Writing it in VB.I'm sorry, I'm too tired to actually read. I thought you want to limit it to Windows. No, you won't be limiting it to Windows, as your application will hopefully not crash in case there is no start menu entry or system tray icon.

  • InDesign crashes every time you double click to open an .indd file on Windows system

    InDesign crashes every single time you double click to open an InDesign file and has done so since replacement of the original version of InDesign introduced in the Creative Cloud launch.  Does anyone else have this problem?  I'd say it was unique to my system if I hadn't experienced the issue repeatedly on several different systems now.  You have to relaunch InDesign which then opens the file from recovery, so it saw the file you tried to launch in the first place.  This leads me to believe the problem lies with the file association registry of InDesign inside Windows systems.  I find it unbelievable that this problem still exists and remains unreported and that a solution hasn't been implemented by Adobe to rectify the issue.
    The double click is a fundamental tenant of opening files on a Windows system in the same way a single click is on a Mac.  Does InDesign crash ever time a Mac user clicks to open their files, I think not.
    Anyone got any ideas other than the obvious which is Adobe actually got their figure out and fixed it.
    Cheers,
    Pat Doyle

    Hi Michael,
    I'll give it a go.  Don't really like messing with the registry on Windows boxes.  Yes you can do it, but it can end up being a case of the operation was a success, but the patient died.
    Just was rather hoping someone else had already experienced this problem and posted the registry tweak.  Didn't want spend hours reinventing the wheel.  Not because I'm lazy, but I have so many demands on my time that resolving a minor issue that effects me only seems like it should be pretty low priority.
    The system I'm using is brand new, but the problem seems to have followed me regardless which may indicate that it is seated in my synchronization information somehow.  Really don't know how that could happen as I'm not an Adobe engineer or have the remotest idea where to even start looking.  So I think I'll mark your suggestion as the "Answer" and just learn to live with it.
    Windows eh! Can't live with - can't live without it.  I'm sure Mac can be just as temperamental. Just have to chalk this one up as being just another ghost in the machine.
    Thanks for all the advice you have kindly offered, much appreciated.
    Cheers,
    Pat Doyle

  • NO java control panel in windows system control window

    Hello together,
    there seems to be a bug/feature (?) not allowing me to use the plugin functionality of my J2EEsdk-1_4
    Situation:
    Before i installed the J2EE i had an already installed java plug-in 1_4_2 working fine on
    my Laptop giving my ms explorer 6.0 the Java VM needed. To avoid conflicts, i deinstalled
    this plug-in, before i installed the J2EE 1_4_2. The result was disapointing.
    There was NO java control panel in the windows2000 system control window after installing J2EE.
    There was no corresponding registration key in the registry anymore.
    Additionally there was no java related entrance to be seen anymore in the advanced internet and
    security options of my ms explorer 6.0.
    i have have found several trouble reports mentioned similar problems during the last months but unluckily
    no solution working for me.
    i did several tests with different java packages i downloaded today to get the actual versions
    First:
    i deinstalled the J2EE (not to get version conflicts) and installed the Java Plug-in 1.4.2 again.
    This was proposed from ms explorer, when i tried to open an internet page with javaplugins included.
    This plugin worked fine again. I could see and use the java panel and it enabled
    my explorer to use the java plugin.
    Second:
    i deinstalled the Java Plugin and installed the J2sdk_1_4_2 instead.
    The java plugin which is part of this package also worked fine.
    Third:
    i deinstalled the J2sdk_1_4_2 and installed the J2EEsdk-1_4-windows.exe.
    the same misbehaviour as mentioned before. No java panel icon can be seen
    in the windows system control, now registration......
    as a workaround i have installed now both, the J2eesdk (i want to learn about)
    and some additonal 100 MB java plug-in to enable my MS explorer to display
    java applets again.
    This is working fine again, but i really would prefer to have no need for two JREs.
    By the way:
    When i first opened the java control panel of the Plug-in and deactivated the update
    mechanism , this plugin got really angry immedialtely afterwards. As a result my
    laptop rebooted without coming up again. i had to initiate another hard reboot to get
    windows back
    i really would like to know , whats wrong me or the J2ee and i apriciate
    any hint.
    Best regards: yours aspirant

    One thing you could do if you by all means want to have only one single copy of 1.4.2 on your system is to install standalone J2SE 1.4.2 (this will accomodate your Java console and browser plugin requirements) and then install Application Server only distribution (on the download page this is referred to as "Sun Java System Application Server Platform Edition 8") and sample applications set ("J2EE 1.4 SDK Samples "). In this way you get full content you would get in J2EE 1.4 SDK and all the benefits of standalone J2SE 1.4.2 installation.
    This is obviously more convoluted at installation time since there are 3 separate things to install, but it would seem to fit your requirements.
    Hope this helps...

  • Trying to Create a Catalog file using WSIM (Windows System Image Manager)

    I have been looking online for a solution to htis problem for days and come up with nothing so any help would be amazingly helpful.
    I have created a Windows 8.1 image which I would like to role out to all users within my company but when trying to create a catalog file I am getting an erorr message saying "Windows SIM was unable to generate a catalog."  It says "Mounting
    Windows Image file......This might take a few minutes" and then fails after 6-7mins.
    When opening the log file I get this:
    10:00 : Cannot obtain read/write access for F:\sources\install.wim.
    In order to generate a catalog file, you must have read/write access to the Windows image file and its containing folder.
    10:13 :
    10:13 : Windows SIM was unable to generate a catalog. For troubleshooting assistance, see the topic: 'Windows System Image Manager Technical Reference' in the Windows OPK or Windows AIK User's Guide.
    10:13 :
    10:13 : System.InvalidOperationException: The operation failed to complete. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentNullException: String reference not set to
    an instance of a String.
    Parameter name: source
       at System.Globalization.CompareInfo.IsPrefix(String source, String prefix, CompareOptions options)
       at ?A0xfe36268f.ConvertToNtPath(String path)
       at Microsoft.ComponentStudio.ComponentPlatformInterface.CbsSessionAdaptor..ctor(String bootDrive, String imageWinDir, String servicingPath)
       at Microsoft.ComponentStudio.ComponentPlatformInterface.OfflineImageImpl.InitializePackages()
       at Microsoft.ComponentStudio.ComponentPlatformInterface.OfflineImageImpl..ctor(OfflineImageInfo imageInfo)
       --- End of inner exception stack trace ---
       at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType)
       at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
       at Microsoft.ComponentStudio.ComponentPlatformInterface.Cpi.PlatformImplementation.CreateOfflineImageInstance(OfflineImageInfo imageInfo)
       --- End of inner exception stack trace ---
    The one image that did work (LiteTouchPE_x64.wim) was from the OS I imported to Microsoft Workbench but the components are different to any that I have seen online when looking on how to do this.
    I have made sure that the architecture is x64 and tried from ISO files I have on the system already but get the same error.
    This is the first project I have been involved in and only ever done IT support before this.
    Thanks for your help in advance.

    Yes I am trying to capture a reference image that I have created on another machine and then reploy this through MDT. I am trying to open the Unattend.xml file because the "Capture and Sysprep" fails on the reference machine when trying to run
    Sysprep. When I try to open the Unattend.xml file in MDT I get the error below:
    Performing operation "generate" on Target "Catalog".
    Starting: "C:\Program Files\Microsoft Deployment Toolkit\Bin\Microsoft.BDD.Catalog35.exe" "D:\Windows8.1 TEST3\Operating Systems\Windows8.1 x64\Sources\install.wim" 1 > "C:\Users\*****\AppData\Local\Temp\3\Microsoft.BDD.Catalog.log"
    2>&1
    No existing catalog file found.
    PROGRESS: 0: Starting.
    PROGRESS: 0: Creating mount folder: C:\Users\*****\AppData\Local\Temp\3\IMGMGR_install_Windows 8.1 Enterprise_njegg3ph.con.
    PROGRESS: 5: Creating temp folder: C:\Users\*****\AppData\Local\Temp\3\IMGMGR_install_temp_qj0x3ga5.obv.
    PROGRESS: 10: Mounting Windows image: D:\Windows8.1 TEST3\Operating Systems\Windows8.1 x64\Sources\install.wim. This might take a few minutes.
    ERROR: Unable to generate catalog on D:\Windows8.1 TEST3\Operating Systems\Windows8.1 x64\Sources\install.wim: System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
       at Microsoft.ComponentStudio.ComponentPlatformInterface.WimImageInfo.PreCreateCatalog()
       at Microsoft.ComponentStudio.ComponentPlatformInterface.OfflineImageInfo.CreateCatalog()
       at Microsoft.BDD.Catalog.Program.DoCatalog()
    Non-zero return code from catalog utility, rc = 2002

  • How can I install photoshop elements on a 64 bit windows system?

    How can I install photoshop elements on a 64 bit windows system?

    You just use the appropriate install disk/ download. See this:
    Install Premiere Elements, Photoshop Elements
    Or are you asking about some specific procedures?
    Mylenium

Maybe you are looking for

  • After using Disk Utility's Repair Disk Permissions, can't login when restart my macbook pro10.6.8 Snow Leopard

    Here's the log of my Macbook Pro, as I'm using a chinese version, so log can only appear as below. Reason I try to use Disk Utility's Repair is because the finder got not respond so ofter, it happen after my unscuessful power loss issues happen at ho

  • "Adobe PDF" resource file

    I am "climbing the walls" on this one - When I create document (book) in InDesign and print to PDF I get the following error: Unable to find "Adobe PDF" resource files C:\Documents and Settings\All Users\Documents\Adobe PDF\Settings\Adobe PDF Convert

  • GarageBand Freeze, Any Solution Yet?

    I have GarageBand '08 running on OSX 10.5.5 (Dual G5). GarageBand continues to freeze with the following error in the console: 11/28/08 7:58:46 PM GarageBand[1784] GarageBand: * -[NSCFDictionary setObject:forKey:]: attempt to insert nil value (key: N

  • Installation of EP and PI in Landscape

    We are going to install EP and PI (NW2004s) in our system landscape. Our plan is to install these 2 usage types on 2 separate machines. That is one central instance (ABAPJava) with EP/EPC usage type on one machine and another central instance (ABAPJa

  • Buglet in Tools/Photoshop/Batch file list

    I was just having a look at this and noticed that for me when I use it to run a trivial action in PS from Bridge (just opens selected files and leaves them open) it is opening the selected files PLUS one other file that is not selected. The file it i