SBO2004 - AddOnInstallAPI.EndInstall from InstallShield 10.5

Hello
It's possible to do the EndInstall notification from InstallScript. I try to do on "OnEnd" event and didn't work.
The parameters are right captured from SAP, and the DLL AddOnInstallAPI is right loaded, and no error is notify, but SBO seems not receive the addon's end installation.
This is my code in InstallShield script:
function OnEnd() 
string  wCMDLINE;
LIST    listID;     
STRING  DLL_FILE;
INT     nValue;  
LONG    nRC;
NUMBER  nResult;
begin
if (CMDLINE != "") then
       wCMDLINE = CMDLINE;   
       StrReplace (wCMDLINE, '"', '', 0); 
       listID = ListCreate (STRINGLIST); 
       if (StrGetTokens (listID, wCMDLINE, "|") > 0) then
          MessageBox ("Parametros incorrectos.", SEVERE);
       else
          ListGetFirstString (listID, DLL_FILE);
          ListGetNextString (listID, DLL_FILE);  
          MessageBox (DLL_FILE, INFORMATION);
       endif; 
       ListDestroy (listID); 
       nResult = UseDLL (DLL_FILE);
       if (nResult = 0) then
        MessageBox ("AddOnInstallAPI.dll \ncargada correctamente", INFORMATION);
       else
        MessageBox ("No se ha podido cargar\nAddOnInstallAPI.dll", SEVERE);
        abort;
       endif;
       if AddOnInstallAPI.EndInstall() > 0 then
          MessageBox ("Error al registrar", SEVERE);
          abort;
       endif;
endif;
end;
Thanks in advance

Hi Blas
Is your Installer working with this code.
I am also trying to same thing and its not working.I am new in SAP Business One and Installer. If you give me some helpfull tips it wolud be greatful.
In installshield Which project we have to select.
Thanks
Yashi
[email protected]
Message was edited by: Yashi

