Install two .exe at the same installer?

Hello!
I've created an Installer of my Labview application. I want that, after the installation, install a driver (another .exe file).
I've activated the option "Run executable at end of installation" on the Advanced Properties of the Installer (see attached picture) but when the Installer finish to install my application and try to install the driver it appears an error that says: "Another installer or unistaller is running. Finish that installer or uninstaller and try again". However, the installation of my application finishes well.
Do you know a solution or other way to install a second .exe?
Thank you!
Attachments:
Run esxecutable.png ‏40 KB

damos wrote:
It's what I do (as I tell on the first post) but when the Installer finishes to install my application (Install finish.png) and it try to install the setup.exe (Install error.png), appears an error that says: "Another installer or unistaller is running. Finish that installer or uninstaller and try again".
Any ideas?
I'm so sorry that I didn't read your first post more closely.  The error you are getting is likely because only one instance of an NI installer can be running at the same time.  One installer can't cause another to be installed.
One suggestion I do have is you can create your own installer, not including the second installer.  Then make a Inno Setup installer, that installs each of them one at a time, and you can use slilent switches so the user only has to tell it to install once.  Inno Setup installers aren't complicated but to make it a little easier I use ISTool which makes life a little easier with a GUI.
Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

Similar Messages

  • HELP! How to install two versions of the same driver???

    Hello,
    Here is my scenario... I am a video chat host on different sites. I recently purchased two of the same Creative Live! Ultra webcams. When I try to broadcast on the 2nd site with the 2nd camera the other goes fuzzy and starts freaking out.
    Is there a way to install two versions of the driver and run both cameras at once without conflict? Please advise what to do since I would like to use these cams.
    Thank you for your help.
    Tara

    tara2nz wrote:
    Hello, Here is my scenario... I am a video chat host on different sites. I recently purchased two of the same Creative Live! Ultra webcams. When I try to broadcast on the 2nd site with the 2nd camera the other goes fuzzy and starts freaking out. Is there a way to install two versions of the driver and run both cameras at once without conflict? Please advise what to do since I would like to use these cams. Thank you for your help. Tara
    Hi, i don't know the aswer but i've the same question. I'm about to get 4 webcams, I think live! Ultra is the best model in market but i've to be sure if there's a way to plug 4 webcams together.
    Thank's for all.

  • How do I install two instances on the same Server and avoid a conflict?

    Hi,
    I have one Server and I want to install two instances of SQL Server on it.
    1. Will be a default instance.
    2. Will be a named instance.
    The Server has an IP address of 192.168.0.10 and the default instance will be using port 1433.
    I want them to share the same address, but be listening on different ports.
    Do I,
    1. Go into TCP/IP of the named instance and set the port numbers for all the IP's to a port number, e.g. 1976?
    2. Delete the 0 from the dynamic ports sections?
    3. Create an open port rule in the Windows Firewall to allow access to the Server?   
    Thanks

    Hi,
    Please see following Microsoft link
    Configure SQL Server to listen on Specific port
    Configure Windows firewall to allow SQL Server access
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it.
    My TechNet Wiki Articles

  • Running two EXE at the same time

    I have two EXE.
    I cannot run both at the same time.
    What should I am doing wrong?

    Yes, these are two different applications with different names.
    I double-click on the first EXE and I see the start-up form. Good so far.
    I double-click on the second EXE and I don't see the start-up form. Instead the "icon" for the first EXE in the taskbar flashes.
    I am running Visual Basic Express 2010.
    Are these some settings for the compile that I should be using?
    Individually the two EXEs work fine. 

  • How can I install two versions of the same software w/o overwriting?

    Specifically, I want to install compiz-git without overwriting my current version. I'd like to just run a different command to run the git version.
    pkgname=compiz-core-git
    pkgver=20090508
    pkgrel=1
    pkgdesc="Composite manager for Aiglx and Xgl"
    url="http://www.compiz-fusion.org/"
    license=('GPL' 'LGPL' 'MIT')
    arch=('i686' 'x86_64')
    depends=('startup-notification' 'librsvg' 'libgl' 'dbus' 'mesa' 'libxslt' 'fuse')
    makedepends=('git' 'intltool' 'pkgconfig')
    conflicts=('compiz-git' 'compiz-core' 'compiz' 'compiz-decorator-gnome' 'compiz-kde-git')
    provides=('compiz-git')
    replaces=('compiz-git')
    groups=('compiz-fusion-git' 'compiz-git' 'compiz-gtk-git' 'compiz-kde-git')
    source=()
    md5sums=()
    options=(!libtool !emptydirs)
    _gitroot="git://git.compiz-fusion.org/compiz/core"
    _gitname="compiz"
    build() {
    msg "Connecting to the GIT server...."
    if [[ -d $srcdir/$_gitname ]] ; then
    cd $_gitname
    git pull origin
    msg "The local files are updated."
    else
    git clone $_gitroot $_gitname
    cd $_gitname
    git checkout --track -b compiz-0.8 origin/compiz-0.8
    fi
    msg "GIT checkout done"
    msg "Starting make..."
    rm -rf $srcdir/$_gitname-build
    cp -r $srcdir/$_gitname $srcdir/$_gitname-build
    cd $srcdir/$_gitname-build
    ./autogen.sh \
    --prefix=/usr --with-gconf-schema-file-dir=/etc/gconf/schemas \
    --enable-librsvg --enable-dbus\
    --disable-gconf \
    --disable-schemas-install \
    --disable-gnome \
    --disable-gnome-keybindings \
    --disable-gtk \
    --disable-metacity \
    --disable-kde \
    --disable-kde4 \
    --disable-kconfig \
    --disable-static || return 1
    make || return 1
    make DESTDIR=$pkgdir install || return 1
    rm -rf $srcdir/$_gitname-build

    Configure with a different prefix -- perhaps /opt or /usr/local.

  • Installing two instances of the portal on the same server

    Hello,
    Our customer, wants a minimal version, and an enterprise version of the portal to be installed on the same server. We tried it but it doesn't work.
    It is possible to install two versions on the same server?
    Thanx,
    Zsolt

    Hope this is not a cluster. If it is not cluster, then you can have but make sure that both are different
    SID id. You can have any number of multiple instances and there is no techincal issue in that.
    I have, say X41 and X21 instances and both have thier own DB isntances..So both are independent.
    Thansk
    Prem

  • I need to uninstall downloaded version of Elements 12 on a computer, then install Elements 12 on the same computer directly from a disk. Elements 11 was previously used on same computer, and the albums and library had been moved to the first installation

    I need to uninstall downloaded version of Elements 12 on a computer, then install Elements 12 on the same computer directly from a disk. Elements 11 was previously used on same computer, and the albums and library had been moved to the first installation of 12, which I am removing. How do I correctly unstall the old Elements 12, and install the new elements 12 from disk, and retain all albums and libraries from the old Elements 12?

    You're welcome.  It was not an answer, it was a question, and it could lead to being helpful if you explain why you think you need to uninstall.
    As far as uninstalling goes, you will uninstall it like you do for any program, which depends on what kind of operating system you have.  If you wish to retain albums and whatnot, maybe the following link can provide some guidance.
    Photoshop Elements Help / Use Backup, Restore to move catalog | Organizer | Elements 6 or later
    http://helpx.adobe.com/photoshop-elements/kb/backup-restore-move-catalog-photoshop.html#ma in_Special_notes_if_you_restore_a_catalog_from_a_previous_version_of_Photoshop_Elements

  • Firefox will not open after installation. i have tried to install several times with the same results. installation sends a list to firefox each time. need help. willard lee

    will not open after installation. i have tried to install several times with the same results. installation sends a list to firefox each time. need help. willard lee

    Can you attach a screenshot or link to the instructions you are following?
    You are on the 3.6 release and Firefox 7.0.1 is out. You can download and install the latest release from http://www.mozilla.org/en-US/firefox/new/ if you would like to update now. The 3.6 version will be maintained for a while longer, but you should update when you can.

  • I have an older Macbook with OS/X. Tried to download iTunes 10 a few times now, but when installing I always get the same error message: Run Preinstall Script for Apple Mobile Device Support. What can I do to finalise the installation?

    I have an older Macbook with OS/X. Tried to download iTunes 10 a few times now, but when installing I always get the same error message: Run Preinstall Script for Apple Mobile Device Support. What can I do to finalise the installation?

    Thanks. Short of the sort of "generic" suggestions of restaring your system, if you haven't, and repairing disk permissions and verifying the disk, I don't have any advice right now. I'll do some research and see if I can come across anything. Meanwhile, someone else may have an idea.
    Regards.

  • I have elements 5 on a vista pc. Elements will not open I receive the message "Attempt to access invalid address". Ihave re-installed but still receive the same message. Any ideas please.

    I have elements 5 on a vista pc. Elements will not open I receive the message "Attempt to access invalid address". I have re-installed but still receive the same message. Any ideas please.

    Make sure your user account has full administrative permissions.  Then, at this stage of the game, I would take the following steps:
    - Re-create the Preferences file following these instructions:
    Re-create the Photoshop Elements preferences file to eliminate problems that a damaged preferences file might cause.
    Note: When you use this solution, Photoshop Elements will create a new preferences file and you will lose custom settings associated with your current preferences file. However, the file you rename in step 2 is your original preferences file. If you determine that the preferences file is not causing the problem, then you can restore your custom settings by undoing the instructions below.
    To re-create the Photoshop Elements preferences file:
    Quit Photoshop Elements.
    Locate the Adobe Photoshop Elements preferences files. In Photoshop Elements 5.0, there are two preferences files, one for Organizer and one for Editor:
    Users\[ user ]\AppData\Roaming\Adobe\Photoshop Elements\5.0\Organizer\psa.prf
    Users\[ user ]\AppData\Roaming\Adobe\Photoshop Elements\5.0\Editor\Photoshop Elements 5 Prefs.psp
    Rename the extension for the files (for example, to psa.old).
    Start Photoshop Elements. Photoshop Elements creates a new preferences file.
    I doubt that this will fix your problem, however, it is always the first thing to try.  If it does not, take these steps:
    - Uninstall Photoshop Elements
    - Run the Windows Installer CleanUp Utility (http://support.microsoft.com/kb/290301)
    - Reinstall Elements
    - Reinstall the 5.0.2 patch
    Good luck,
    Juergen

  • How to install several instances of the same application on a computer?

    Hej,
    I have an application in LV 2009, where I have created an installer. The installer installs to a directory called \Receiver relative to the Program Files directory. If I install this once to a computer, everything is OK.
    However, I want to install the same application twice on the same computer. There should be no conflicts between the two applications, since I can configure them to work on different directories and ports. But if I call the installer again, and selects another directory, nothing is installed and I get the message "Installation Summary - No software will be installed or removed". It seems like the installer ignores that I have selected another directory, and just uses the default directory, relative to the Program Files directory.
    Anyone knows the trick, how to install several instances on the same computer ?
    BR, Jan
    Jan Nielsen
    Freelance system analyst and LabVIEW programmer

    Hi Jan,
    This is so because each installer has a GUID that is used to check whether the application needs to be upgraded or not. (It's a Microsoft function).
    What you can do is create a new installer with a different GUID (copy the installer in the projects), and check witha  text editor whether this GUID has changed.
    But any specific reason you need two seperate installs? You can run the application twice with a specific INI token:
    allowmultipleinstances=True
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • Jumpstart/ZFS - mirror any any uses two slices on the same disk

    Hi all,
    I am setting up a set of custom Jumpstart profiles for a Solaris 10 10/09 SPARC install server. I am attempting to set up ZFS mirrored root filesystems using part of the two root disks (reserving the remainder for a second ZFS pool for application data). To achieve this, I have been using "mirror any any" as the device list for the pool directive in the Jumpstart profile
    On my test system with 73GB disks I've had no problems, but testing against a new server with 146GB disks the installer seems to be putting both halves of the mirror onto the same disk - I presume because the root pool size is less than half the size of the disk, and so it can.
    Is there any way to specify that the root pool should be mirrored across any two distinct disks, or any other advice on how to avoid this happening? I know I can specify exact slice names (i.e. "mirror c1t0d0s0 c1t1d0s0"), but some of the servers will have FC cards in, and so I can't guarantee what controller number the internal disks will be on.
    As an example, here is a line from the rules file, and the associated profile (the start/finish scripts are currently only displaying information).
    rules
    ====
    arch sparc && memsize 4000-4200 begin_settings.sh sparc_4G_zfs lmu_setup.sh
    sparc_4G_zfs profile
    ===============
    install_type initial_install
    system_type standalone
    cluster SUNWCXall
    pool rpool 30g 4097 1g mirror any any
    Thanks,
    Dave Taylor
    Senior Infrastructure Consultant
    Leeds Metropolitan University

    Hello Dave,
    I would expect that the profile you supplied will result in two slices off the same 146G disk to be selected for both sides of the mirror. If the numbers you had used for poolsize/swapsize/dumpsize had been smaller, you would would have had the same behavior on the 73G disk as well.
    In short, when you say 'any', you are basically saying "I don't care where it goes, give me the first slice/device that works". So, with the 'any' in the first position, kernel probe order is used, so in this case the first disk is selected, and the zpool is created. With 'any' in the second position, again the first disk is found, with available space, the mirror slice is created.
    If you want the two parts of the mirror to be on different devices, either alter the numbers for poolsize/swapsize/dumpsize in your profile so you cannot get both on the same disk, or don't use 'any' for the mirror vdev.
    Again, if you use 'any', you are saying "I don't care". If you do care, don't use 'any'.
    Channing

  • Two users opened the same file at the same time with file on Win2K Server

    I just had a problem with a file that could not be saved. After a little investigation I discovered that two users had the same file open at the same time. This is with both users using InDesign CS2 and saving to a Windows 2000 Server. Any ideas how this even happened? The only thing I can think of is if they both opened the file at the exact same time but even that I doubt. I guess the more likely possibility is that the user on 10.5 (which we have had a lot of problems with, it's hard to tell how many of them are CS3 problems (yes CS3) and how many are Windows 2003 Server problems) had InDesign CS2 flake out and not tell her the file was open. Has anybody else seen this? The other user was using 10.4. Both computers have the most recent updates for the OS and for their various adobe products.

    I have videos on mov file and my quick time player does not play them.
    The MOV file container is the generic QT file container. Any audio and video data compatible with the computer system used to create the file can be placed in the MOV file container. Unfortunate, other systems cannot play the file unless they too are configured with the same components as those used to create the file. The normal procedure here is to use the Finder "Info" or alternative media play "Inspector" window to determine what codecs were used to create the original file and, if they are available for your Mac, install them on your system for playback use. Also be advised that some "legacy" codecs may require playback in the QT 7 Player for proper QT support.
    I opened with other players, there is no sound. Then I opened the same file on my windows 7, it plays perfectly with the sound and everything? What is the problem?
    This would indicate these players either access your QT codec component configuration which does not include the required codec or the app has its own built-in codec support which does not include the required audio codec but you Windows 7 media player is configured with the required codec support. This may incidate the use of a really old codecs that may or may not be available/supported on a Mac any longer.

  • One again, "can I use CC on two computers at the same time?" - in practice.

    I know this has been asked before and all those threads are locked. Many asked the question, but I haven't found a satisfying answer yet.
    Can I multi task with CC?
    I want to have my laptop next to my desktop. And while I render, export or whatever my newly shot documentary on the laptop I want to work with a music video project on my desktop. Then when the render is finished I render the music video and go back to the laptop and continue on the documentary. Or maybe I just work 5 minutes on the desktop music video, then come up with something brilliant for the project on the laptop and switch. Back and forth. Will that kind of activity result in any kind of limitation, usage-wise?
    So, working on Premiere on my two computers at the same time.. is it possible? Technically? I know the EULA says "only one person". But will it let one person mutli task?
    I need to know this before I buy. sorry for asking this again, please bless me with a clear answer

    Hi Jimmy Crim,
    Yes in case of Creative cloud subscription you are allowed to install and use the cc apps in any two machines.
    Even if you want you care allowed to use these apps together in both the machines.
    Thanks
    Kapil

  • Can you log into CC on two computers on the same IP address at the same time?

    Can you log into CC on two computers on the same IP address at the same time? Because i accidentally opened both and was wondering if it will affect my membership or deny me access to CC. Thanks

    Cloud License allows 2 activations http://www.adobe.com/legal/licenses-terms.html
    -Install on a 2nd computer http://forums.adobe.com/thread/1452292?tstart=0
    -Windows or Mac does not matter... 2 on the same operating system, or 1 on each
    -Both subscriptions MAY be in use at the same time https://forums.adobe.com/thread/1683787

Maybe you are looking for

  • Why does my iMac stay in the year 2009

    I have an iMac that consistently shows the year 2009 in the calendar and mail.  I've gone through two OS upgrades, but the problem persists.  It's stuck there. If I add a new iCal item it shows up on the 2013 calendar, but I cannot add dates for 2014

  • Can't open photoshop files in Illustrator

    I have been running Adobe CS3 on my computer for 4 years now, and recently installed windows 7. Since then I get an error on my computer when I try to open photoshop that says: "there is no disk in drive. Please insert a disk into drive\device\Harddi

  • Need information on an i series laptop

    I recently acquired an IBM Thinkpad laptop with no documentation or power adapter. I am trying to find out where I can download a user's manual and buy an adapter. However, the part numbers on various internet sites do not relate to this unit. It say

  • CJ20n - Project Finish Date - Purchase Requisitions

    Hi all, I have a question about the "Finish Date" field in CJ20n - Basic Data Tab. What effects does the date in the field have? (Is it just for information?) We would like to enter a date as a finish date and if someone tries to create a purchase re

  • Siri stopped talking out loud.  Text only.  Anyone know what could have happened?

    Siri stopped talking out loud on my iPad Mini.   Anyone know why?  Only thing I had done not long before I noticed this was use speakers.