Install more than one exe to a folder or in subfolders of the same folder

Hello!
I want to do at least one of the following conditions:

1. I want to install several exes (built with LV app builder) in a directory because they go hand in hand.
2. make several subfolders under the same top-level folder EAT install exe in each of them.

(Upper level) should be the folder of "society". The subfolders are for applications.
For example:
c:\company\app1\app1.exe
c:\company\app1\app1setup.exe
c:\company\app2\app2.exe
etc.
This can also be in the folder "program files".

If I try to do, I have a few problems of implementation of the construction specifications. If I have more than one generation standard for the exe I can't add in the same folder. At least if they contain the same external files, such as DLLs.
If I try to do by exe installer, I get an error message telling me that the same folder (my "upper tier") already exist in the registry and cannot be added again. This is also true if I try to do a new project instead of having to install several specifications in a project to build.

I use Labview 2009 (engl.) Windows Vista (in German).

If someone has a help for me or similar encounters problems please let me know.

Holger

Ok

for the records: I found out what was the problem (and the solution).

Both my needed apps the same external DLL. While this should be no problem it caused the new Builder installer/app and me the headaches. The new app Builder seems to build its internal paths in the registry. If you select more than one target of generation 'exe', he gets into trouble if more than one using a subdirectory 'data' with the same DLL and each subdirectory using the name of 'data' of sugested.

The solution is simple: just give each target generation "exe" a subdirectory 'data' different like data1, data2 etc. and the problems disappear.

Holger

Tags: NI Software