Similar Messages

  • Oracle Server 11.2.0.1.0 64-bit fails when invoked from InstallShield

    I'm trying to install the Oracle Server 11.2.0.1.0 64-bit on Windows 2008 SP1 from the InstallShield 2010.
    The installation is silent. Invoked by command line:
    J:\Oracle_11.2.0_x64\OracleServer_11.2.0.1_x64\setup.exe ORACLE_HOME_NAME="ARAXI_11" -silent -nowelcome -force -nowait -noconsole -loglevel fine -noconfig -ignoreSysPrereqs use_prereq_checker=false -responseFile C:\Oracle\11.2.0\installation\scripts\SVRCUSTOM11.2.0.rsp
    The problem is that when the command is invoked from command line (cmd), the installation is successful.
    However, when the same command is invoked from under the InstallShield, the installation fails on Architecture requirement check:
    INFO: *********************************************
    INFO: Architecture: This is a prerequisite condition to test whether the system has a certified architecture.
    INFO: Severity:CRITICAL
    INFO: OverallStatus:OPERATION_FAILED
    INFO: All forked task are completed at state performChecks
    INFO: Completed background operations
    INFO: Moved to state <performChecks>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating state <performChecks>
    INFO: Using default Validator configured in the Action class oracle.install.ivw.db.action.PrereqAction
    INFO: Adding ExitStatus PREREQUISITES_NOT_MET to the exit status set
    SEVERE: [FATAL] [INS-13013] Target environment do not meet some mandatory requirements.
    CAUSE: Some of the mandatory prerequisites are not met. See logs for details. C:\Oracle\Inventory\logs\installActions2011-05-19_12-58-13PM.log
    ACTION: Identify the list of failed prerequisite checks from the log: C:\Oracle\Inventory\logs\installActions2011-05-19_12-58-13PM.log. Then either from the log file or from installation manual find the appropriate configuration to meet the prerequisites and fix it manually.
    INFO: Advice is ABORT
    INFO: Adding ExitStatus INVALID_USER_INPUT to the exit status set
    The questions:
    1. Why the requirement checks give different results when installation is invoked from CMD and from InstallShield?
    2. Why the requirement checks are done despite the parameters "-ignoreSysPrereqs" and "use_prereq_checker=false"?
    3. What should I do to get the installation pass (either remove the check or make it satisfying)?
    PS. The 32 bit Oracle Server installation on Windows 2003 works without problem when invoked from InstallShield.

    Please use 2008R2 if you want to install 11gR2 versionThank you for that update. Possibly it will help me to solve another trouble.
    Regarding the problem I described, the issue is that I install Oracle Client 32 bit prior to trying to install Oracle Servier 64 bit.
    The Oracle Client setup had started RemoteExecService.exe 32 bit process. And the process remained running after the installation completed.
    The Oracle Server setup utilizes the running RemoteExecService.exe process. Since the process is 32 bit, the architecture requirement check had failed.
    I've added to my script killing the process
    taskkill /F /IM RemoteExecService.exe
    before invoking the Oracle Server installation.
    That way the Oracle Server setup starts another RemoteExecService.exe process and the new process is 64 bit.
    The architecture requirement succeed.

  • Error 1607 (from InstallShield)

    HELP!
    I took the advice of apple on trying to get quicktime to work for me and it only led to further problems.
    In safe mode,
    I attempted to install the standalone version of quicktime.
    When the status bar was almost near completion, an error window popped up displaying the following message:
    [InstallShield]
    1607. Unable to install InstallShield Scripting Runtime.
    Following the error, I restarted in regular mode, downloaded DirectX [lastest version], as well as redownloading the standalone version, and then itunes version of software.
    I also used cCleaner to clear up any errors.
    I re-entered safe mode, installed Direct X successfully, and then proceeded to try the standalone quicktime version, again receiving error 1607.
    Next I proceeded to try to install the itunes package, but error 1607 reappeared.
    I restarted into regular mode and installed quicktime and then itunes and now I am back to square one. Music videos, trailers, anything with Quicktime causes the program/plug-in program to quit.
    Please provide some insite for me. I am so frustrated with trying to get this to work.
    .brokenrocker1.

    DirectX is not going to have anything to do with installing QT. Updating XP OS to SP2 could possibly, according to Apple, also SP2 will update DirectX and Windows Installer.
    I recieved the same errors when trying to install QT7 when the final version was released. I am convinced that the problem lies with clearing the registry of previous QT entrees. I would start with removing QT by the add/remove control panel and then a search of the computer for left over componets and then clear enerything from the registry, I mean everything! I've posted over and over on this, I don't know if they don't know how to go into the registry, who knows.
    Anyway some folks have used registry clean expert and it worked for them, and here are a couple of links that have supposedly helped.
    http://support.microsoft.com/default.aspx?scid=kb;en-us;290301
    http://consumer.installshield.com/kb.asp?id=Q108393

  • SBO2004A: Runtime Error 429 ActiveX Component can't Create Object

    Hello,
    We have an Addon developed with VB6 that run without problems with SBO 6.5.
    We have upgraded to SBO2004A and I have referenced in the source code to the 2004 UI and DI. I debug mode (from IDE) we don't have problems, but when I try to execute the addon from a client, I get this error message:
    <b>Runtime Error 429 ActiveX Component can't Create Object</b>
    Thanks in advance
    Blas

    I'm using Installshield 10.5 to generate the setup file. It's much more easy and not requiered to install Framework 1.1 in each PC client before to install the Addon.
    You have to create and msi project, and write the Installscript to retrieve the install directory from parameter string passed by SAP.
    After install you must execute the AddOnInstallAPI.EndInstall to notify SAP:
    #include "ifx.h"
    prototype  LONG AddOnInstallAPI.EndInstall();  
    prototype  LONG AddOnInstallAPI.RestartNeeded();
    // OnFirstUIBefore
    // First Install UI Sequence - Before Move Data
    // The OnFirstUIBefore event is called by OnShowUI when the setup is
    // running in first install mode. By default this event displays UI allowing
    // the end user to specify installation parameters.
    // Note: This event will not be called automatically in a
    // program...endprogram style setup.
    function OnFirstUIBefore()
        number  nResult, nLevel, nSize, nSetupType;
        string  szTitle, szMsg, szOpt1, szOpt2, szLicenseFile;
        string  szName, szCompany, szTargetPath, szDir, szFeatures, szTargetdir;
        BOOL    bLicenseAccepted;
        LIST listID;
    begin     
        nSetupType = COMPLETE;       
        szDir = TARGETDIR;
        szName = "";
        szCompany = "";
        bLicenseAccepted = FALSE;
    // Beginning of UI Sequence
    Dlg_Start:
        nResult = 0;
    Dlg_SdWelcome:
        szTitle = "";
        szMsg = "";
        //{{IS_SCRIPT_TAG(Dlg_SdWelcome)
        nResult = SdWelcome( szTitle, szMsg );
        //}}IS_SCRIPT_TAG(Dlg_SdWelcome)
        if (nResult = BACK) goto Dlg_Start;
    Dlg_SdLicense2:
        szTitle = "";
        szOpt1 = "";
        szOpt2 = "";
        //{{IS_SCRIPT_TAG(License_File_Path)
        szLicenseFile = SUPPORTDIR ^ "License.rtf";
        //}}IS_SCRIPT_TAG(License_File_Path)
        //{{IS_SCRIPT_TAG(Dlg_SdLicense2)
       // nResult = SdLicense2Rtf( szTitle, szOpt1, szOpt2, szLicenseFile, bLicenseAccepted );
        //}}IS_SCRIPT_TAG(Dlg_SdLicense2)
        if (nResult = BACK) then
            goto Dlg_SdWelcome;
        else
            bLicenseAccepted = TRUE;
        endif;
    Dlg_SdRegisterUser:
        szMsg = "";
        szTitle = "";
        //{{IS_SCRIPT_TAG(Dlg_SdRegisterUser)     
       // nResult = SdRegisterUser( szTitle, szMsg, szName, szCompany );
        //}}IS_SCRIPT_TAG(Dlg_SdRegisterUser)
        if (nResult = BACK) goto Dlg_SdLicense2;
    Dlg_SetupType2:  
        szTitle = "";
        szMsg = "";
        //{{IS_SCRIPT_TAG(Dlg_SetupType2)     
       // nResult = SetupType2( szTitle, szMsg, "", nSetupType, 0 );
        //}}IS_SCRIPT_TAG(Dlg_SetupType2)
        if (nResult = BACK) then
            goto Dlg_SdRegisterUser;
        else
            nSetupType = nResult;
            if (nSetupType != CUSTOM) then
                szTargetPath = TARGETDIR;
                nSize = 0;
            endif;  
        endif;
    Dlg_SdAskDestPath2:
        if ((nResult = BACK) && (nSetupType != CUSTOM)) goto Dlg_SetupType2;
         szTitle = "";
        szMsg = "";
        if (nSetupType = CUSTOM) then
                    //{{IS_SCRIPT_TAG(Dlg_SdAskDestPath2)     
    //          nResult = SdAskDestPath2( szTitle, szMsg, szDir );
                    //}}IS_SCRIPT_TAG(Dlg_SdAskDestPath2)
            TARGETDIR = szDir;
        endif;
        if (nResult = BACK) goto Dlg_SetupType2;
    Dlg_SdFeatureTree:
        if ((nResult = BACK) && (nSetupType != CUSTOM)) goto Dlg_SdAskDestPath2;
        szTitle = "";
        szMsg = "";
        szTargetdir = TARGETDIR;
        szFeatures = "";
        nLevel = 2;
        if (nSetupType = CUSTOM) then
            //{{IS_SCRIPT_TAG(Dlg_SdFeatureTree)     
           // nResult = SdFeatureTree( szTitle, szMsg, szTargetdir, szFeatures, nLevel );
            //}}IS_SCRIPT_TAG(Dlg_SdFeatureTree)
            if (nResult = BACK) goto Dlg_SdAskDestPath2; 
        endif;
    Dlg_SQLServer:
        nResult = OnSQLServerInitialize( nResult );
        if( nResult = BACK ) goto Dlg_SdFeatureTree;
    Dlg_ObjDialogs:
        nResult = ShowObjWizardPages( nResult );
        if (nResult = BACK) goto Dlg_SQLServer;
    Dlg_SdStartCopy2:
        szTitle = "";
        szMsg = "";
        //{{IS_SCRIPT_TAG(Dlg_SdStartCopy2)     
        nResult = SdStartCopy2( szTitle, szMsg );     
        //}}IS_SCRIPT_TAG(Dlg_SdStartCopy2)
        if (nResult = BACK) goto Dlg_ObjDialogs;
        return 0;
    end;        
    // OnSetTARGETDIR
    // OnSetTARGETDIR is called directly by the framework to initialize
    // TARGETDIR to it's default value.
    // Note: This event is called for all setups.
    function OnSetTARGETDIR()
    number nId, nIgnore, nResult;
    string szId, szTARGETDIR; 
    string wCMDLINE;
    LIST listID;     
    begin     
        // In maintenance mode the value of TARGETDIR is read from the log file.
        if( MAINTENANCE ) then
            return ISERR_SUCCESS;
        endif;
        // Set TARGETDIR to script default.
        TARGETDIR = "<FOLDER_APPLICATIONS>
    <IFX_COMPANY_NAME>
    <IFX_PRODUCT_NAME>";
        if (CMDLINE != "") then 
           wCMDLINE = CMDLINE;   
           StrReplace (wCMDLINE, '"', '', 0);
           listID = ListCreate (STRINGLIST); 
           if (StrGetTokens (listID, wCMDLINE, "|") > 0) then
              MessageBox ("Parametros incorrectos.", SEVERE);
           else
              ListGetFirstString (listID, TARGETDIR);  
              //MessageBox (TARGETDIR, INFORMATION);
           endif;
           ListDestroy (listID); 
           return 0;
        endif;
        // Read TARGETDIR from the media.
        nResult = MediaGetData( MEDIA, MEDIA_FIELD_TARGETDIR, nIgnore, szTARGETDIR );
        // Use the TARGETDIR from the media if anything was read.
        if( nResult >= ISERR_SUCCESS && StrLengthChars( szTARGETDIR ) ) then
            TARGETDIR = szTARGETDIR;
        endif;
         // Customize the default TARGETDIR for multi-instance application.
         // TODO: If you want something different customize the code below.     
         if( MAINT_OPTION = MAINT_OPTION_MULTI_INSTANCE  && MULTI_INSTANCE_COUNT > 0) then
              // Start with the current multi-instance count plus one.
              nId = MULTI_INSTANCE_COUNT + 1;
              // Find a unique TARGETDIR.
              while( ExistsDir( TARGETDIR ) = EXISTS )
                   // Convert to string.
                   NumToStr( szId, nId );
                   // Update IFX_MULTI_INSTANCE_SUFFIX
                   IFX_MULTI_INSTANCE_SUFFIX = "_" + szId;
                   // Update TARGETDIR
                   TARGETDIR = TARGETDIR + IFX_MULTI_INSTANCE_SUFFIX;
                   // Update nId
                   nId = nId + 1;
              endwhile;
         endif;  
    end;
    // OnEnd
    // The OnEnd event is called at the end of the setup. This event is not
    // called if the setup is aborted.
    function OnEnd() 
    string  wCMDLINE;
    LIST    listID;     
    STRING  DLL_FILE;
    INT     nValue;  
    LONG    nRC;
    NUMBER  nResult;
    begin
    if (CMDLINE != "") then
           wCMDLINE = CMDLINE;   
           StrReplace (wCMDLINE, '"', '', 0); 
           listID = ListCreate (STRINGLIST); 
           if (StrGetTokens (listID, wCMDLINE, "|") > 0) then
              MessageBox ("Parametros incorrectos.", SEVERE);
           else
              ListGetFirstString (listID, DLL_FILE);
              ListGetNextString (listID, DLL_FILE);  
              // MessageBox (DLL_FILE, INFORMATION);
           endif; 
           ListDestroy (listID); 
           nResult = UseDLL (DLL_FILE);
           if (nResult != 0) then
              MessageBox ("No se ha podido cargar\nAddOnInstallAPI.dll", SEVERE);
              abort;
           endif;
           if AddOnInstallAPI.EndInstall() > 0 then
              MessageBox ("Error al ejecutar AddOnInstallAPI", SEVERE);
              abort;
           endif;
    endif;
    end;

  • SKYPE PREVENTS ME FROM CONTACTING THEM ABOUT THEIR...

    Skype,
    I upgraded to the topnnotch of your avaiable programs but instead you give me 15$ worth of useless skype credit and now I CANT CONTACTYOU IN ANYWAY!!!! dout you will read this but if you do maybe you should get back to me before I call my Bank and cancel payment.
    I plan on spamming every single post until i get my issue resloved....

    Yes, I've tried that, but it basically tells me to uninstall QuickTime and iTunes, which is my biggest problem right now; I can't seem to uninstall them. I was finally able to update InstallShield (I think) and uninstall QuickTime and iTunes through the Control Panel, but I never did find any QT files under system32. When I tried to reinstall iTunes, I got the error message saying that the InstallScript engine on the machine is older than the version required to run this setup. But I'm pretty sure I did update InstallShield. There are about 20 different folders and files on my computer under InstallShield, and I don't understand how to tell which one is being used, and which I can delete. I followed the instructions from InstallShield, but that doesn't help me figure out which version I have. I'm also concerned that when I look on the Control Panel, there is nothing remaining for iTunes or QuickTime, but if I do a search, there are tons of files for both of them. But I'm afraid to start deleting things if I run the risk of deleting my music. So I don't know what my primary issue is at this point - uninstalling files, or updating InstallShield.

  • Problem with installation on Vista

    I have a strange behavior with the Adobe Air installer.
    I am using  InstallShield 2012 Suite installer to install my product and our Adobe Air Help.
    This is working fine on Windows 7, but on Vista, it will only work when you use run as administrator.
    Adobe AIR installer is called from the Suit, like this:
    12-28-2011[01:25:30 ??]: Will launch exe: C:\Users\ofwmgr.DIR\AppData\Local\Downloaded Installations\{B419BB07-5E1D-4C95-9C1D-B25DB76B2B18}\PetrelHelp Installer.exe
    12-28-2011[01:25:30 ??]: EXE parcel command line: -silent -eulaAccepted -programMenu -location "[ISInstallDir_Petrel]" PetrelHelp.air
    12-28-2011[01:25:30 ??]: EXE parcel resolved command line: -silent -eulaAccepted -programMenu -location "C:\Program Files\Schlumberger\Petrel 2012" PetrelHelp.air
    12-28-2011[01:25:30 ??]: EXE parcel requires elevation
    12-28-2011[01:25:33 ??]: Final result status for EXE parcel: 80070007
    12-28-2011[01:25:33 ??]: Engine: property 'ISInstallStatus' value now 'Package  operation complete'
    12-28-2011[01:25:33 ??]: UI DLL: Get: Property=ISInstallStatus Value=Package  operation complete Return Code=0
    12-28-2011[01:25:33 ??]: Engine: property 'ISParcelStatus' value now 'ID_STRING7'
    12-28-2011[01:25:33 ??]: UI DLL: Get: Property=ISParcelStatus Value=ID_STRING7 Return Code=0
    12-28-2011[01:25:33 ??]: Parcel operation return status: 0
    12-28-2011[01:25:33 ??]: No registry indicators appear to signal a reboot is pending
    12-28-2011[01:25:33 ??]: Re-running parcel detection for parcel {5DB0C2AB-375F-493B-ADF2-5BA30BDE2906}, install state: 0
    12-28-2011[01:25:33 ??]: UI DLL: Display Error: The installation of PetrelHelp Installer appears to have failed. Do you want to continue the installation?
    The install log from Adobe Air, run from  administrator console:
    [2011-12-29:09:59:01] Runtime Installer end with exit code 6
    [2011-12-29:10:01:26] Runtime Installer begin with version 3.0.0.4080 on Windows Vista x86
    [2011-12-29:10:01:26] Commandline is: -silent -eulaAccepted -programMenu -location "C:\Program Files\Schlumberger\Petrel 2012" PetrelHelp.air
    [2011-12-29:10:01:26] Installed runtime (3.0.0.4080) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2011-12-29:10:01:27] Invoking Application Installer for combined install
    [2011-12-29:10:01:27] Launching subprocess with commandline C:\Users\ofwmgr.DIR\AppData\Local\Downloaded Installations\{B419BB07-5E1D-4C95-9C1D-B25DB76B2B18}\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime "C:\Users\ofwmgr.DIR\AppData\Local\Downloaded Installations\{B419BB07-5E1D-4C95-9C1D-B25DB76B2B18}" -silent -withRuntime -url -location "C:\Program Files\Schlumberger\Petrel 2012" -programMenu -eulaAccepted file:///D:/Rune/Petrel/PetrelHelp.air
    [2011-12-29:10:01:27] Application Installer begin with version 3.0.0.4080 on Windows Vista x86
    [2011-12-29:10:01:27] Commandline is: -runtime "C:\Users\ofwmgr.DIR\AppData\Local\Downloaded Installations\{B419BB07-5E1D-4C95-9C1D-B25DB76B2B18}" -silent -withRuntime -url -location "C:\Program Files\Schlumberger\Petrel 2012" -programMenu -eulaAccepted file:///D:/Rune/Petrel/PetrelHelp.air
    [2011-12-29:10:01:27] Installed runtime (3.0.0.4080) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2011-12-29:10:01:28] Unpackaging file:///D:/Rune/Petrel/PetrelHelp.air to d:\temp\fla711B.tmp
    [2011-12-29:10:01:28] Got an unexpected fatal error while unpackaging: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]
    [2011-12-29:10:01:28] Application Installer end with exit code 7
    [2011-12-29:10:01:28] Subprocess app installer failed (7)
    [2011-12-29:10:01:28] Runtime Installer end with exit code 7
    Problem is, file location is wrong, there is no PetrelHelp.air in this folder: D:/Rune/Petrel/
    You can see the correct file location, when the installer is run from  administrator console.
    2011-12-28:13:46:54] Runtime Installer begin with version 3.0.0.4080 on Windows Vista x86
    [2011-12-28:13:46:54] Commandline is: -silent -eulaAccepted -programMenu -location "C:\Program Files\Schlumberger\Petrel 2012" PetrelHelp.air
    [2011-12-28:13:46:54] No installed runtime detected
    [2011-12-28:13:46:54] Invoking Application Installer for combined install
    [2011-12-28:13:46:54] Launching subprocess with commandline C:\Users\ofwmgr.DIR\AppData\Local\Downloaded Installations\{B419BB07-5E1D-4C95-9C1D-B25DB76B2B18}\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime "C:\Users\ofwmgr.DIR\AppData\Local\Downloaded Installations\{B419BB07-5E1D-4C95-9C1D-B25DB76B2B18}" -silent -withRuntime -url -location "C:\Program Files\Schlumberger\Petrel 2012" -programMenu -eulaAccepted file:///C:/Users/ofwmgr.DIR/AppData/Local/Downloaded%20Installations/%7bB419BB07-5E1D-4C9 5-9C1D-B25DB76B2B18%7d/PetrelHelp.air
    [2011-12-28:13:46:55] Application Installer begin with version 3.0.0.4080 on Windows Vista x86
    [2011-12-28:13:46:55] Commandline is: -runtime "C:\Users\ofwmgr.DIR\AppData\Local\Downloaded Installations\{B419BB07-5E1D-4C95-9C1D-B25DB76B2B18}" -silent -withRuntime -url -location "C:\Program Files\Schlumberger\Petrel 2012" -programMenu -eulaAccepted file:///C:/Users/ofwmgr.DIR/AppData/Local/Downloaded%20Installations/%7bB419BB07-5E1D-4C95-9C1D-B 25DB76B2B18%7d/PetrelHelp.air
    [2011-12-28:13:46:55] No installed runtime detected
    [2011-12-28:13:46:55] Unpackaging file:///C:/Users/ofwmgr.DIR/AppData/Local/Downloaded%20Installations/%7bB419BB07-5E1D-4C9 5-9C1D-B25DB76B2B18%7d/PetrelHelp.air to d:\temp\fla362B.tmp
    [2011-12-28:13:47:33] Application signature verified
    [2011-12-28:13:47:33] Unpackaging/validation complete
    [2011-12-28:13:47:33] Converting unpackaged application to a native installation package in d:\temp\flaCACB.tmp
    [2011-12-28:13:47:42] Native installation package creation succeeded
    [2011-12-28:13:47:42] Starting silent combined runtime and app install.
    Installing runtime version 3.0.0.4080.
    Installing app 12345.6688D07FC6B6EBADF79CE3D19AD2F2D33EEDC782.1 version 0.8.6.6 to C:\Program Files\Schlumberger\Petrel 2012 using the source file at file:///C:/Users/ofwmgr.DIR/AppData/Local/Downloaded%20Installations/%7bB419BB07-5E1D-4C9 5-9C1D-B25DB76B2B18%7d/PetrelHelp.air
    [2011-12-28:13:47:42] Installing msi at C:\Users\ofwmgr.DIR\AppData\Local\Downloaded Installations\{B419BB07-5E1D-4C95-9C1D-B25DB76B2B18}\setup.msi with guid {ACEB2BAF-96DF-48FD-ADD5-43842D4C443D}
    [2011-12-28:13:47:46] Installing msi at d:\temp\flaCACB.tmp\setup.msi with guid {55618B06-B5F9-2899-9A15-4B48B839B891}
    [2011-12-28:13:47:49] Application Installer end with exit code 0
    [2011-12-28:13:47:50] Subprocess app installer succeeded
    [2011-12-28:13:47:50] Runtime Installer end with exit code 0
    [2011-12-28:21:24:31] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2011-12-28:21:24:31] Commandline is:
    [2011-12-28:21:24:31] Installed runtime (3.0.0.4080) located at C:\Program Files (x86)\Common Files\Adobe AIR
    Why dos the Adobe Air installer  picks up the wrong file location?
    Any suggestion?

    Problem solved.
    The complete path to PetrelHelp.air needed to be added:
    From Installshield Suite Project, the call will be:
    Help Installer.exe
    -silent -eulaAccepted -programMenu -location "[ISInstallDir]" "[ISPREREQDIR]\Help.air"
    Regards,
    Rune

  • Error 1607--I know there's alot of these threads, but PLEASE read.

    First of all, I have searched this error in the discussion boards & read alot of posts & gone to the links listed.
    My computer came with Itunes on it, however, it said that I needed to update the version either by software CD or from the website. I tried the CD, than downloading from the internet. During the setup, it completes the Ipod download. Then when it starts the Itunes download, it shows the Error 1607. I've tried uninstalling all quicktime, itunes, & ipod software. I've disabled my antivirus & antispyware stuff. I am the only user, so I have administrative rights.
    I've also looked at the 3 scenario links on the Ipod website. I seem to have problems while working through the steps on those. To hopefully get a better solution, I'll try to explain step-by-step what I've come to.
    1. iTunes for Windows installation quits with 1607 error, while publishing product information, or is interrupted (Scenario 1)
    ----When I go to this link, it tells me I need to re-install windows. I can't find that CD (i know i have it somewhere). And, I would kinda like that to be my last resort because I don't want to have to save all my files, etc. I've downloaded & put things on my computer alot before with no problems, and the Ipod part of the download worked, just not the Itunes part. So doesn't that mean it's not the installer?
    2. You may receive a "1607:Unable to install InstallShield Scripting runtime" error message when you try to install software in Windows XP (Scenario 2)
    ----"To reinstall the InstallScript engine from InstallShield Developer."
    * When I get into Windows Explorer, I can't find a file called InstallShield.
    ----"Running Setup from a virtual drive"
    * I did what this said, but nothing ever came up.
    ----"Register Idriver and Msiexec"
    * At this step, when I try to run the two things it tells me to, it says it cannot be found.
    ----"Change Permissions"
    *I've changed settings to show all files.
    *When I search for C:\Windows\Installer, I don't get an installer folder. Instead, I have a bunch of folders with titles like this "{0EB5D9B7-8E6C-4A9E-B74F-16B7EE89A67B}".
    ----"Stop other instances of Windows Installer"
    *When I look at the processes I have none of these things.
    3. Error -1607: Unable to Install InstallShield Scripting Run Time (Scenario 3)
    ----"Update the ISScript engine on your computer by downloading the latest one."
    * I went to that next link and downloaded that, & I have a IsScript7 icon on my desktop so I assume that did what it was supposed to?
    ----"Make sure that the Installer folder in the Windows directory has full access privileges."
    *Already done in Scenario 2.
    ----"Set the Installer folder attributes."
    *Like I said above, I get folders with really long number/letter names. I don't have an "installer" folder to click on.
    ----"Make sure that the InstallShield registry key in the Windows registry has full access privileges."
    *I changed all to full control.
    Okay, so I hope I have been specific enough so that I don't get "go to this website & do these steps." I understand that people probably ask this question all the time & I REALLY have tried to fix this. I just don't know what to do.
    Help PLEASE! I really wanna use my Ipod Nano that I've had for 2 weeks now!
    HP Media Center PC   Windows XP  

    Good Day,
    I am haveing similar problems,
    Error 1325.T and 1603
    I have tried to uninstall and reinstall from the CD. I then get; iTunes Library cannot be read because it was created by a newer version if iTunes, this comes up when I try to open iTunes from the desk top shortcut.
    Thanks in advance,
    Drew

  • Installing BI Publisher 10.2.3.2.0 on Windows 7 32-bit

    Hi all,
    I'm having problems installing Oracle BI Publisher Template Builder for Word 10.1.3.2.0 Build 87 on Windows 7 32-bit. When running Setup.exe I get the following error.
    Window Title: "Oracle BI Publisher Desktop Setup"
    Error: "Setup could not find Microsoft .NET Framework 2.0 on your machine. BI Publisher Desktop will not run and setup cannot continue without this component installed."
    I've searched this forum and the internet and can't seem to find a solution. Does anyone know how to get BIP installed under Windows 7?
    Thanks,
    Will

    Hi Srix,
    There doesn't seem to be a way to bypass or otherwise skip the .NET Framework 2.0 check. I've tried command line switches from Installshield and switches for msiexec.exe. All attempts have not allowed me to bypass this step.
    I have also tried changing the compatibility to Windows XP all SP and Windows Vista all SP.
    Srix, do you, or any one else, have any other suggestions? I might have to downgrade this laptop to Windows XP in order for my user to use BIP.
    Here is a link to a screenshot of the error in case that helps.
    http://www.flickr.com/photos/willshattuck/5241399531/
    Will
    Edited by: user6750482 on Dec 7, 2010 11:21 AM
    Edited by: user6750482 on Dec 7, 2010 11:21 AM

  • Using ODBC without the 8i or 9i Client

    Connecting Access.mdb on a windows station to Oracle 8i or 9i using ODBC
    Can an oracle ODBC driver be installed programatically on a station without installing the complete 8i or 9i client?
    The Microsoft ODBC driver for Oracle produces a message stating that the client needs to be installed.
    Perhaps there is an automated way of installing the client by running a script or something.
    Ideally there would be a method of using one setup program on any station that would install all required elements for this application including the Oracle ODBC driver.
    Would InstallShield contain an Oracle ODBC driver that would work on 8i and 9i?

    In order to use the Oracle ODBC driver or the Microsoft ODBC driver for Oracle, the Oracle client needs to be installed. You can invoke the Oracle Universal Installer from InstallShield (optionally with a response file), but I'm not aware of a more 'integrated' solution.
    If the Oracle client is too large a fottprint, there are third parties (i.e. DataDirect) that would be more than happy to sell you a wire-protocol ODBC driver that can run without the Oracle client.
    Justin
    Distributed Database Consulting, Inc.
    www.ddbcinc.com

  • Custom Classpath when launching Workflow Designer (and other Java bits)

    Hello - I thought this tid-bit might come in handy (if it's not already mentioned anywhere else)
    If you want to add additional classpath entries to Workflow Designer you can do so in the following way:
    1) find the adobe_workflow_designer.exe that the installer created
    2) Create a file with a .cp extention in the same folder. MyJars.cp is an example
    3) put one line in this file for each jar file to load. Example:
    The Designer executable is generated from InstallShield - there are other ways to change the java startup parameters (like memory options, garabage collection, etc.) documented here: http://helpnet.installshield.com/robo/projects/isxuniversalhelplibrary/topics/native_laun cher_modifying.htm#CP
    Have Fun!
    Will@Adobe

    How do you create a custom bulk action such as "CreateOrUpdate"?
    I'd really like to be able to do this...

  • Automatic install of JRE

    Hello,
    I would like to install automatically the JRE on all the PC in my company.
    For the comfort of the users and the security of the install I would need a silent mode of j2re-1_3_1-win.exe were I can set the destination directory on the command line.
    Is that possible ? How ?
    Also is the an install mode to upgrade a version of the JRE without keeping both installed on the PC ?
    Thanks for any help,
    Pierre

    Hi,
    I think you'll find what you need (or at least a part from it) at
    http://java.sun.com/j2se/1.4/docs/guide/plugin/developer_guide/silent.html
    (ignore the 1.4 in the url, since it can also be applied for 1.3).
    The package which contains the JRE is built using PackageForTheWeb from Installshield.
    For more technical information about command line parameters etc you can go to http://www.installshield.com
    Hope this helps,
    Kurt.

  • 1628: Failed to complete installation PLEASE HELP ME :'(

    Okay, please bear with me...
    I just bought my 30G iPod today, and am trying to get it to work. I have already spent several hours trying to find a solution but so far no luck.
    Everytime I go thru the installation, when it is done and I click okay, I get that error message - 1628...
    I have searched the forums for an answer and tried deleting my temp files, ending certain processes, but nothing works.
    Anyone know how to fix this? Thanks a lot.
    compaq p450   Windows XP   old

    This message could appear when installing any software that uses the InstallShield installer, such as Apple’s iTunes. According to InstallShield, this is a general error message indicating that the application did not install successfully.
    Solution:
    InstallShield says this error occurs any time an installation process doesn’t complete successfully. It’s often proceeded by a different error message that will provide more detailed information. You can search InstallShield’s Consumer Central area (consumer.installshield.com/common.asp) for possible solutions. If no error appears before the 1628 error, InstallShield recommends you try to find and terminate any previously running install processes, clean the temp directory, and ensure the Windows Installer Engine is installed on your computer.
    To check for running install processes, InstallShield recommends pressing CTRL-ALT-DEL and selecting Task Manager. Click the Process tab and look for any process with the name setup.exe, isetup.exe, ikernel.exe, msiexec.exe, idriver.exe, IsUninst.exe, IsUn16.exe, Uninst.exe, or Uninst16.exe. If you find an install process, click the process name and click the End Process button.
    To delete the contents of your temp folder, InstallShield recommends opening a command box. Click Run in the Search Menu. In Windows NT 4.0, Windows 2000, and Windows XP, type cmd. In other versions of Windows, type command.com. Type set and note the location of your temp directory. Type deltree /y followed by the name of your temp directory. If the command doesn’t work, you can use Windows Explorer to navigate to your temp directory. Click Select All in Edit menu and then select Delete from the File menu.
    If you’re not running Windows XP, you may also want to make sure you have Windows Installer Service engine installed as well. You can download this file from InstallShield. (consumer.installshield.com).
    Try this website: consumer.installshield.com or the manufacture of your computer

  • Using ODBC without running odbc_install.exe (no installation)

    Hi,
    Is it possible to have a VB.NET aplication using Oracle ODBC driver without running/installing odbc_install.exe?
    I want to deploy my application without having to run anything on the client so I guessed that instant client would help but I can't make it work.
    Thanks in advance.

    In order to use the Oracle ODBC driver or the Microsoft ODBC driver for Oracle, the Oracle client needs to be installed. You can invoke the Oracle Universal Installer from InstallShield (optionally with a response file), but I'm not aware of a more 'integrated' solution.
    If the Oracle client is too large a fottprint, there are third parties (i.e. DataDirect) that would be more than happy to sell you a wire-protocol ODBC driver that can run without the Oracle client.
    Justin
    Distributed Database Consulting, Inc.
    www.ddbcinc.com

  • Uber App Stopped Working, Won't Reinstall

    I have an iPhone 5S, fully up to date (version 8.1.2). Recently my Uber app told me to go ahead and upgrade it if I wanted to keep using it. I clicked the "upgrade" button, but nothing happen. Tried again, nothing happened. The dialogue box went away but it didn't upgrade at all.
    I've contacted Uber about this first, obviously, but all they've done is exacerbate the problem. They had me uninstall the app, hard reset, and then emailed me the link to reinstall the app. Every time I visit the link and click the "yes, download this app" dialogue option that pops up, the same thing happens: dialogue box disappears, then nothing. No app.
    So now I have zero Uber app on my phone and Uber's trying to tell me I just have to lease an iPhone from them, which is absurd since I own an iPhone. I'm not sure if anyone on this end of things can help, but since Uber's tech support was so unhelpful I figured I'd give it a shot.

    The current situation:
    Both Photoshop 7.0 and PE version 6 install with no error messages. 
    After rebooting the computer, I then make sure that they are running in
    compatibility mode for Windows XP in which they both worked.
    On trying to start the programs, there is some disk activity and then
    the program shuts down before getting to the flash screens.  When I open
    taskmanager, it does not even show the programs trying to run.
    There is an error message from InstallShield Corporation that runs when
    the computer is rebooted--error #5, which has to do with the automatic
    update function.  It is not clear whether this has anything to do with
    Adobe products or not.
    These programs worked after I originally installed Windows 7, but now do
    not.  That is the current situation.
    Thanks
    G Blackmore

  • Linux install problem (UnsatisifiedLinkRrror)

    Installing on RH 6.2 weblogic 510 (SP4).
    I get an exception at startup: UnsatisifiedLinkError: ...
    libweblogicunix1.so:undefined symbol:makeCString
    I verified that $weblogic/lib/linux is in LD_LIBRARY_PATH. Anyone have an
    idea where I may look? I have already installed the SP4 patch and tried
    setting native IO to false, but the problem persists.
    Thanks!
    John

    I've unpacked with ./creator-2_1-linux-ml.bin -is:extract. Than i've installed patched jre from installation archive (1.4.2_04). Than i've lauched java -jar linux.jar. I've got welcome screen from installshield, i've pointed install directory and the Installshield failed. The message from log file:
    (Jul 17, 2006 3:41:22 PM), Setup.product.install, com.installshield.product.service.product.PureJavaProductServiceImpl$Installer, err, ProductException:
    (error code = 601; message="JVM not found")
    STACK_TRACE: 8
    ProductException: (error code = 601; message="JVM not found")
    at com.installshield.product.actions.JVMResolution.install(Unknown Source)
    at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.checkUninstallerJVMResolution(Unknown Source)
    at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
    at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
    at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    (Jul 17, 2006 3:41:22 PM), Setup.product.install, com.installshield.wizard.RunnableWizardBeanContext, err, java.lang.NullPointerException
    STACK_TRACE: 4
    java.lang.NullPointerException
    at com.sun.installer.PostInstallWizardAction.execute(PostInstallWizardAction.java:221)
    at com.installshield.wizard.RunnableWizardBeanContext.run(Unknown Source)
    Any help?
    Jacek

