MSI application and "normal" application package issue

Hello,
I have an application (called PRO/II v8.3) that I need to package.
The application is delivered with a .msi installation file or/and a .exe file
Both ways works fine with a manual install.
- First install with the .msi:
The msi install is the easiest but when logged in as a 'normal' user the msi install fails with error code 1603. Apparently the msi needs Admin right to execute. I called the software provider and there is no other way to execute the installation.
One way to install the .msi through zenworks correctly is to associate the application to the workstation and allow the app to launch in the worsktation reserved memory space (distribution option). But this way isn't correct for us because our users usually switch workstations, and this app isn't delivered to all users...
-Install with .exe file :
The install process goes Ok. The snapshot seems to be Ok but when delivering the app through zenworks, the application is unable to launch.
It shows a windows installer window again and again.
Looks like the snapshot process didn't took all the files or registry.
I'm unable to find out what is missing.
Is there any way to get out of this mess?
Any help is highly appreciated!
Regards,

Originally Posted by AndersG
Weshwesh1,
> The results are the same wether you log in with a normal user or a user
> with Admin privileges.
> It keeps asking for the .msi file, saying that "the feature you are
> trying to use is on a network ressource that is unavailable"
Ah, well I have always said that the MSI installer is utterly braindead..
> I really think the snapshot scanning process is unable to check all the
> differences.
> Any more advices?
Did you do the snapshot on an absolutely clean machine? I use a virgin Xp
VM for that.
One way, although tedious to find out what it wants is to use
filemon/regmon to see what it loops for
- Anders Gustafsson (Sysop)
The Aaland Islands (N60 E20)
Novell has a new enhancement request system,
or what is now known as the requirement portal.
If customers would like to give input in the upcoming
releases of Novell products then they should go to
http://www.novell.com/rms
Yes the snapshot is made from a fresh install workstation.
I tried to check the differences between 2 workstations (one with the snapped app and one with a hand made install).
This application has so many files and it's very very difficult to find out what is missing in the snapped workstation.
Regards

