JRE msi - how to disable next-gen plugin ?

Is anyone familiar with a method to modify the JRE 6u13 msi's tables such that the next-generation plugin (and auto-update if possible) are disabled? Thanks for your time and attention in advance.

btenney,
Thanks very much for your suggestion. Can you explain what the parameters are on the ssvagent.exe that you noted -high -jpisetup -old? I can't seem to find any information on the parameters. Also, will this set the configuration just for the user logged on (current user) OR for all users existing and future?
We are having trouble getting next-gen java shut off for all possible users that may logon to a machine in future .. thus looking at putting in bootup login script, but hoping there is a better way to have it take affect at the machine level. Or to at least automate at the user level (existing and future windows users/profiles)

Similar Messages

  • JRE7Update25 Deployment Properties File Not Working And Cant Disable Next Gen Plugin

    Good Day
    Our organisation needs to deploy JRE7U25 to over 4000 workstations. Our desktops are running the following Windows and IE combinations:
    WinXP 32 Bit/IE7
    WinXP 32 Bit/IE8
    Win7 32 Bit/IE8
    Win7 32 Bit/IE9
    Win7 64 Bit/IE8
    Win7 64 Bit/IE8
    We use the 32bit JRE installer across all environments and all IE browsers use 32Bit IE. On all of our environments the Deployment.properties and config files no longer work due to what appears to be a bug in the JRE7U25 installer. Our deployment files are as follows:
    Deployment.config
    deployment.system.config=C:\WINDOWS\Sun\Java\Deployment\deployment.properties
    deployment.system.config.mandatory=true
    Deployment.properties
    deployment.security.level=MEDIUM
    deployment.security.level.locked=
    deployment.javaws.autodownload=NEVER
    deployment.javaws.autodownload.locked=
    deployment.security.mixcode=HIDE_RUN
    deployment.security.mixcode.locked=
    deployment.console.startup.mode=HIDE
    deployment.console.startup.mode.locked=
    Both files are being copied to the following location:
    C:\Windows\Sun\Java\Deployment
    After the installer runs and deployment files are copied to the workstation the deployment.properties and config files look like this:
    Deployment.config
    deployment.system.config=C:\WINDOWS\Sun\Java\Deployment\deployment.properties
    deployment.system.config.mandatory=true
    Deployment.properties
    #System Deployment Properties
    #Mon Jul 01 12:29:20 CAT 2013
    deployment.security.level=MEDIUM
    I have tried changing the deployment.config file as follows in an attempt to fix this to no avail:
    1. deployment.system.config=C:\\WINDOWS\\Sun\\Java\\Deployment\\deployment.properties
        deployment.system.config.mandatory=true
    2. deployment.system.config=C:\\WINDOWS\\Sun\\Java\\Deployment\\deployment.properties
        deployment.system.config.mandatory=false
    3. deployment.system.config=C:\WINDOWS\Sun\Java\Deployment\deployment.properties
        deployment.system.config.mandatory=true
    4. deployment.system.config=C:\WINDOWS\Sun\Java\Deployment\deployment.properties
        deployment.system.config.mandatory=false
    5. deployment.system.config=file\:C\:/WINDOWS/Sun/Java/Deployment/deployment.properties
    None of the above mentioned works. So all our required settings in the deployment.properties file are being overwritten when opening the Java console? Our other major problem is that Changing the registry key to 0 in order to disable the next generation plugin does not disable the next generation plugin in Jre at the usual location as it worked for us machine wide (across multiple profiles for JRE6U29):
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\10.25.2]
    "UseNewJavaPlugin"=dword:00000000
    ^^I have observed on a fresh install of JRE7U25 that the above mentioned registry key no longer exists in this version so a computer wide disablement of this option is no longer possible via the registry.
    On our 32Bit and 64bit machines running the 32 bit JRE 7U25 client when we disable the next generation plugin it keeps enabling itself again. Even when we run the javacpl.exe to run as administrator by changing the compatibility settings and disabling the next generation plugin it enables itself again. This is a huge problem for us because our company Oracle web based applications need this plugin to be disabled in order to run the apps properly.
    These are major obstacles for our deployment as we desperately require assistance or any advice in addressing these issues as there appear to be numerous bugs with the JRE7U25 release. Thank you in advance.
    Update 7 July 2013:
    I have observed that if you have the following options in your Deployment.config file it doesn't allow our java webstart apps which use jnlp extensions to run.
    1. deployment.system.config=C:\\WINDOWS\\Sun\\Java\\Deployment\\deployment.properties
        deployment.system.config.mandatory=true
    2. deployment.system.config=C:\\WINDOWS\\Sun\\Java\\Deployment\\deployment.properties
        deployment.system.config.mandatory=false
    3. deployment.system.config=C:\WINDOWS\Sun\Java\Deployment\deployment.properties
        deployment.system.config.mandatory=true
    4. deployment.system.config=C:\WINDOWS\Sun\Java\Deployment\deployment.properties
        deployment.system.config.mandatory=false
    The jnlp file association is also broken on Windows XP workstations with JRE7U25. We are having to manually associate the .jnlp file extension with javaws.exe on workstation for Web start apps or else users cannot lauch JRE whn clicking on .jnlp links.
    The only Deployment.config syntax which allows our Webstart applications to run is as follows:
    deployment.system.config=file\:C\:/WINDOWS/Sun/Java/Deployment/deployment.properties
    What a mess!

    I don't have an answer to the problem, but I am having problems with the system level deployment.properties file and IE9 on Windows 7 32/64bit.
    Starting with version 13, the IE plugin seems to igonore the system level deployment.properties file in favor of the user level deployment.properties file. When I open the Java Control Panel, the settings are correct per the system deployment.properties file. Currently to get the Java Plugin to work reliably in IE9 I have to set the following:
    _JAVA_OPTIONS = -Djava.net.preferIPv4Stack=true
    Disable caching
    Set the proxy to Direct Connection.
    If I set the _JAVA_OPTIONS as an environment variable and the other two in the system deployment.properties file, Firefox works fine, but IE wont load either of the Java tests. If I removed the system deployment.properties files and configure the user deployment.properties file, both IE and Firefox work fine.
    I find it interesting that if I set the configuration through the control panel, then apply the system deployment.propteries file, the user deployment.properties file reverts to defaults when the system file is removed.

  • Dynamically adding JRE for IE, Java Security Warnings, & Next Gen Plugin.

    I wrote an portal application to control the environment for a third party application, the portal uses a JRE version that I supply with it, this was to ensure that users are using the same JRE so any issues can be limited to one version of Java. The only piece of the application that I could not specify the JRE version and path was for Internet Explorer. Please keep in mind that I do not control when the system JRE is updated or not, this is pushed to our systems and the latest JRE would be enabled automatically. I wanted to be able to dynamically add and enable the version of the JRE that Microsoft Internet Explorer uses for applets. So I was digging around recently and if I have the next-generation plugin enabled I could programmatically update the deployment.properties file prior to launching Internet Explorer(assuming I have closed all prior instances of IE that were running) to add and enable a version of the JRE which I choose to use. When I launch IE and run an applet I see that it is using the JRE I had dynamically supplied. However everytime I run the applet a Java security warning comes up saying "The application requires an earlier version of Java", I wanted to suppress this message but after research I tried adding 'deployment.security.mixcode=HIDE_RUN' to the deployment.properties, that did not work. I tried disabling the Next Generation Plugin, that worked to suppress the message however internet explorer was no longer using my dynamically supplied JRE for applets in IE, so that was not going to work for my purposes. My questions are:
    1. Is there a reliable way(not using ssvagent) to programmatically enable and disable Java's Next Generation Plugin option? (I want to make sure it is enabled when launching third party application from the portal)
    2. Is there a programmatic way to suppress the Java Security Warning "The application requires an earlier version of Java", without disabling Java's Next Generation Plugin option?
    deployment.properties entries after addition of my jre entry:
    #deployment.properties
    #Fri Sep 28 14:09:24 PDT 2012
    deployment.javapi.lifecycle.exception=true
    deployment.trace=true
    deployment.javaws.viewer.bounds=323,144,720,360
    deployment.javaws.autodownload=NEVER
    deployment.version=6.0
    deployment.browser.path=C\:\\Program Files (x86)\\Internet Explorer\\iexplore.exe
    deployment.security.mixcode=HIDE_RUN
    deployment.log=true
    deployment.console.startup.mode=SHOW
    deployment.capture.mime.types=true
    #Java Deployment jre's
    #Fri Sep 28 14:09:24 PDT 2012
    deployment.javaws.jre.0.registered=true
    deployment.javaws.jre.0.platform=1.6
    deployment.javaws.jre.0.osname=Windows
    deployment.javaws.jre.0.path=C\:\\Program Files (x86)\\Java\\jre6\\bin\\javaw.exe
    deployment.javaws.jre.0.product=1.6.0_33
    deployment.javaws.jre.0.osarch=x86
    deployment.javaws.jre.0.location=http\://java.sun.com/products/autodl/j2se
    deployment.javaws.jre.0.enabled=false
    deployment.javaws.jre.0.args=
    deployment.javaws.jre.1.enabled=true
    deployment.javaws.jre.1.registered=true
    deployment.javaws.jre.1.osname=Windows
    deployment.javaws.jre.1.location=http\\\://java.sun.com/products/autodl/j2se
    deployment.javaws.jre.1.osarch=x86
    deployment.javaws.jre.1.path=C\:\\Portal\\dist\\java\\jre6\\bin\\javaw.exe
    deployment.javaws.jre.1.platform=1.6
    deployment.javaws.jre.1.product=1.6.0_29
    Note: The reason not to use most recent version of Java is the necessity to test the third party application prior to deployment of a new Java version and since I do not control when a new version of Java is deployed and enabled to our machines, I am required to find an transparent solution. I understand the security issues by doing so, but the time between testing and acceptance of a new Java version for our application is within an acceptable timeframe. On exiting the application, I would restore the JRE settings and restore previous settings, to minimize the exposure of a potential security risk. Also any manual configurations are trying to be avoided as to maintain transparency to the user.

    I'm having a similar problem and I think it is related with this.
    If, after a Java--->Javascript call, a Javascript--->Java call isn't made soon after the first, it works. But, if the Java--->Javascript call triggers a Javascript--->Java call, any Java--->Javascript call that is made after that doesn't reach Javascript :/
    I have a method that handles the Java--->Javascript calls and goes something like this:
    System.out.println("Calling Javascript...");
    JSObject win = JSObject.getWindow(this);
    win.call(jsEventHandler, new Object[] { json.toString() });
    System.out.println("Done.");I further found out that, after looking at the Java debug console in the scenario where a Java--->Javascript call triggers a Javascript--->Java call, only after this last method returns is the "Done" message printed, even though the respective Javascript call was already invoked.
    Could you explain in more detail the queue based solution you found? Any other ideas?
    Regards,
    André Tavares.

  • How to disable Next Generation Java Plug-in for GPO software deployments?

    Is there a way to disable the Next Generation Java Plug-in using a script or batch file for GPO software deployments?
    Our group needs to deploy JRE 6 Update 20 to a large number of Oracle Financials users. As part of this deployment, we need to disable the Next Generation Java Plug-in as part of the installation for each desktop. Our plan is to extract the MSI installer package from Sun and create a GPO for software deployment.
    It seems you cannot disable the Next Generation Java Plug-in using a simple registry hack or customized MST transform file. Is there another method for disabling Next Generation Java Plug-in?

    btenney,
    Thanks very much for your suggestion. Can you explain what the parameters are on the ssvagent.exe that you noted -high -jpisetup -old? I can't seem to find any information on the parameters. Also, will this set the configuration just for the user logged on (current user) OR for all users existing and future?
    We are having trouble getting next-gen java shut off for all possible users that may logon to a machine in future .. thus looking at putting in bootup login script, but hoping there is a better way to have it take affect at the machine level. Or to at least automate at the user level (existing and future windows users/profiles)

  • How to disable infobar for plugins (ask to activate)

    Allow (url) to run "Adobe Flash"? [Block Pligin] [Allow] X
    how to disable this infobar?
    plugins.hide_infobar_for_blocked_plugin or
    plugins.hide_infobar_for_outdated_plugin are not working.
    i need ask to activate function but dont need this infobar.
    FF26

    It's also possible to just add the following code to your "userChrome.css":
    /* don't display click-to-play notification for disabled hidden plugins */
    notification[value="plugin-hidden"] {
    display: none !important;
    }

  • How to disable a filter plugin if applied on a smart object?

    I've been looking for a way to disable a filter plugin when  applied on a smart object for a couple hours now but I must be looking in the wrong way...
    I was thinking of a property to set/unset in the PIPL file but the resource guide pdf isn't much help.
    Any ideas?

    Has anybody ever encountered this problem?

  • How to uninstall Java (JRE MSI) while keeping Internet Explorer open?

    I have a situation where I need to have the ability to uninstall Java (currently JRE 1.7 Update 75, but could really be any version in the future).  We are using the JRE MSI.  I know how to uninstall it silently just fine, but the gotcha problem comes in that we have thousands of computers and some of them may have IE running during the uninstall.
    Now normally I would just use taskkill.exe to terminate IE ahead of time then run Java uninstall.  However, we are being told for the uninstall, this isn't an option even if we notify the customers about IE closing.  So I'm looking for a command line way to uninstall Java, but allow it to be successfully uninstalled if IE is running (If a reboot is required after the fact, that is fine).
    I have tried several things without success already:
    MSIRESTARTMANAGERCONTROL=Enable (And Disable)
    IEOPEN=1
    IERESTART=1
    In every case, I keep getting a Java Window that reads the below:
    If I choose Later, then it will continue upon the next restart of the computer, which would be fine, except there doesn't seem to be a way to choose this option using the command line or a property??
    I would be even be happy to trick Java into thinking it isn't being used currently even if the browser is open, but I can't seem to figure out how Java knows it is being used or not currently used.
    (FYI, if you install Java while IE is running that is fine, and if you don't close IE after the fact then run the uninstall command right after, it uninstalls fine even though IE is running.  I believe that is the case because the plug-in didn't fully get activated in IE until a close and reopen).
    Any ideas on how this can be accomplished?  Thanks.

    I have a situation where I need to have the ability to uninstall Java (currently JRE 1.7 Update 75, but could really be any version in the future).  We are using the JRE MSI.  I know how to uninstall it silently just fine, but the gotcha problem comes in that we have thousands of computers and some of them may have IE running during the uninstall.
    Now normally I would just use taskkill.exe to terminate IE ahead of time then run Java uninstall.  However, we are being told for the uninstall, this isn't an option even if we notify the customers about IE closing.  So I'm looking for a command line way to uninstall Java, but allow it to be successfully uninstalled if IE is running (If a reboot is required after the fact, that is fine).
    I have tried several things without success already:
    MSIRESTARTMANAGERCONTROL=Enable (And Disable)
    IEOPEN=1
    IERESTART=1
    In every case, I keep getting a Java Window that reads the below:
    If I choose Later, then it will continue upon the next restart of the computer, which would be fine, except there doesn't seem to be a way to choose this option using the command line or a property??
    I would be even be happy to trick Java into thinking it isn't being used currently even if the browser is open, but I can't seem to figure out how Java knows it is being used or not currently used.
    (FYI, if you install Java while IE is running that is fine, and if you don't close IE after the fact then run the uninstall command right after, it uninstalls fine even though IE is running.  I believe that is the case because the plug-in didn't fully get activated in IE until a close and reopen).
    Any ideas on how this can be accomplished?  Thanks.

  • Does Firefox support java applets if the "Next generation plugin" is disabled via the Java plugin control panel.

    I'm still trying to get a definitive answer to this question.
    My applet is not "Next Generation compliant". When we run our applet in Internet Explorer it runs fine as long as we disable the "Next Generation Plugin" via the Java plugin control panel. However our applet does not run in Firefox if the "next generation applet" is disabled.
    Is it a requirement that if I want to run an applet in Firefox 3.6.x or higher that the "next generation plugin" be enabled via the Java plugin control panel.

    Current Firefox versions (3.6 and later) can only run Java applets via the Next Generation plugin.
    *http://java.com/en/download/help/new_plugin.xml

  • How to disable 'Enable JavaScript' and 'Display PDF in browser' in Adobe Reader 9.1 msi?

    I'd like to how to disable 'Enable JavaScript' and 'Display PDF in browser' in Adobe Reader 9.1 msi.
    Any help would be appreciated.

    NeoChang:
    You can modify the installation package using the Adobe Customization Wizard to toggle the "Display PDF in Browser" but I have not found a setting to disable JavaScript from the Wizard. I have created a script which makes the changes, but it has to be run for every user since that info is stored in the User hive of the Windows registry.
    Disable JavaScript:
    REG ADD "HKCU\SOFTWARE\Adobe\Acrobat Reader\9.0\JSPrefs" /v bEnableJS /d 0 /t REG_DWORD /f
    Disable Browser Integration:
    REG ADD "HKCU\Software\Adobe\Acrobat Reader\9.0\Originals" /v bBrowserIntegration /d 0 /t REG_DWORD /f
    Michael
    ~Simplicity of Character is a Natural Result of Profound Thought~

  • How to disable Firefox's newly default Plugin Activation checker in FF 25?

    I upgraded my Firefox to 25, from 24 I'm getting problem regarding installation of any add on. Every time I start Firefox it notify me to install the disabled plugin. I allow installation, and then restart FF, but it still stay opened and open a new tab for the same prompt. It's not just annoying, but it's not installing the add on into my FF.
    I just want to DISABLE (by unchecking or sth.) the default feature into my FF.
    I'm a developer and aware enough what add on is running behind the scene and how to remove them.

    Which plugin(s) is/are involved in this alert?
    Just to be sure: do you mean extensions (Firefox/Tools > Add-ons > Extensions) or plugins (Firefox/Tools > Add-ons > Plugins) as those are different add-ons?
    In case of extensions, you can check for problems with the file(s) that store the extensions registry.
    Delete the extensions.* files (e.g. extensions.sqlite, extensions.ini) and compatibility.ini in the Firefox profile folder to reset the extensions registry.
    *https://support.mozilla.org/kb/Profiles
    New files will be created when required.
    See "Corrupt extension files":
    *http://kb.mozillazine.org/Unable_to_install_themes_or_extensions
    *https://support.mozilla.org/kb/Unable+to+install+add-ons
    If you see disabled or not compatible extensions in "Firefox/Tools > Add-ons > Extensions" then click the Tools button at the left end side of the Search Bar to check if there is a compatibility update available.
    If this hasn't helped then also delete the addons.sqlite file.

  • How to disable Mozilla yellow strip, reminding us constantly to "update a plugin", which we don't want to update. Details (RE: Flash) below: bobgorg@ymail

    Hello, how to disable the long horizontal Mozilla yellow strip, popping up and reminding us constantly to "update a plugin", which we don't want to update.
    Disabling the ones below:
    1/ plugins.update.notify User;true
    2/ plugin.scan.plid.all;true
    3/ dom.ipc.plugins.enabled;false
    either does not help or disables completely Flash! What else to do with this ultra annoying "Update plugins" reminder, as we want to keep the older version 10 of Flash? We just do not want Flash v. 11 - it takes huge amount of CPU, while Version 10 works fine for all 'you tube" and "etc"... videos. No need for V.11. (Let us worry about viruses and security) But here it comes the so annoying Mozilla reminder to upgrade to Flash Version 11 - the yellow strip also takes screen space under the address bar. Please help. Very annoying - almost ready to switch to other browsers if this issue is not resolve. Other than that, the Mozilla 14 is great. Congratulations to all designing it. Thanks in advance. Bob
    Please respond: [email protected]

    Hi,
    You can try to set '''plugins.hide_infobar_for_outdated_plugin''' to true in [http://kb.mozillazine.org/About:config about:config].
    [http://kb.mozillazine.org/About:config_entries about:config Entries]

  • Msi ge620dx for next gen titles...

    Hi.. just wanna ask what can you say about msi ge620dx with gt555m for upcoming titles like watch dogs, dragon age 3, witcher 3.. and other games next year... i still loving this laptop and just wanna know any tips on improving fps for next gen titles..

    i guess the best way is to check if there is any VGA driver update,this alwys helpful for titles performace optimizing.
    but Witcher series... as I tried before this is pretty performance demanding titles and you might need higher Gfx or compromising on lower quality setting

  • Difference in JRE 1.6.0_14 Classic Plug-in & JRE 1.6.0_14 Next Gen Plug-in

    Using the "Next Gen Plug-in", when a method argument is passed as a "blank" from Javascript to Java, it is treated as NULL in Java, whereas if we use "Classic Plug-in", there is no change to the argument value and a blank argument is always treated as a blank in Java.
    This "Next Gen Plug-in" is causing problem in our Application as "blank" value is treated as NULL when passed from javaScript to Java, thus throwing Null Pointer Exception.
    Any idea to come out of this...

    Our Application is standalone browser based (IE 6.0) application which communicates between JavascScript to Java using Applet. Below is the code snippet which gives problem when passing a blank value from java script to Java using Next Gen Plug-in -
    JavaScript code -
    var state = document.PrimaryInsured.DeliveryState.value;
    The above code takes the value from a dropdown into variable 'state' and then calls the below Java method GetMaxJuvenileAge() with string parameter-
    var juvenileAge = GetEALifeJavaUtils().GetMaxJuvenileAge(state);
    Java code -
    public int GetMaxJuvenileAge(String state)
    if(state.equals("ABC"))
    return 15;
    else
    return 16;
    Now when variable state is blank (e.g. "") in javaScript and same is passed to java method then, java method take this value as blank when use 'Classic Plug-in' which is correct.
    However when use 'Next Gen Plug-in' value comes in Java as null and we get null pointer exception in java.
    We checked in javaScript that value is blank (not null) as state.length returns 0. So please help me in resolving this...

  • How to disable double click to move through many tabs? Double click should mean move to next tab, twice

    I just upgraded to new firefox and there seems to be a new "feature", which makes working with multiple (50-80+) tabs impossible.
    When I click the move to left tab / move to right tab button, instead of being moved twice, everything jumps at gigantic speed for 15 or 20 tabs (something like PG up, PG down button maybe).
    This makes firefox unusable and Im considering downgrading.
    How to disable this "feature"?
    I tried messing around with
    toolkit.scrollbox
    but apparently the new mentality of the developers is "WE KNOW BETTER".
    How can I fix this?

    You can hold down the mouse button on a scroll button a bit longer to initiate scrolling multiple tabs.<br />
    Otherwise you need to wait longer between the clicks on the scroll button.<br />
    If you click twice on a tab bar scroll button too fast then you perform a 'page up' or 'page down' and the tabs scroll a tab bar width like you noticed.
    I'm not sure what you mean with new feature because this is the behavior in Firefox 3.6.x as well.

  • How to disable Plugin Check from opening every time browser opens

    Every time I open firefox, "plugin check" opens. Even after I installed and updated all plugins, the plugin-check appears whenever firefox opens. After updating all the plugins I restarted my pc, reset the browser and checked to make sure that my home page has not been changed the firefox plugin change, disabled all my plugins and even tried blocking the website via HOSTS.
    I am fully capable of checking to see if my browser and plugins are up-to-date and I don't appreciate the unnecessary waste of time with this plugin-check running every single time the browser opens. Similar to updates, this should be an OPTIONAL check not FORCED and there should be a simple way to disable it without having the browser open an extra blank tab or requiring the user to edit the about:config to work around it.
    Website: https://www.mozilla.com/en-US/plugincheck/

    Hello defuz2013, go to [http://kb.mozillazine.org/About:config about:config] find '''plugins.update.url''' and change it the value to an empty string.
    also change the '''plugins.hide_infobar_for_outdated_plugin''' to TRUE
    then check firefox again
    thank you

Maybe you are looking for

  • How do i sync my Ipod to my new laptop?

    How do I sync my Ipod w/ my new laptop? It is apparently still registered to my now dead PC. Only some of my music shows up in the laptop library. I would like to have all my music on both the new laptop and Ipod, will not sync, even manually. How do

  • Database App Development VM (Nov 2011) APEX username and password

    Does anyone know the Workspace names, usernames and passwords for Instance Admin(Internal workspace), Developers and Users for the latest Database App Development VM (Nov 2011) available from OTN? The VM forum is very quiet/unhelpful. NOTE it is NOT

  • ERROR while DBMS_RLMGR.create_rule_class

    Hi! I have a problem with my Rules Manager, I'm a novice with Rules Manager in Oracle 1.Here's what I'm doing: in sqlplus CREATE TYPE car_obj AS OBJECT ( id NUMBER, manufacturer VARCHAR2(10), colour VARCHAR2(10), vin VARCHAR2(20), registration VARCHA

  • Are Artist or CDs being taken out of ITunes

    I tried looking for Danzig which I know was in the ITunes Store before and was unable to find them. I also looked for other artists whose songs I had downloaded in the past but the CDs are no longer in ITunes, are artist and CDs deleted?

  • Help creating an excel file

    I am trying to create an excel file from a table in sql server.  I want to basically copy the template file I created into a new folder, then input data to this new file. However, I am having trouble because the package wont run because the excel con