Maybe you are looking for

  • When trying to export data from a program we use, it does not automatically recognize the file format as .xml. Does anyone know what I can do to fix this problem?

    I have tried to uninstall verion 3.6 and reinstall. Also, I re-imaged the workstation, but it still does not work. The OS is Windows 7 32-bit. This same process works automatically on an XP workstation. In fact, the machine I re-imaged was an XP box,

  • Javax.mail.MessagingException

    HI all, i am new to this area and currently i am working on email messaging application. in here i have set up an SMTP server and every thing, but finally it gives following exception javax.mail.SendFailedException: Sending failed; nested exception i

  • BAPI_BUS2054_CREATE_MULTI - Populating custom fields

    Hi, I am using BAPI BAPI_BUS2054_CREATE_MULTI for creating WBS Elements. We have 18 custom fields at WBS element level. I am trying to populate the data for those 18 custom fields through EXTENSIONIN table parameter.  I am passing BAPI_TE_WBS_ELEMENT

  • How to update n 91 firmware?

    Hllow Friends I just wants to update firmware update,pls help me how to update from pc,I was downloads the pc update and I try to run the updates but always showing same message,INSTALLASHIELD WIZARD COMLETED--.THE WIZERD WAS INTERRUPTED BEFORE NOKIA

  • What to do with this error

    for example: public class BitwiseDemo { static final int VISIBLE = 1; static final int DRAGGABLE = 2; static final int SELECTABLE = 4; static final int EDITABLE = 8; public static void main(String[] args) { int flags = 0; flags = flags | VISIBLE; fla