Similar Questions

  • How one properly installed more than one printer all-in-one (different) on the same pcr?

    Once installed 1 All in one printer, how one installs another printer all-in-one (different model) on the same computer without altering the first installation because all software are the same for each all-in-one printer, with the exception of different drivers linked to each different model all-in-one printer?

    Hello Boothkp,

    From what I can understand in your post, you are looking for a solution install several all in printers on one system, without causing problems during the first installation. This can be easy.

    Lets say you have 2 printer that both use the version 14 of the HP Solution Center software. Then, you install the first complete printer with all the software you want to use. The second installation, you just select the option 'Add printer' or 'Add features', this will add then the second printer in the current center solution without a conflict.

    In case this does not work, then please give more information on the model and the operating system you are working on.

    Kind regards

    Van Baardewijk

  • How can I install more than one version of Firfox and block older versions of update while allowing one to continue the update version?

    I need to have several versions of FF installed for training and testing purposes, but I can't keep the old versions of update. All versions will be putting automatic regardless of Auto-setting adjustment on day of wide or suggest.

    You really need a separate profile for each Firefox version you installed, in order to avoid the update of questions and to trigger a "scan" of addons every time that a profile is started with a different version. In addition, the preference to disable updates lies in the profile, and you can't have both ways in a profile.
    https://support.Mozilla.com/en-us/KB/profiles

    To have multiple versions of Firefox are installed, the simplest method is to use several older versions of Firefox, Portable Edition is installed.

    http://sourceforge.NET/projects/PortableApps/files/Mozilla%20firefox%2c%20Portable%20Ed./

    P.E. packages under the 'profile' with the installation of program files, each version automatically has its own profile without users needing to do anything either. P.E. also avoids the "competition" for which version of Firefox is the 'default' browser in Windows. PE can be defined as 'default' as no registry entry is made. The largest "downside" is that the Plugins need special treatment to work, the specific need of the DLL to be copied to each installation of PE.

    http://PortableApps.com/forums/support/firefox_portable

  • Install more than one language

    Heya,

    From time to time, I use my laptop with Windows 7 girlfriends. I have my own profile here.

    As she is Italian, she installed the Italian Firefox. I don't speak any word from the Italian language, so it's abit of a problem for me. Is it possible for me to install another language like English or in Norwegian, without affecting its Italians Firefox installation?

    You can install additional locales if you want other languages.

    There is no language pack en - US, so if you want that an English version then install the US of Firefox version or use the en - us language pack.

    See:

  • How can I download more than one file in a folder in the creative cloud?

    How can I download for example 10 files in a folder on my desk in a single step in a folder in my creative cloud?

    You can select multiple files in the Windows Explorer dialog box by using the CTRL key, or in the Finder of Mac OS X using the Cmd key. Once you have several files just click the button transfer. Or use drag-and - drop from the desktop to the browser.

    If you use Internet Explorer it does not support the download of multiple files. It is by design by Microsoft.

  • Cannot select more than one bitmap image in desktop Animate

    I can't select more than one bitmap image in desktop Animate. Always select the same object, what should I do?

    I guess these bitmaps are on the scene. They are all on the same layer? Who is always selected is large and, perhaps, on top of all the others?

    If the bitmaps are all on one layer, you can separate each in separate layers. Once you do this, you can lock / unlock layers individually so that you can work with one image at a time.

  • How to send emails to more than one contact in my files?

    In the old Outlook Express, you can click the send to button "address" and your records would come to the top and you could choose the contacts in this folder and put it directly into the sending into space.

    How can you do this in Windows mail?

    I'm sorry, but I don't have the send to button "address" what's new in Outlook Express.

    In Windows Mail, click on create a new message, then click on at: have your contacts show up.  Select the contacts you want (Ctrl-click to select more than one), then click on FOR :-> to add them to the recipients of the message. Steve Winograd, Microsoft MVP (Windows desktop experience)

  • show more than one value of PLSQL code for screen

    How to display more than one value of PLSQL code on screen?


    Below the code has the function of printing two PLSQL code. Can someone pls change the Javascript code according to the code below.
    begin
      htp.prn('hello world');
      htp.prn('hi');
    end;
    JavaScript:
    Javascript Code
    var ajaxRequest = new htmldb_Get(null,&APP_ID.,'APPLICATION_PROCESS=TEST_PROCESS',0);
    ajaxResult = ajaxRequest.get();
    alert(ajaxResult);
    SKUD.

    OPPS...

    Need arr = ajaxResult.split(':');

    Kind regards
    Shijesh

    **

  • Query to retrieve records that have more than one assignment_id

    Hello

    I'm writing a query to extract all records in the table per_all_assignments_f that has more than one different assignment_id for each person_id. Here's the query I wrote, it retrieves the records, even if a person_id assignment_id duplicate, but I need records that have more than one assignement_id without duplicate for each person_id

    Select assignment_id, person_id, assignment_id
    Of per_all_assignments_f
    Having count (assignment_id) > 1
    Person_id group, assignment_id

    Thank you.
    PK

    Maybe something like that?

    select *
    From   per_all_assignments_f f1
    where  exists (select 1
                   from   per_all_assignments_f f2
                   where  f2.person_id = f1.person_id
                   and    f2.assignment_id != f1.assignment_id
                  );
    

    Published by: SomeoneElse on May 7, 2010 14:23

    (you can add a SEPARATE from the outer query if you wish)

  • I have more than one firewall installed product. How I can for deleete all and keep only the MSN Firewall?

    I got like Norman antivirus programs and now I move to Msn essintials. but the computer turned out to be very slow. I scanned the computer with the MacAfee Scan more and I got a message that I have more than one firewall installed, product that could create problems on my Pc I have bleive that I only have widows Firewall now. but the analysis said the contrarey.

    (1) using a router?  They usually have a firewall.

    2) go to control panel and click on security.  Click the down arrow next to firewall and windows will tell you what is running

    (3) you could also look in Control Panel > programs and features for the firewall software like McAfee, ZoneAlarm, or any that you have previously installed.  You can uninstall then from there.  Use the Norton uninstaller to remove the software and/or the traces that were left during uninstall.

    http://us.Norton.com/support/kb/web_view.jsp?wv_type=public_web&docURL=20080710133834EN&LN=en_US

    If the computer is slow, check programs and features for applications that are installed but you never or rarely use.  Uninstalling those who help you in speed.  And if you go in program files, search for files left behind from applications already installed.  If more than six months, it is safe to remove them.  Remove temporary files, run disk cleaner, empty the trash, defrag your unit.

  • In my laptop network 2 and an office can I install Adobe products (that I bought) on more than one computer?

    In my laptop network 2 and an office can I install Adobe products (that I bought) on more than one computer?

    Yes.

    You can install and activate individual-licensed adobe programs, until, two computers at a time.

  • When you subscribe to creative Cloud(Photoshop and Lightroom), that come with more than one license, and is it possible to install it on Windows and Apple (if it comes with two licenses)? Thank you.

    When you subscribe to creative Cloud(Photoshop and Lightroom), it does it with more than one license, and if so, is it possible to install on Windows and Apple OX? Thank you.

    A Cloud subscription provides for the installation of facilities to work on both machines.  You can have (Windows and Apple OX) operating systems.

  • Fusion EULA: Install on more than one Mac?

    I did some research, but I can't always find the EULA for the merger.  I hope that's not obvious from somewhere and I watched it right in front of her.  And shame on me for not actually read the EULA, when I installed it, but...

    I want to know if purchasing a license of merge per user or per computer.  I have found a few discussions on this, but the two sons have been largely speculative since they were posted in 2007 during the beta (pre 1.0).  Now that we are at version 2.0:

    -is the EULA posted on the site somewhere?  Could someone put a link in this case?

    -specifically, I own three Mac: a 15 "macbook pro, an iMac 24" and a Mac Pro.  Can I legally install my a copy under license on all three?  Is not for professional use; I'm just a guy with three personal computers is everything.

    I have collected in my reading that I can't run on more than one machine at a time, and it won't be a problem.

    Thank you.

    VMware Fusion 2 EULA is here: http://www.vmware.com/download/eula/fusion2.html. You can also display the EULA in the merger Help menu: help > license agreement.

    You can find the answer at 9. 1A and 9.1 (b). But the short answer is licensed per machine.

    David Liu

    Product Manager

    VMware

  • Can I install/download an edition student and teacher of a Creative Suite on more than one Mac?

    Can I install/download an edition student and teacher of a Creative Suite on more than one Mac?

    You can install it on two computers.  You can find more details in the http://www.adobe.com/products/eulas/#desktopend user license agreement.

  • My music player has more than one entry for a song and when I buy a song or download to the reader I'm going to finish with three entrances.

    Original title: getting copied songs and resumes somehow

    Because of the settings or something my music player has more than one entry for a song... so when I buy a song or download from my phone to the player so I'll finish with three entries... on an album of 10 songs I get 30.  3 of each song... even with pictures... is it a setting or is there a way to automatically set the drive remove the redundant songs and photos?

    Hello

    1 Windows operating system you are using?

    2 are you facing issue with Windows media player?

    If you are facing the issue with Windows Media Player, you can try the following steps and check if it helps:

    Method 1:

    You can delete the Windows Media Player database and check if the problem persists.

    Step 1:

    a. exit Windows Media Player.

    b. click Start, click Run, type %userprofile%\Local Settings\Application Data\Microsoft\Media Player in start searchand then click OK.

    c. Select all files in the folder, and then click delete on the file menu.

    Note: you don't have to remove the folders that are in this folder.

    d. restart Windows Media Player.

    Note: Windows Media Player automatically rebuilds the database.

    If this does not resolve the problem, disable the Windows Media Player database cache files. To do this, follow these steps:

    Step 2:

    a. exit Windows Media Player.

    b. click Start, click Run, type %LOCALAPPDATA%\Microsoftand then click OK.

    c. Select the folder Media Playerand then click delete on the file menu.

    d. restart Windows Media Player.

    Note: Windows Media Player automatically rebuilds the database.

    For more information, see the article:

    Method 2:

    If you are using Windows 7, you can also try to launch Windows Media Player convenience stores on the library and check if it helps.
    Convenience store open in Windows Media Player library

    Method 3: How to prevent duplicateor entered invalid frombeing added to mylibrary during playback of music files?

    When you move digital media files on your computer, the file name and file path information remain unchanged in your library. Then when you select a file to play to its new location, a new entry is created in your library if you select the option automatically added to your library when played. As a result, your library can quickly contain a large number of entries, duplicate or invalid.

    To prevent it be automatically added to your library of music files
    a. in Windows Media Player, on the Tools menu, click on Options.
    b. on the Player tab, clear music to add to the library when played check box.
    Now, when you play music on your computer or the Internet, the file will not be added automatically to your library.

Maybe you are looking for