Similar Messages

  • Difference Vendor user and Normal application user

    Hi
    I need to know what is the difference between the Vendor user and Normal Application user in R12.
    Could you please tell me any difference or the reference link as soon as possible.
    Thanks
    Vivek

    912882 wrote:
    Hi
    I need to know what is the difference between the Vendor user and Normal Application user in R12.
    Could you please tell me any difference or the reference link as soon as possible.
    Thanks
    VivekVendor User i believe you are talking about the supplier..who can given access to isupplier portal.
    Normal user would be the end users
    HTH
    Mahendra

  • How to use " toFront() " method in java application and in which package or

    How to use " toFront() " method in java application and in which package or class having this toFront() method.if anybody know pl. send example.

    The API documentation has a link at the top of every page that says "Index". If you follow that and look for toFront(), you will find it exists in java.awt.Window and javax.swing.JInternalFrame.
    To use it in a Java application, create an object x of either of those two classes and write "x.toFront();".

  • Creating a class library in VS2013 that can be referenced by a VB6 application and newer applications

    I need to create a class library in VS2013 that can be referenced by a VB6 application and newer applications. I heard something about
    COM Interop but have no idea where to start. I am assuming I would develop a class library in VS2013 and then package the assembly for COM. Any good sample projects on this out there?

    Hello,
    >> Any good sample projects on this out there?
    Not suer if you are using C# as the develop language, if it is, i think you would find a lot of articles about this topic with your favorite search engine, here are some related links:
    COM Interop Part 1: C# Client Tutorial
    COM Interop Part 2: C# Server Tutorial
    Regards.
    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.
    Click
    HERE to participate the survey.

  • Web application and desktop application?

    Hi everyone,
    I am new to this platform.I have a basic doubts that whats the difference between developing application in flex as a web application and desktop application from programming point of view?Can we use same code in both cases?
    Please guide me....
    Thanks

    Hi and welcome,
    The main difference between a web application and a desktop application is that web applications do not have access and can't manipulate your local system ( you can't open a window that displays all your local files, you can't delete, rename, edit local files and so on ). Obviously, this is just one difference, there are many more ( the best would be if you google for "web aplication vs desktop application" because the same rules apply for 99% if not all the platforms you can find out there ).
    Desktop applications can have full control of your local system ( obviously, we have to take in consideration the platform we are using because since AIR is quite new in the desktop application field it is also more limited than other languages that have been used successfully to create desktop applications for years and year; like ce C# or C++ and so on ).
    Another important difference is that desktop applications usually need to be installed in order to function where on the other hand, web applications can run in the browser without you having to install the aplication you are about to view on your computer ( in some cases, like of the Flash and Flex platforms, you only require a "special player" that can display the content you are trying to access... for Flash and Flex applications you need the Flash Player installed for your browser ).
    So, before jumping into a project/platform you need to know your target. If you goal is to offer a fast, easy to access and no install required application to your users then you'll usually go with a web application. If your application needs to work with local files, maybe local databases, or it needs more control over the user's PC and so on, then you'll most likely go with a desktop application.
    With kind regards,
    Barna Biro

  • When to use WEb Dynpro application and Portal application in NW dev studio

    I would like to know what is the difference between
    webdynpro application  and EP Application using PDK.
    Are they comaparable  ...Which one has an edge over the other specific to any applications.
    I want develop an application related to e-commerce using the SAP R3 as backend for an industiry(where in a registered user can place an order and query on the staus of order. All the data will be stored in R3 ).
    I am planning to dev this using NW dev studio , but have an appehension about which application is useful for this kind of application either webdynpro or EP application .
    can anybody explain which one has edge over the other ( Webdynpro or EP applcations in context with NW Dev studio) and why.
    thanks
    PK

    Hi,
    <b>Webdynpro</b> is used when requirements ask for a prototype using minimal time n effort.
    Highly skilled programmers are not necessary to write a webdynpro application
    It uses dynamic controls without reloading the page.
    <b>Portal components</b> esp Abstract portal component provides a lean method to write HTML command to web client
    Large interactive components requires more programming.
    <b>WebDynpro</b> is a highly declarative, tool-based programming model. It minimizes platform-dependent "plumbing" code for building UIs and maximizes declarative metadata describing huge portions of a typical application in a platform-independent way.
    Web Dynpro follows a "top-down" approach in order to consistently support multiple runtime platforms.
    In Web Dynpro you just have to drag & drop the UI components.
    <b>Portal components</b> has followed a "bottom-up", programming-driven approach to Web development.
    Regards,
    Pooja.

  • Why i didnt recieve notifications from msn application and facebook application if some body messaged me although all the settings are on???

    why i didnt recieve notifications from msn application and facebook application if some body messaged me although all the settings are on???

    Do you mean Account Settings in iPhone's Facebook app?

  • Single Sign on using SAML between JWS application and Web Application

    Hi,
    We have two applications one is swing based Java Web Start application and other is a normal web application. We are trying to enable single sign on between both the applications. Can SAML be used to enable single sign on? If yes, can some one let us know how to do this?
    Thanks,
    Rama

    Thanks. But it is based on two WEB applications deployed on two different weblogic domains. What I am looking for is one application which is launched using Java Web Start(JNLP) and other a web application. The Java Web Start application uses its proprietary authentication implementation and the web application used DefaultAuthenticator of weblogic. Hope this detail will help you to answer my question better. I should have given this information earlier.
    Thanks.
    Rama

  • Deploying JEE application and SOA Applications on the same SOA Dom

    Are there known issues in deploying SOA Applications and Weblogic/JEE application on the same SOA Domain.
    Couple of the issues that I can think of is if that
    If SOA Domain is unstable it will also impact JEE applications.
    SOA Domain depends on the SOA DB and there is no such db dependency for a weblogic server.
    In the past we have been creating seperate domains for Weblogic and Weblogic Integration domains.
    Anythoughts ?
    Any information on this topic would be greatly appreciated.
    Thanks
    Pavan

    Yes, it is possible to do this using virtual servers.
    In your example, you will have two different virtual servers and two http listeners (localhost/8181 and localhost/8282).
    When you deploy a war file, you can specify which virtual server to use. (--virtualservers option on asadmin deploy command, admin console has a virtual server text box on deployment screen).
    After deployment, the applications will only be available on the http listeners that map to the virtual servers they were deployed to.
    Can you also post the problem that you are running into with 8.1 update 2?
    Hope this helps,

  • Web Application and Java Application

    Hello,
    I have a standalone Java application and a web application (JSP/Servlets) that I would like integrate. The standalone app. should send some information to my web app (which is not a problem), but then the user can be at this web app. for a while and then once he sees something he likes here, he can select it which should take him BACK to the standalone application. My question is whether something like this is possible?
    If so, then how do i do it.
    Also the web app and the standalone app run to 2 separate machines and 2 different JVM's.
    Any kind of help will be great.
    Thanks

    Well let me describe the scenario in detail
    We have a standalone java application that is good to search for data across an enterprise database. We also have another application which is web based and uses jsp's and servlets and is good for displaying data in different ways, let's say different kind of graps. Now the user will typically search for something using the standalone application and once he finds what he is looking for, then he might say that he wants to graph the selected data using this web application. Now this part is not too difficult as the standalone app can simply POST the selected information to the web app and the web app can then plot the graph. However, the tricky part is that this web application has the capability to allow the user to select let's say a bar and then get additional info. on that bar. Now to get this additional info. the web app. must contact the standalone app and tell it what bar was selected to get the additional info.
    so my concern is how does the web app contact the standalone app. or even KNOW about this web app. Also, RMI is pretty flaky and i would much rather use web services to accomplish it. If that is the only way to go that is.
    Hope that helps.

  • Help please! Java application and web application...

    Hi,
    I have a problem with inserting a java application (Main.java) in a web application(index.jsp).
    I found a source demo of a drag and drop application on the Internet, but now I want to
    have the drag and drop application work in a Jpanel/JFrame in a webapplication.
    The drag and drop application code:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.border.*;
    public class Main {
        public static void main(final String[] args) {
            final ButtonGroup grp = new ButtonGroup();
            final JPanel palette = new JPanel(new FlowLayout(FlowLayout.LEFT));
            palette.setBorder(BorderFactory.createTitledBorder("Palette"));
            final MainPanel mainPanel = new MainPanel();
            mainPanel.setPalette(palette);
            for(int j=0; j<4; j++){
                final JToggleButton btn = new JToggleButton("Panel "+(j+1));
                palette.add(btn);
                grp.add(btn);
                btn.addActionListener(new ActionListener() {
                    public void actionPerformed(ActionEvent e) {
                        mainPanel.setAdding(btn.getText());
            final JFrame f = new JFrame("Drag and drop panels");
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.getContentPane().add(palette, BorderLayout.WEST);
            f.getContentPane().add(mainPanel, BorderLayout.CENTER);
            f.setSize(800, 600);
            f.setVisible(true);
    class MainPanel extends JPanel implements MouseListener, MouseMotionListener {
        private JPanel palette;
        private String adding="";
        private SubPanel hitPanel;
        private int deltaX, deltaY, oldX, oldY;
        private final int TOL = 4;  //tolerance
        public MainPanel() {
            setLayout(null);
            addMouseListener(this);
            addMouseMotionListener(this);
        public void mousePressed(final MouseEvent e) {
            if( adding != "" ){
                setCursor(new Cursor(Cursor.DEFAULT_CURSOR));
                SubPanel sub = new SubPanel(adding);
                add(sub);
                sub.setSize(sub.getPreferredSize());
                sub.setLocation((int)e.getX(),(int)e.getY());
                revalidate();
                adding = "";
                return;
            Component c = getComponentAt(e.getPoint());
            if (c instanceof SubPanel) {
                hitPanel = (SubPanel) c;
                oldX = hitPanel.getX();
                oldY = hitPanel.getY();
                deltaX = e.getX() - oldX;
                deltaY = e.getY() - oldY;
                if( oldX < e.getX()-TOL ) oldX += hitPanel.getWidth();
                if( oldY < e.getY()-TOL ) oldY += hitPanel.getHeight();
        public void mouseDragged(final MouseEvent e) {
            if (hitPanel != null) {
                int xH = hitPanel.getX();
                int yH = hitPanel.getY();
                int xDiff = e.getX()-oldX;
                int yDiff = e.getY()-oldY;
                int cursorType = hitPanel.getCursor().getType();
                if( cursorType == Cursor.W_RESIZE_CURSOR){           //West resizing
                    hitPanel.setBounds( e.getX(), yH, hitPanel.getWidth() - xDiff, hitPanel.getHeight() );
                }else if( cursorType == Cursor.N_RESIZE_CURSOR){     //North resizing
                    hitPanel.setBounds( xH, e.getY(), hitPanel.getWidth(), hitPanel.getHeight() - yDiff );
                }else if( cursorType == Cursor.S_RESIZE_CURSOR){     //South resizing
                    hitPanel.setSize( hitPanel.getWidth(), hitPanel.getHeight() + yDiff );
                }else if( cursorType == Cursor.E_RESIZE_CURSOR){     //East resizing
                    hitPanel.setSize( hitPanel.getWidth() + xDiff, hitPanel.getHeight() );
                }else if( cursorType == Cursor.NW_RESIZE_CURSOR){     //NorthWest resizing
                    hitPanel.setBounds( e.getX(), e.getY(), hitPanel.getWidth() - xDiff, hitPanel.getHeight() - yDiff );
                }else if( cursorType == Cursor.NE_RESIZE_CURSOR){     //NorthEast resizing
                    hitPanel.setBounds( xH, e.getY(), hitPanel.getWidth() + xDiff, hitPanel.getHeight() - yDiff );
                }else if( cursorType == Cursor.SW_RESIZE_CURSOR){     //SouthWest resizing
                    hitPanel.setBounds( e.getX(), yH, hitPanel.getWidth() - xDiff, hitPanel.getHeight() + yDiff );
                }else if( cursorType == Cursor.SE_RESIZE_CURSOR){     //SouthEast resizing
                    hitPanel.setBounds( xH, yH, hitPanel.getWidth() + xDiff, hitPanel.getHeight() + yDiff );
                }else{      //moving subpanel
                    hitPanel.setLocation( e.getX()-deltaX, e.getY()-deltaY );
                oldX = e.getX();
                oldY = e.getY();
        public void mouseMoved(final MouseEvent e) {
            Component c = getComponentAt(e.getPoint());
            if (c instanceof SubPanel) {
                int x  = e.getX();
                int y  = e.getY();
                int xC = c.getX();
                int yC = c.getY();
                int w  = c.getWidth();
                int h  = c.getHeight();
                if(       y >= yC-TOL   && y <= yC+TOL && x >= xC-TOL   && x <= xC+TOL  ){
                    c.setCursor(new Cursor(Cursor.NW_RESIZE_CURSOR));
                }else if( y >= yC-TOL   && y <= yC+TOL && x >= xC-TOL+w && x <= xC+TOL+w ){
                    c.setCursor(new Cursor(Cursor.NE_RESIZE_CURSOR));
                }else if( y >= yC-TOL+h && y <= yC+TOL+h && x >= xC-TOL   && x <= xC+TOL ){
                    c.setCursor(new Cursor(Cursor.SW_RESIZE_CURSOR));
                }else if( y >= yC-TOL+h && y <= yC+TOL+h && x >= xC-TOL+w && x <= xC+TOL+w ){
                    c.setCursor(new Cursor(Cursor.SE_RESIZE_CURSOR));
                }else if( x >= xC-TOL   && x <= xC+TOL ){
                    c.setCursor(new Cursor(Cursor.W_RESIZE_CURSOR));
                }else if( y >= yC-TOL   && y <= yC+TOL ){
                    c.setCursor(new Cursor(Cursor.N_RESIZE_CURSOR));
                }else if( x >= xC-TOL+w && x <= xC+TOL+w ){
                    c.setCursor(new Cursor(Cursor.E_RESIZE_CURSOR));
                }else if( y >= yC-TOL+h && y <= yC+TOL+h ){
                    c.setCursor(new Cursor(Cursor.S_RESIZE_CURSOR));
                }else{
                    c.setCursor(new Cursor(Cursor.MOVE_CURSOR));
        public void mouseReleased(final MouseEvent e) { hitPanel = null; }
        public void mouseClicked(final MouseEvent e) {}
        public void mouseEntered(final MouseEvent e) {}
        public void mouseExited(final MouseEvent e) {}
        public void setAdding(final String string) {
            adding = string;
            setCursor(new Cursor(Cursor.HAND_CURSOR));
        public void setPalette(final JPanel panel) { palette = panel; }
    class SubPanel extends JPanel {
        public SubPanel(final String name) {
            setPreferredSize(new Dimension(100, 100));
            setBorder(new TitledBorder(new LineBorder(Color.BLACK), name));
    }This application works with JFrame, but I want to display the JFrame in a webapplication (JSP Page).
    I'm using Netbeans 6.0 (GlassFish) to create webapplication using Visual Web JavaServer Faces.
    So in summary:
    How can i display the drag and drop application into a JFrame (better in a JPanel) in a webapplication (index.jsp)??
    Hope you can help...
    Thanks in advance...
    Greetings,
    Rajsh

    So have an applet that opens a JFrame... JSP or not has nothing to do with it, since it's nothing but HTML the client gets.
    You can't have a JFrame embedded in an HTML page. And if you could have an applet but don't know how to get that copied code to fit inside (I mean, content pane is content pane), you might want to consider learning how to do that.

  • Jumps to previous page both within current application and other applications

    when using any application, facebook, banking, etc it jumps back to previous pages both in and out of the application. Ex will go back to home or sign in then out of application and back to previous application without prompting. Started after last firefox update and just in facebook games now has spread to everything including when I tried to use Explorer. Started infrequently now is so frequent cannot use system.

    In addition when within farmville on facebook this box pops up:
    Confirm
    To display this page FireFox must send information that will repeat any action (such as a search or order confirmation) that was performed earlier.

  • Why are there iOS Applications AND mobile Applications folders?

    I am cleaning up my hard drive for 2013 and have disovered that my iTunes folder is the largest folder. Good for me.
    Within my itunes folder are both an iOS Applications folder and a Mobile Applications folder They both have recent Modifed Dates and there is some .ipa overlap in terms of applications and serial numbers, it seems like the older stuff is in the iOS Applications folder. I own both an iPad and iPhone but cannot seem to fathom any consistency as to which apps go where.
    Do I need both of these and if not is there an easy way to resolve the "problem"? (Assuming it really is a problem.)

    Interesting, I only have the Mobile Applications folder. If there are any applications that appear in the iOS folder but not in the mobile folder, you can move them over to the mobile folder, and then delete the other one.

  • Deleted Mail Application and iCal Application

    So I was trying to clean up my workspace and thought that the files I was deleting were merely icons. Turns out they were the real thing. So...How do I get them back? I tried to reinstall the disks that came with my computer, but they didn't come back (just turned Mail and iCal into "?"s on my Dock. I just got my computer a few months ago and this would be really annoying to continue. What do I do?
    JP

    You have two options.
    1) You can start up your Mac from the included restore disks and do an "archive and install." This will reinstall the operating system and restore your settings, documents and applications.
    2) You can use an application called Pacifist to extract the iCal and Mail applications from the install DVDs. This takes a bit of technical knowledge, but you can read about the process here:
    http://www.charlessoft.com/Pacifist_Documentation/English/index.html
    For future reference, don't delete things in the Applications folder unless you want to uninstall the application. As I'm sure you've learned!

  • HT1349 I am unable to download the newest version of iTunes 10.6 as i am missing .msi files and window installer package, can you please remove the old version and reinstall newest version, please?

    missing file to download itunes 10.6 - .msi. file and installation package

    Try to follow this guide to uninstall iTunes and all of its components: http://support.apple.com/kb/HT1925, then reinstall the latest version of iTunes.  You must follow this guide for this to be successful (uninstalling all components in the order specified).  This will not touch your iTunes library or data.

Maybe you are looking for

  • Itunes does not find nano

    Have had a shuffle for years, no problems. Just got the 2nd generation nano and Itunes does not find it. It seems to load on windows as a usb device but is not recognized by Itunes so does not appear as a device there...so cannot restore, etc. I have

  • Will my iPhone 4S with a bumper fit into the iPhone 3G dock?

    My iPhone with the bumper on doesn't fit it the iPhone 4 dock. Was wondering if it will fit in the iPhone 3G dock?? If it won't fit in the iPhone 3G dock is there any other one that it will fit into??

  • WebADI integrator for extract and upload

    Hi All, Can we create an integrator which extracts data from database table / view, and the same integrator be used to upload back into database? We need to generate a webadi extract , modify some data in the excel, and upload this integrator to modi

  • Jobq slave wait taking too long

    Dear all, On our production database server, I often see certain sessions taking way too long with the wait event "jobq slave wait". how can I prevent "jobq slave wait" events ? (or at least make it shorter or less frequent) I tried to search about t

  • Workflow v project

    Hi everebody! 1. Thanks to Doug Winnie and the WorkflowLab team for this new application. 2. I found very interesting the workflow approach very interesting. Nut it's not sufficient for day-to-day use. The project management approach is missing. 3. P