I used to beable to push firefox with sccm using setup.exe from the command line , this no longer works i want to be able to have a silent install run for all,

In the past I have always created a deployment with sccm and installed firefox.exe with the /s switch from the command line what is the new switch for silent installation ?

hello, have you tried it with the full installers that are available at https://www.mozilla.org/firefox/all yet?

Similar Messages

  • Invoking XSLT from the Command Line with JRE1.4 and JRE1.5

    When I invoke XSLT from the Windows Command Line with "java.exe org.apache.xalan.xslt.Process -IN OldFile.xml -XSL StyleSheet.xsl -OUT NewFile.xml" it worked fine with JRE1.4.
    Then I installed JRE1.5.0_09. The class "org.apache.xalan.xslt.Process" was moved to "com.sun.org.apache.xalan.internal.xslt.Process". But when I call it with "java.exe com.sun.org.apache.xalan.internal.xslt.Process -IN OldFile.xml -XSL StyleSheet.xsl -OUT NewFile.xml" I get the error "Exception in thread "main" java.lang.NoSuchMethodError: main". When I look into the Process class there is no "main", but a "public static void _main(String argv[])".
    The "JAXP Compatibility Guide for the J2SE Platform, versions 1.4 and 1.5" on "http://java.sun.com/webservices/docs/1.6/jaxp/JAXP-Compatibility_150.html" chapter "Invoking XSLT from the Command Line" claims it should work.
    Is there no more chance to invoke XSLT from the Windows Command Line? Why is "main" renamed to "_main"? Is the documentation wrong or is this a bug?

    When I invoke XSLT from the Windows Command Line with "java.exe org.apache.xalan.xslt.Process -IN OldFile.xml -XSL StyleSheet.xsl -OUT NewFile.xml" it worked fine with JRE1.4.
    Then I installed JRE1.5.0_09. The class "org.apache.xalan.xslt.Process" was moved to "com.sun.org.apache.xalan.internal.xslt.Process". But when I call it with "java.exe com.sun.org.apache.xalan.internal.xslt.Process -IN OldFile.xml -XSL StyleSheet.xsl -OUT NewFile.xml" I get the error "Exception in thread "main" java.lang.NoSuchMethodError: main". When I look into the Process class there is no "main", but a "public static void _main(String argv[])".
    The "JAXP Compatibility Guide for the J2SE Platform, versions 1.4 and 1.5" on "http://java.sun.com/webservices/docs/1.6/jaxp/JAXP-Compatibility_150.html" chapter "Invoking XSLT from the Command Line" claims it should work.
    Is there no more chance to invoke XSLT from the Windows Command Line? Why is "main" renamed to "_main"? Is the documentation wrong or is this a bug?

  • When I use Mail and want to paste an emailadress with a right mouse click in the adres field this doesn't work, ofcourse cmd V  works. How can I solve this

    when I use Mail and want to paste an emailadress with a right mouse click in the adres field this doesn't work, ofcourse cmd V  works. How can I solve this

    YAY!  That did it.
    Thank you so much.
    And a Very Happy and Prosperous New Year to you!
    bonnie

  • How can I print the test page with the Arabic type from the command line

    Hi,
    I have been trying to make the tool for printing the test page from the command line on the Arabic OS. I used "rundll32 printui dll printuientry" with "/k /n" options. My tool is to print the test page in all OS when pushing the
    button.
    Normally, in the Arabic Windows, the test page is printed with RTL type when printing the test page in the "Devices and Printers". But in my tool, the test page is printed with LTR type. I'm confused because of this result.
    Is it possilbe to print the test page with RTL type when using the "rundll32 printui dll printuientry"? If it is possible, could anyone give me the hint or information for resolving?
    Please check for me.

    Hello,
    Thank you for your post.
    Your issue is out of support range of Test Tools in Visual Studio 2010 and 2012 forum which discusses Visual Studio Test issues.
    I am moving your question to the moderator forum ("Where is the forum for..?"). The owner of the forum will direct you to a right forum.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How I can set my default browser mozilla firefox from the command line in Windows 7?

    I need to set my default browser mozilla firefox from the command line, ie without using the GUI.

    '''-setDefaultBrowser''' is the correct command - you need the two capital letters.
    Why Firefox 17.0.1? You would be missing a number of important security updates. Firefox 17.0.'''9''' is the current ESR release version.

  • Is it possible to script Firefox to do things from the command line?

    Specifically, I am attempting to print a web page at a specific url from the command line.

    Thanks for the quick reply. I had already seen the page you linked to, but it doesn't have any commands to print a web page. Should I interpret from that absence that there isn't a way to print from Firefox from the command line?

  • Problem with running a java program from the command line

    I have this code:
    package pkg;
    import jxl.*;
    import java.io.File;
    public class TestClass {
         public static void main(String[] args) {
              try{
                   Workbook book = Workbook.getWorkbook(new File("d:/testWorkspace/excFile.xls"));
                   Sheet sheet = book.getSheet(0);
                   String s=sheet.getCell(4, 2).getContents();
                   System.out.println(s);     
              }catch (Exception e){System.err.println(e);}
    }I've wrote it in Eclipse, added jxl.jar to the buildpath, and it works fine.
    Then I tried to run it from the command line and I did it like this:
    D:\testWorkspace\testProject\bin> java -cp \jxl.jar pkg.TestClassThe result was:
    Exception in thread "main" java.lang.NoClassDefFoundError: pkg/TestClass
    Caused by: java.lang.ClassNotFoundException: pkg.TestClass
    ...but the file TestClass.class DOES exist in the folder d:\testWorkspace\testProject\bin\pkg\ and the file jxl.jar IS on the root of drive D (like I already wrote, it worked fine inside the Eclipse).
    So, my question is: How to run this code from the command line?
    I have no idea what went wrong.
    Can someone help me, please?

    The current directory is not implied in the classpath.
    D:\testWorkspace\testProject\bin> java -cp .;d:\ pkg.TestClassor
    D:\testWorkspace\testProject\bin> java -cp .;d:\jxl.jar pkg.TestClassI always forget which is right since I never work with jars...

  • How do shutdown the weblogic server from the command line prompt using web logic 8.1

    I%u2019m currently using weblogic 6.1, but I will upgrade to weblogic 8.1. In weblogic 6.1, the following statements will shutdown the weblogic instance from the command line:
    java weblogic.Admin -url t3://hostname:port -username system -password abc SHUTDOWN
    How do I shutdown the weblogic server from the command line prompt using web logic 8.1.
    Any help will be greatly appreciated.
    Maria

    Maria <[email protected]> wrote:
    How do I shutdown the weblogic server from the
    command line prompt using weblogic 8.1?Greetings Maria! Use this document, located here:
    http://edocs.bea.com/wls/docs81/admin_ref/cli.html#1131733
    Hope this helps...
    Brian J. Mitchell
    Systems Administrator, TRX
    email: [email protected]
    office: +1 404 327 7238
    mobile: +1 678 283 6530

  • I need to cancel a line that is no longer used but I'm told that, since I transferred an upgrade from the unused line, the contract on the unused line was extended by two years.  If I need to cancel both to get out of this, so be it but I'd rather not and

    I'm paying for 2 smartphone lines when only one is in use.  It's a waste of money that I can no longer afford.  I would like for someone to present me with options or I will have to seek an alternate service provider.

    Ok so now there are presumptions of both my ignorance and my dishonesty.  This has become the most surreal conversation I've had in some time.  I've been a VZW customer for over 10 years and no, this is not something I've ever done before.  In the past, if I wanted a new phone before my 2-year deal was up, I paid full price for the phone and kept living.  That's how the system works, right?  In this instance, I had two lines on my account, each with different contract end dates.  The secondary account was 6 months out-of-contract and unused but, for personal reasons, I kept the line in force.  The person who used the account setup another account with VZW with another phone.  But I kept the line active, just in case.
    In the meantime, when reviewing my account online, I noticed an option on the secondary account of "Transfer upgrade".  Given my understanding of the definition of the word "transfer" as well as my previous dealings with VZW phone upgrades, it seemed logical that, since both phones were under the same master account, the upgrade with its requisite contract extension would apply to the line that actually used the upgrade eligibility.  It was therefore, my expectation that the primary line would either have two years tacked on to its current end date or, at the very least the contract end date for the primary line would be 2 years out from the date the upgrade was exercised.  Both options were acceptable to me since, at that point, I was not considering the termination of my relationship with VZW.  I knew I needed a phone with more battery life than the one I had and carrying one of those battery charge packs around wouldn't work for me.  So, I clicked the transfer upgrade button on the secondary account.  I then saw the primary account show as eligible for an upgrade.  At that point, I upgraded the phone on the primary account.  There was no point where I was notified of a 2 year extension on the secondary account and, once I clicked the "Transfer upgrade" link, there was no mention of or reference to the secondary account.
    I'm not sure of who I'm replying to or where they are from so I cannot speak to the people they encounter on a day to day basis.  I have not stated nor do I have any desire to get away with a free early upgrade.  It should be noted that we are discussing a discounted upgrade, not a free phone.  I still paid $150 for the phone and was happy to do it.  However, this idea that I'm trying to circumvent the system is offensive.  I'm not trying to get away with anything.  As I've said in previous posts, I expected to burn discounted upgrade eligibility on the primary line for a minimum of 2 years.  I actually expected the new contract end date to be 3 years away, which would have been more than fair for all concerned.  Fairness, it seems, is running in short supply.
    If all you have to say is that I'm stupid, ignorant, or dishonest, please don't bother to reply.  If you can in some way help to bring this to a satisfactory resolution, I'm all ears.  Can you hear me now?  Good.

  • Using her PC whilst in VNC mode. Control-Alt-Delete is the request but this doesn't work. Any clues?

    Using my iMac, I'm trying to log onto another PC at a remote location whilst in VNC mode. Control-Alt-Delete is the request, but this doesn't work. Any clues??

    Thanks, great work... I think that's where I was headed!

  • I would like to open an .htm file from the command line using firefox. Firefox responds by trying to open a URL (adding WWW to front of file name)

    firefox is located on unix box and I would like to use it to open report generated. After script creats report I would like to call firefox to read report. "firefox report.htm"

    I have solved this problem. All I needed was to follow firefox with the filename

  • How do I run Firefox in the "Privacy mode" from the command line?

    The question says it all.

    Hello,
    Close all instances of Firefox before and use this command:
    *firefox.exe -private
    Or specify a url:
    *firefox.exe -private -url http://support.mozilla.org

  • Can apple mail be used from the command line?

    Can the Mac Mail application be used from the OSX command line?  Has anyone installed
    a command-line, Linux-like mail application to run on OSX?

    I don't know about the Mail app, but have you tried installing and configuring postfix? Here is a link to a blog with some details for a postfix solution.

  • I often launch Firefox from the command line or LaunchBar. How do I prevent Firefox from opening a new window with my homepage along with a separate window with the location I intended to open?

    Macbook Pro i7 17"

    It's a bug on Mac.
    [https://bugzilla.mozilla.org/show_bug.cgi?id=531552 Bug 531552] - Firefox 3.6b opens two windows when opening external links
    (please do not comment in bug reports)

  • It is necessary for me to have more than one window open in Firefox, and the command (New Window) no longer works. How do I have two different websites open at the same time on separate displays?

    I used to be able to open two Firefox windows at a time, with one website on one display and another website on another display. Now when I select New Window, nothing happens.

    You can tear off a tab (right-click: Move to New Window) to open it in another window and resize both windows so you see them at the same time.
    *Fox Splitter: https://addons.mozilla.org/firefox/addon/fox-splitter/
    *Split Pannel: https://addons.mozilla.org/firefox/addon/split-pannel

Maybe you are looking for