Firewall settings universal for different application versions?

Hello

I am release different versions of my application often enough and because the version number is the part of the name of actual exe all versions trigger the Firewall dialog box when the version of give is executed the first time. It is quite annoying and confuses the operators.

The names of files that I use are as:

-myAppV1.0.0.exe

-myAppV1.0.1.exe

-myAppV1.2.1.exe

etc etc.

Is there a disable the firewall for each application that has a filename like "myAppV*.exe"? Or maybe another way to get rid of this popup? (Using the same file name for the different versions, or completely turning the firewall is not an option)

Thank you!

.. .and stop including the version number in the name of the executable file. The application builder will track the version numbers and same autoincrement for you, while signatures allow Windows to keep track of different versions of the same application.

The way you are is inherently unreliable, errors and insecurity.

Mike...

Tags: NI Software

Similar Questions

  • All the tools to assign bandwidth for different applications?

    I need to run several programs at the same time, when an access to the internet, sometimes the other program is not able to access the internet and error, anyone have any suggestions on all the tools to assign bandwidth for different applications? so in case the two applications need to access the internet at the same time, it wouldn't have problem to connect to internet?

    Thanks for all the suggestions

    Hi oem7110,

    It could be some third party tools available online that might help you in the task.

    Use your favorite search engine to search for any other tool.

    Important: Using third-party software, including hardware drivers can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the use of third-party software can be solved. Software using third party is at your own risk.

    I hope this helps!

    Halima S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Different audio output for different applications

    For most applications, including Windows itself, I use my speakers that work out of my sound card in the PC. For my Skype, I use a headset connected to the back of the monitor. This configuration works very well, given that Skype allows to choose the audio output by default se device. Now I want another application (a game, Endwar, to be precise) to use headphones as a default with the rest of the system device as it is on the left. Is there a way to do this?

    SUP Zatrix,

    It would be only possible if it is supported in the game/program itself or if your sound card driver configuration settings will allow it.  Some sound card drivers will allow you to have two different audio streams or separated for helmets.  So, it really depends on your hardware and the application that you are willing to put in place this way.

    It's funny how some people leave Windows to a Mac not realizing that Bill Gates has a large part of the Apple.  MARIE.

  • Cod app and library can be for different platform versions?

    I am writing an application that must run on a wide range of versions of the device. Some of the application contains code depending on the version, but a little is independent of the version. Are there problems or special considerations for structuring an application as a main .cod file compiled for a specific platform version and a .cod of library which contains functions of "lowest common denominator" compiled for, say, 4.2.1?

    What you propose works OK for us.

    The library is developed in a different project and workspace, the "interface" between the use of the application and the library is the jar file, which is imported into dependent projects.  This means that the two become completely independent, and it is possible to exchange the library for a later version on the device, without changing the main cod.

    The biggest problem is multiple applications with the same shared library requiring different versions of this library.  This section of the shared library has been discussed widely in the DevCon, so I hope that Rim will contribute to this requirement in some way in the future.

  • Impossible to compile for different JRE versions

    Dear friends,

    I'm trying to compile for different versions of JRE Blackberry that is 4.5, 4.6, 4.7 and 5.0. I chose the JRE version in a Configuration set, but when it is compiled is showing version 5.0 in deliverables/Standard. That's why on the installation of this application is in error "no additional applications can be found." Please help me out, I've also read several post but not able to find the solution.

    I don't have the option set Blakcberry version in Windows-> preferences of eclipse that is why I do in Run Configurations & run debug on the Menu. Also I don't think that it is to make changes to the files .alx file as I did also but no result. First of all, I think I'll get the compiled correctly output. Please help me.

    Do you mean that you can install the application several times, but then, this Desktop Manager error reports after a number of upgrades?

    Are increment you the version number of your application every time?  Otherwise, it will recognize the same version of fix on the BlackBerry Smartphone and will take no further action.

    Instead of using the Desktop Manager, you can also javaloader to add and remove applications on a BlackBerry Smartphone.  JavaLoader is a command-line tool that comes with the BlackBerry Java plug-in for Eclipse and the BlackBerry JDE.  It is not intended to be used as an end user install the tool, but is provided for developers who want to quickly add and remove different versions of their application.  It is found in the following directory:

    3.5.1\plugins\net.rim.ejde\vmTools Eclipse

    Command line to install an application:

    JavaLoader-u load fileName.jad (recommended)

    or

    JavaLoader-u fileName.cod

    Command line to remove an application:

    JavaLoader-u wipe f fileName.cod

  • Specifying different ORACLE_HOME for different applications

    Hello

    I have a few question, if have several ORACLE_HOME on a machine because of 32 and 64 bit client being installed, which you take prcedence?

    The one listed first in the path?

    If change the PATCH environment variable from the will to order this publication?

    Also is there a way to er.g system level. Via environment variables to define which applications will use that ORACLE_HOME?

    We are using Oracle 11.2.0.1 on Windows 2008 server R2.

    Thank you very much

    32-bit executables cannot use 64-bit libraries and 64-bit executable cannot use 32-bit libraries.

    The command (on the Windows kernel) which does the honors is LoadLibrary().

    Note MSDN explains just how the kernel determines the library (.dll) to load. If the DDL is the wrong format (load a 32-bit, 64 - bit or vice versa), an error will be triggered (BadImageFormatException).

    It is usually only a question if there is a name conflict between the 64-bit and 32-bit DLL - same file name. Different image version. In this case you should make sure that the 32-bit environment detects the 32 bit DLL with a call to LoadLibrary() and the 64-bit environment detects and loads the 64-bit DLL.

  • Automation of loading the data of single application FDM for different applications

    Friends, my query is somewhat complex. I have 6 (two in Hyperion Planning, two HPCM) and two in Hyperion Essbase applications. I copied the adapter in the Workbench and renamed accordingly to load the data for each of them. Now the problem is I want to automate the data load for each of these requests, but don't know how it's done. Through many forums to get a better understanding but no luck!

    A humble request to all the FDQM experts for their valuable advice on how to realize the automation of all the tools in one application of FDM.

    Thanks in advance!

    You would automate this process via the Batch Loader integrated with FDM. The process to use this is exactly the same as you have one or more target applications. The ultimate target application is based on the name of the place incorporated into the batch processing file naming convention. Each of your adapters different target will be associated with one or more locations in your configuration of metadata location FDM.

  • ID of the report for different Applications

    Hello

    I have a javascript code that refreshes a report on a page.

    The problem is that the report ID is hard-coded. If I import this page to another application, the reactualisables woun report more.

    Following code is used:

    [...]

    var v_get = new htmldb_Get (null, $v ('pFlowId'), 'APPLICATION_PROCESS is AP_RECALC', 0);

    v_get.AddParam ('x 01', Segment);

    v_Return = v_get.get ();

    $a_report ('734879922768742332', '1', ' 5000 ', 5000');

    [...]

    Is it possible to change the "734879922768742332" a variable, constant, or static ID (which does not cause an endless loop)

    Thanks for your help

    Note: If you know the answer, you will get points

    Hello

    I had the same problem long back. I used the hidden element to solve this problem. You can create a hidden item on the page like below

    Source type: SQL (single return value) query

    Source:

    Select to_char (region_id)

    of apex_application_page_regions

    where application_id =: APP_ID

    and page_id =: APP_PAGE_ID

    and upper (rated) = high '(RÉGION TEST') //TEST REGION - name of your region.

    change your javascript according to your requirement, for example,

    var reg_id = $v ('P1_REGION_ID');

    $a_report (reg_id, '1','15 ', ' 15');

    It will work.

    Thank you

    Lacombe

  • Call for different applications

    Hello

    I have 5 applications that I installed on the device.

    I want to call an application via the my request another. How it is possible.

    second thing is:

    How can I check whether or not the request is intalled. If this isn't the case, then I want to install it. But first I want to check it out.

    Thanks in advance.

    Check with CodeModuleManager getModuleHandles() to know the applications installed or not.

  • I have iphone 5 c. I've updated new version 10.0.2. Now Weather app is working for different cities but does not not for my site which has already been demonstrated in latitude and longitude. Similarly maps application also does not work for my site

    I have iphone 5 c. I've updated new version 10.0.2. Now Weather app is working for different cities but does not not for my site which has already been demonstrated in latitude and longitude. Similarly maps application does not also work for my site.

    Settings > privacy > location Services > confirm you always give permission to these applications to use your location.

    If not, try these standard troubleshooting steps.

    -Reset: hold the Home and Power buttons until you see the logo Apple (10-15 seconds).

    -Restore your iDevice: https://support.apple.com/en-us/HT204184

    If your backup is in iTunes, make sure that it is encrypted.

  • Dear Adobe. Creative cloud has different applications. Some try to versions and others may be installed. My question: the apps that said installation, for the bridge of eksampel, is that included my creative claud account?

    Dear Adobe. Creative cloud has different applications. Some try to versions and others may be installed. My question: the apps that said installation, for the bridge of eksampel, is that included my creative claud account?

    Hi Tomas.

    If you have creatively Cloud Complete/All Apps, you should have the complete list of available desktop applications.

    If some show buy or try or judgment, please see this link:

    https://helpx.Adobe.com/manage-account-membership/CC-reverts-to-trial.html

    Guinot

  • Display Manager keeps Dell mode multimedia for Windows applications like settings, Mail, etc..

    Can't understand why my display Manager continues to change the media color profile when I go in settings or by mail (Windows 10 apps).  In my Auto Mode settings, everything I have is Standard as default values except for the game mode for games full screen.  Yet whenever I go to the application settings or mail it keeps switching media.  I use the U3415W display in Windows 10 and I have the latest drivers.

    It is a conflict between the new and old versions of the MDD. If you are comfortable with the Windows registry, go to HKCU\Software\EnTech\DDM\Apps and simply delete the values that begin with 'Metro '. Then restart DDM and the default mode for Win10 applications will be everything you select to 'by default for universal Windows applications'.

  • For some reason not identified, cannot display windows firewall settings

    On startup, I get a pop up Windows Firewall saying that for an unidentified reason, the firewall settings Windows cannot be displayed.

    When I hit ok on that message and try to open the control panel Windows Firewall, the pop-up message would once again, and I won't be able to see the firewall settings.

    This does not happen every time I restart my PC, but most of the time he does.  When this happens, and sometimes if I wait 10 to
    15 minutes and try again to open Firewall Windows from the control panel again, I am able to see my firewall settings.  Could someone help please?

    Thank you.

    System information:

    XP SP2
    AV installed: Avira, Malwarebytes Anti-Malware

    Analysis with MBAM already, please make sure that the computer is clean. I guess your Avira is the free version, so it is not a firewall component. You might want to look at this information by MVP Ramesh:

    http://WindowsXP.MVPs.org/SharedAccess.htm

    MS - MVP - Elephant Boy computers - don't panic!

  • Screenshots for different Blackberry models of application

    I know that AppWorld Portal is still in development but is there any examination which allows us to download separate screen shots separate packages (packages into files of different cod for different versions of blackberry)?

    For example, one of my games is now supported on all the BlackBerry AppWorld supporting and normally uses real keys to control the main character on the screen.  For the STORM, since there is no real key, I created a virtual joystick comprised of up/down/left/right controls the player needs support to move the character.

    I want to use this form for the Blackberry Storm package, but at the same time, I don't want to confuse customers who are downloading to the "BOLD", PEARL, CURVE, etc. because they will not have this virtual joystick.

    Thank you

    # The whole concept behind a bundle is that all marketing information (description, screenshots, etc.) is the same, because it represents a version to the user.

    That said, if there was enough significant differences between two beams of your application, you are more than welcome to create two applications for this application with a single description, unique screenshots, etc. and by marking the bundle as only available for this specific device or the line of code.

  • Streets and trips 2011 give error, your registry settings for this application were not copied correctly.

    Original title: program compatibility Application Applications Apps game games Legacy Crash accidents Application Hang hangs

    Installation of the new version of Microsoft Streets and Trips 2011 Win7 on my desktop HP says that it is installed.  However, when you try to open it, I get this response: "your registry settings for this application were not copied correctly.  To correct these settings, restart the installation of this application from the location that you originally installed it. "It won't let me open the program, even after I tried installing from the Microsoft Download Center and DVD disc several times.  He never asked me code product key during installation.  What can I do?

    Bill

    There is a forum dedicated Highway/Trips/Mappoint and streets that would be better to help with your problem.

    Click on the URL below a link to post your question.
    http://social.Microsoft.com/forums/en-us/streetsandtrips/threads

    I hope this helps.

    Marilyn

Maybe you are looking for

  • I'm looking for the name of a file that I downloaded four months ago.

    I downloaded a file, either the 15th or 16th. Embarrassing, I lost the file, simply by forgetting his name. I need to be able to find my download history, by date. Does anyone know how to do this? I know that history is retained as long, and that I h

  • Pencil grip

    What do people to have a better grip with their pencil of Apple? It feels a bit slippery hold on me. Thank you, Steve

  • Trobleshooting in get updates of Windows XP

    There is something wrong with my installer of Windows (XP Pro service pack 2 comp 2,600) and I can´t get automatic updates, even do it in the Windows Update page. I have can´t install larger programs such as Corel or Photoshop for the same reason. I

  • How can I make a hipervincule on BB?

    Hi guys! someone knows how can I do a hipervincule on request BB? Thank you!!

  • Reclassification of ACS ACS 4.0 3.3

    / * Style definitions * / table. MsoNormalTable {mso-style-name : « Table Normal » ; mso-tstyle-rowband-taille : 0 ; mso-tstyle-colband-taille : 0 ; mso-style-noshow:yes ; mso-style-priorité : 99 ; mso-style-qformat:yes ; mso-style-parent : » « ;" ms