Application Setup Program

Hey brains,
I wrote a java application and would like to make a setup program to install my application on various computers for use. How do I create a Installation Setup. Thanks

Hi!
Check out the InstallAnywhere by ZeroG http://www.zerog.com/
/Andrew

Similar Messages

  • Hyperion Enterprise Web error when trying to do application setup

    Hi David,
    Thanks a lot on helping me in resolving one issue, "Hyperion Enterprise Error: Module not Found He.hecontainer". But when I click on application setup I am getting the following error message.
    Server Error in '/HEWeb' Application.
    Source File: C:\Program Files (x86)\Hyperion Solutions\Hyperion Enterprise\HEWeb\StartupAdminMain.aspx Line: 795
    Object variable or With block variable not set.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.NullReferenceException: Object variable or With block variable not set.
    Source Error:
    Line 793:
    Line 794: ' Get the application list
    Line 795: vtStatusCode = Application("EntAppObject").EnumApps(vtAppListXML, vtStatusDesc)
    Line 796:if vtStatusCode 0 or vtAppListXML = "" then
    Line 797: ' To display the localized string for Errorloading application list problem
    Source File: C:\Program Files (x86)\Hyperion Solutions\Hyperion Enterprise\HEWeb\StartupAdminMain.aspx Line: 795
    Stack Trace:
    [NullReferenceException: Object variable or With block variable not set.]
    Microsoft.VisualBasic.CompilerServices.Container..ctor(Object Instance) +765074
    Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateGet(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack) +538
    ASP.startupadminmain_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in C:\Program Files (x86)\Hyperion Solutions\Hyperion Enterprise\HEWeb\StartupAdminMain.aspx:795
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +115
    System.Web.UI.Page.Render(HtmlTextWriter writer) +38
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint
    Thanks,
    Rakesh

    Hello,
    I believe you posted your query to the wrong forum. I would suggest you review the classifications for which forum to post the query. This assist other users by following the guidelines:
    Financial Consolidation
    Covers Hyperion Financial Management, Hyperion Enterprise, and respective administration/development topics
    Financial Data Management
    Covers Hyperion Financial Data Quality Management, Hyperion Data Relationship Management (formerly Hyperion MDM), and respective administration/development topics
    So in essence; please repost your query to Financial Consolidation.
    Thank you,

  • Messaging Server 5.0 setup program detects a previous server instance and fails, even though earlier versions were uninstalled

    During the installation of Messaging Server 5.0, the setup program displays
    a message stating that a previous Messaging Server instance has been detected.
    The program then prompts me to upgrade the existing server instance or create
    a new server instance.
    <P>
    If I choose the option "Create New," the setup program will create the
    following directory:
    <P>
    msg-<I>server-name</I>-1
    <P>
    Because I don't want this directory to be created, I choose the other option,
    "Upgrade." However, with this option, the setup program eventually displays
    the following error message:
    <P>
    A serious problem occurred while installing the iPlanet Messaging Server
    Messaging Configuration and Services. It reported the following problem:
    The application command /usr/iplanet/server5/msg-alien-1/start-msg
    could not be run.
    Due to a serious problem the iPlanet Messaging Server installer is unable
    to continue. Please examine the log file
    /usr/iplanet/server5/setup/msg/iplanet-msg-install.log for more
    information.
    Checking the log file reveals the following entries:
    <P>
    NOTICE: Running Init Config.
    NOTICE: Creating messaging file attributes.
    NOTICE: Running Removing old sessions database.
    NOTICE: Starting Messaging Configuration and Services.
    ERROR:
    TYPE: Application
    LOCATION: UApplicationTools::RunApplicationUNIX
    DETAILS: The application command
    /usr/iplanet/server5/msg-alien-1/start-msg could not be run.
    Is there a way to work around this problem with the setup program detecting
    a previous installation?
    Use the following steps to correct this problem:
    <P>
    <OL>
    <LI>Uninstall previously installed instance(s) of Messaging Server
    <P>
    <LI>Remove the
    /etc/msgregistry.inf
    file
    <P>
    <LI>Run the Messaging Server 5.0 installer again
    </OL>

    I have followed the steps as stated in this article. But still, Messaging cannot be installed.Is there a "CLEAN" way to completely un-install iPlanet Messaging server?

  • Create a Setup Program, someone who have created a setup PGM in C# (VB)?

    Hi,
    Are there someone who have created a setup program in C# (VB)
    Thank you,
    Rune
    The program look like this...
        'EndInstall - Signals SBO that the installation is complete.
        Declare Function EndInstall Lib "AddOnInstallAPI.dll" () As Int32
        'SetAddOnFolder - Use it if you want to change the installation folder.
        Declare Function SetAddOnFolder Lib "AddOnInstallAPI.dll" (ByVal srrPath As String) As Int32
        'RestartNeeded - Use it if your installation requires a restart, it will cause B1 application to close itself after the installation is complete.
        Declare Function RestartNeeded Lib "AddOnInstallAPI.dll" () As Int32

    Hi Rune,
    i can't send you the code from my company. but its very similar to the frminstall.cs
    if you don't want to programm a setup exe you should try this:b1 development environment.
    i've never tried it because i develop everything on my own but i heard that it is possible to create very easy setup programms with it.
    https://www.sdn.sap.com/irj/sdn/businessone-tools

  • Creating setup program

    hi,
    i would like to create a setup program, in other words i would like to offer an application to users on cd or through the web, and they should be able to install it on their computer.
    i have searched the forums and found this thread
    http://forum.java.sun.com/thread.jsp?forum=5&thread=207581
    i downloaded InstallAnywhere from zerog.com and tried it out. it kinda worked, but some parts of the swing application didn't execute well; also fonts didn't appear as i specified etc.
    has anyone ever worked with InstallAnywhere and are you happy with it? do you think my problem would have something to do with wrong classpath specification?
    and say it would finally work, does every user need to have InstallAnywhere on his machine, or can i offer it on the internet without the user having it on his machine?
    or do you have any other suggestions for building such an install program? maybe installshield?
    i am a complete newbie at this, if anyone could help, i would greatly appreciate...

    i rememeber we used installanywhere at my old job, we had it install off the net, so there were no cds needed, user simply point themselves to the page and install begins from there. there were no swing related issues, so i'm not sure about that but i do recall having font problems, we tried shutting off the system font, check:
    http://forum.java.sun.com/thread.jsp?forum=4&thread=323027
    this helped, but we only had this issue on a certain machine all others were ok. i've never used installshield, but i've heard it easy and very good, that's why many windows programs use it, but i could be wrong but i believe installshield is only for windows while with installanywhere you can build installs for windows or for macs, i believe linux also.

  • Createing a setup program

    Hi,
    How to create setup programs for standalone applications?
    I want to create a setup program for my standalone application, so that the user can install it in their computer by just clicking an icon.
    Is there any tool available to create the steup program or any site which will give me details as how to write the setup program.
    Thanks a lot for the help.
    Anindita.

    There are several options:
    ZeroG's InstallAnywhere Now 4.51 is free, but the resulting Setup.exe will be at least 1.5 meg or so, even for HelloWorld.
    http://www.zerog.com/
    I remember evaluating InnoSetup, but don't remember why I didn't go with it :-( Same for GpInstall.
    http://www.jrsoftware.org/isinfo.htm
    http://www.qsc.co.uk/GPI/GPInstall.htm
    You can use the Windows Visual Studio Installer to generate a .msi file that will be very compact, but I believe it will only work with WinMe or Win2000 or WinXp.
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsinstal/html/veovrvisualstudioinstalleroverview.asp
    For my purposes, a very small download that doesn't require a plug-in or JRE is a priority. Mea culpa, I've been using MS Visual J++'s installation function. The resulting Setup.exe is about 250k, and will work ok with a vanilla Win98 first edition or WinNt. This wasn't too restrictive for me and utilizes jview and/or wjview that come with Windows.
    For this to work, you can only use jdk 1.1 features. As soon as you use Collections or Swing, the user needs a 5+ meg JRE download.

  • The application, C:\Program Files\Adobe\Adobe Photoshop CS2\Photoshop.exe, generated an application error The error occurred on 10/01/2009 @ 11:31:59.964 The exception generated was c0000005 at address 7C81BD02 (ntdll!ExpInterlockedPopEntrySListFault)

    Hi,
    I get this error randomly when i run my VB 6.0 application which calls Photoshop CS2 actions. I went through many forums, but could not manage to get the right solution for this.
    "The application, C:\Program Files\Adobe\Adobe Photoshop CS2\Photoshop.exe, generated an application error The error occurred on 10/01/2009 @ 11:31:59.964 The exception generated was c0000005 at address 7C81BD02 (ntdll!ExpInterlockedPopEntrySListFault)
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp."
    OS: WIndows Server 2003 SP2
    Photoshop CS2
    ANy help on this will be highly appreciated.
    Thanks in advance,
    Smiley

    I see this sort of error notice in Bridge and Photoshop, preceded by the message " Photoshop (or Bridge) has encountered a problem and must close. Tell MS.
    Yes or No."
    It most frequently happens in PS when running Dfine 2.0. I have no clue what triggers the Bridge closure. It happens randomly.
    CS3, so nobody gives a tinkers dam, I suppose.
    I see this kind of message in software testing on a regular basis. Of course, when the test is under way, the software is generating a detailed log file which we package up as part of a bug report. Then at the bug scrubs, lively discussions ensue as to who has to fix what!
    I can only image what would happen if the Dfine people and the PS people had to sit through one of those!

  • Tried to install software for canon pro 100 getting  message "you can't open the application "setup.app" because it is not supported on this architecture"

    tried to install software for canon pro 100 getting  message "you can't open the application "setup.app" because it is not supported on this architecture"
    any suggestions?

    This is what Canon suggested,  still doesn't work.
    Thank you for your E-mail inquiry regarding your PIXMA PRO-100.
    Based on the information provided in your email, I recommend you download and install the driver for your PIXMA PRO-100 from the web site listed below.
    http://www.usa.canon.com/cusa/support/professional/professional_printers/destop_ printers/pixma_pro_100#DriversAndSoftware
    You will be required to download and install the following:
    1. PRO-100 series Mini Master Setup (OS X 10.5/10.6/10.7/10.8) (under Drivers)
    Should you require further assistance, please feel free to email us or visit our customer support website at http://www.canon.ca
    still receiving Alert This software is not supported by your computer (powerPC-based Macintosh)
    Also received error You can't open the application "Setup.app" because it is not supported on this architecture.
    thanks for your reply A Brody.

  • Hello. after updating to Ios 8 my iPhone is terribly! Discharged very quickly, many transitions between applications, the program takes off, ringtones do not work - works a standard call, the keyboard freezes, bad messages are sent, often loses the n

    Hello. after updating to Ios 8 my iPhone is terribly! Discharged very quickly, many transitions between applications, the program takes off, ringtones do not work - works a standard call, the keyboard freezes, bad messages are sent, often loses the network. what have you done with your phone moym ?! solve all these problems! I beg of you!

    Hello. after updating to Ios 8 my iPhone is terribly! Discharged very quickly, many transitions between applications, the program takes off, ringtones do not work - works a standard call, the keyboard freezes, bad messages are sent, often loses the network. what have you done with your phone moym ?! solve all these problems! I beg of you!

  • I'm trying to load photoshop elements 12 on my mac os x and when i click setup.exe i get :    You can't open the application "Setup.exe" because Microsoft Windows applications are not supported on OS X.

    i'm trying to load photoshop elements 12 on my mac os x and when i click setup.exe i get : You can’t open the application “Setup.exe” because Microsoft Windows applications are not supported on OS X.  The premiere elements 12 out of the same box loaded just fine.

    An .exe file means you have the windows version. Go get the mac version:
    Download Photoshop Elements products | 12, 11, 10
    but I hope you have a mac serial number.

  • How to develop a setup program!

    Hi all,
    You all must have seen the setup program of
    jdkx.x.x , and how it installs java in our program.
    'was just feeling inquisitive how to prepare such
    programs, which will install some program in the
    system, along with user interface!!!
    any highlight is welcomed.
    thanks.

    Hi,
    try to look for InstallShield JAVA Edition. Especially Prof version.
    Regards, Alex.

  • C4780 setup program abort to configure wi-fi connection

    I am using  Maverick -  OS 10.9.3 and the C4780 don't connect to my ARRIS TG862 router using WPS. When I try to configurate by setup program it abort.
    In other words: C4780 works only using USB option.
    Anyone can help me?

    Hi Mcezar,
    I see you are struggling to get the printer on your wireless network. I can help.
    This printer does not have a wireless wizard build into the front panel instead we would typically connect a USB cable from the printer to the computer and run the setup assistant.
    Because you  have 10.9 on the Mac, there is no full feature software and drivers, thus you will not have the setup assistant we need to configure the printer. You may be wondering now, well how can I set it up then?  Good question, we are going to restore the printers network back to default and the printer will have its own IP address designed for whats called an Ad Hoc connection (network without a router). We will put the computer on the printers network, and then print a report to get the printers IP address. At this point we can access the embedded web server (EWS) and run the wireless wizard from there. Once the printer is on the home network with the router we can put the computer back on the network and vuala the printer and computer will both be on your network.
    To restore network defaults
    Press the Scan button (it also the Wireless menu button)
    Select Wireless Settings
    Scroll down and select Restore Network Defaults.  Press Yes to acknowledge
    The radio will turn off (the blue LED will go out).  Select Enable Wireless
    Put the computer on the printers network (temporary)
    1. Click on the Airport symbol on the top left side of the Mac screen
    2. Choose the network that look relative to the printer (might say HP setup or some variation)
    Print the wireless network test
    Press the Scan button (it also the Wireless menu button)
    Select Wireless Settings
    Navigate to Wireless test and select.
    The Wireless Network Test prints, look for and note the IP address.
    Open an internet broswer (Safari) and enter the IP address into the URL (address bar).
    Click on the newtork tab, on the left click on wireless or 802.11.
    At this point we are looking fore "start wizard" should be on the right hand side.
    Once we have successful configured the printer for your network you can put your computer back on your own network.
    Now you can add the printer to the System Preferences and print
    Please let me know if this resolves the issue, thanks.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • How to increment GL Period using Oracle Application concurrent program scheduler

    Hi All,
    In R12, I came to know that we can increment GL Period also using Oracle Application Concurrent Program scheduler.
    We have a requirement to schedule 'Account Analysis Report' for different legal entities. We would need to increment GL Periof for each department.
    In 11i, we can not increment GL Period.
    Is there a way, to increment GL Period to schedule 'Account Analysis Report'
    Please advise.
    Appreciate your time and help.
    Oracle Application Version: R12.1.2
    thanks in advance,
    Ganesh

    Hi,
    could you please help me?
    thanks.

  • Crystal 2008 Merge Module SP 2.2 - SP 3.0 Cannot Rebuild Setup Program

    I have a project that did use Crystal Reports 2008 Merge Module sp2.2. We upgraded to Merge Module CR 2008 sp3.0 hoping for speed improvements. So far we cannot even build the setup program. The Installer is referencing CR 2008 sp2.2 AND CR 2008 sp3.0 merge modules now and then generates an error stopping the build process. We have gone through every referenece and even went so far as to delete the sp2.2 merge module. The installer still tries to add it. We have removed and replaced all referneces in the program for Crystal. Still same problem. We have been working with Installshield for 2 weeks on this problem but still no resolution. We had a terrible time figuring out all the dependencies for the CR 2008 sp 2.2 originally and eventually had to pay for Crystal support to even get this to work. I am very surprised at how hard it is to use Crystal Reports in a VB.Net project. Please help.
    Edited by: maintsmart on Jul 8, 2010 1:57 PM
    Edited by: maintsmart on Jul 8, 2010 1:59 PM

    Hi,
    WRT InstallShield, what version of InstallShield do you use and what type of project is it - InstallScript or MSI?  There's an aritcle here on a couple of possible solutions for -5037 http://kb.flexerasoftware.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalId=Q109144&sliceId=
    I've also seen a comment to turn off .NET dependency scanning for the components in the project, and add the components back in manually, to workaround the error.
    For each new release of a Crystal merge module I replace the merge module in the location where the merge modules are held (e.g. C:\Program Files\InstallShield\2010\Objects), and then open my InstallShield MSI project, deselect the merge module in the Redistributables view and then reselect the merge module which refreshes the references to the merge module in the project.  That said moving from CR2.2 to SP3 the merge module filename has changed so for SP3 this will be listed as a seperate Redistributable (or Object in InstallScript), but I've already built a setup using this without any issues, using this method of deselecting / reselecting the merge module.
    WRT the Visual C++ libraries, I have to edit the Crystal merge module to change the ModuleDependency ModuleLanguage to language independant in order for the build to be successfull (as per this lengthy forum posting here 2008 SP1 Merge Modules).  I'm sure you've already gone through all this pain!
    Peter.

  • RuntimeException when executing application mapping program

    Dear Friends
    I am trying to send an Idoc from R3 system to an SCMTM system.
    I have imported the idoc, message mapping is preconfigured from SAP and requisite  configurations in ID have been completed.
    I am getting this error in test of Interface mapping (operation mapping).
    RuntimeException when executing application mapping program com/sap/xi/tf/_DESADVDELVRY03_to_ShipmentRequestRequest_; Details: com.sap.aii.mappingtool.tf7.IllegalInstanceException; Cannot create target element /ns0:ShipmentRequestRequest. Values missing in queue context. Target XSD requires a value for this element, but the target-field mapping does not create one. Check whether the XML instance is valid for the source XSD, and whether the target-field mapping fulfils the requirement of the target XSD.
    Please help.
    Thank You
    Warm Regards
    Arjun Ghose

    Hi,
    it seems that per your XSD the element "/ns0:ShipmentRequestRequest" needs to be created and filled with a value (occurance min 1). But appearently within your mapping you do not create or fill this element. So the validation of the XML against the XSD fails.
    Please check your mapping regarding the element "/ns0:ShipmentRequestRequest".
    Reagrds,
    Kai

Maybe you are looking for

  • How do i create a web page on my mac

    I am wanting to create a web site on my computer.  I heard it is so easy on a mac!  I can't find the app needed for this.  Can anyone help me.  I am very new to the mac world so any advice will be greatly appreciated.

  • How can i delete my old apple id account?

    please someone can tell me,how delete my old apple id account?

  • BO on top of SAP BI 7.0 - MDDataSetBW.GetCellData

    Hi, We have created a Universe (BO 3.0) on top of a BI 7.0 Query. We got the below error when we tried to execute the query from Web I: A database error occured. The database error text is: Error in MDDataSetBW.GetCellData.  See RFC trace file or SAP

  • License error when starting evaluation copy of Weblogic Server 7.0

    I have evaluation Copy of bea WL Platform 7.0 on CD. I installed it, obtained the license key and put it in the BEA home directory. Tried to run weblogic server, but it would not run and complains that I didn't have the valid license. Did somebody ha

  • SendFailedException: 554 - Access denied ?!

    Hi people, The following is a piece of code, my first try on JavaMail API.... public class SendMail { public static void main(String[] args) { try { String host = "smtp.vsnl.com"; String from = "[email protected]"; String to = "[email protected]"; //