Please answer asap install question post

https://support.mozilla.org/en-US/forums/firefoxaurora/708210?last=46112#post-46112
please answer asap install question post

Hi C,
No, you should wait till the end of the Welcome video, when the message says it will restart to finish installation it means installation is still in progress, conclude the procedures.
Happy installing, good luck.

Similar Messages

  • HT5312 Please answer your security questions.

    Please answer your security questions.
    Password and Security
    Ghlb Al ghlb
    <Personal Information Edited by Host>

    We are fellow users here on these user-to-user forums, you're not talking to iTunes Support nor Apple - I've asked the hosts to remove your email address and phone number from your post (it's not a good idea to post personal info on any public forum).
    If you've forgotten your answers then the HT5312 page that you posted from has instructions for how to reset them i.e. if you have a rescue email address (which is not the same thing as an alternate email address) on your account then steps 1 to 5 half-way down that page should give you a reset link.
    If you don't have a rescue email address (you won't be able to add one until you can answer your questions) then you will need to contact Support in your country to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset (and if you don't already have a rescue email address) you can then use the steps half-way down the HT5312 page that you posted from to add a rescue email address for potential future use

  • Code to write syntax for JOB submit ( Please answer ASAP)

    Hi,
    I need sytax to submit a job
    Right now I am using this code to send 4 parameters.
    I need to send these 4 in a structure.
    submit Ztestjob USER sy-uname
    via job p_jobnm
    number p_jobcount
    with afko-rsnum eq afko-rsnum
    with aufnr_d eq aufnr_d
    with sernr_d eq sernr_d
    with p_lmnga eq p_lmnga
    AND RETURN.
    So I have to pass a structure of values into the BGprogram through a submit and do a couple of loops in the BGPROGRAM.
    I need the syntax for submit .
    I also need to know how to catch the structure with values in the BGPROGRAM.
    Anyone please answer ASAP
    Message was edited by:
            ramana peddu
    Message was edited by:
            ramana peddu

    Hi,
    <u>SUBMIT</u>
    Calls an executable program of type 1.
    Syntax
    SUBMIT <rep> [AND RETURN] [VIA SELECTION-SCREEN]
                              [USING SELECTION-SET <var>]
                              [WITH <sel> <criterion>]
                              [WITH FREE SELECTIONS <freesel>]
                              [WITH SELECTION-TABLE <rspar>]
                              [LINE-SIZE <width>]
                              [LINE-COUNT <length>].
    Calls the program <rep>. If you omit the AND RETURN addition, the current program is terminated. Otherwise, the data from the current program is retained, and processing returns to the calling program when <rep> has finished running. The other additions control the selection screen and set attributes of the default list in the called program.
    Regards,
    Bhaskar

  • Urgent! Please Answer iPod Touch Question!

    How often does Apple come out with new iPods (on average) Is it about 2 years? Do you think they will drop the iPod? Do you think they will incorporate the new technologies they have discoved with the iPhone 5C and 5S eventually into iPod touch? Please answer ASAP! I know that no one but Apple knows what the next iPod will be like, but does anyone have any ideas of how long I will have to wait to but an iPod 6? Should I just get the 5 now? Help! I know this is, in the end, my descision, but some advice and help would be nice!

    do not add Submissions about nontechnical topics, including:
    Speculations or rumors about unannounced products."
    Apple Support Communities Terms of Use.

  • TS2446 I do not have the answers Please answer your security questions.

    I do not have the answers Please answer your security questions.
    1.What was the first car you owned?
    2. What was the first concert you attended?

    Start here, and reset your security questions, you will receive an email to your rescue address, use the link in the email and reset your security questions.
    If that doesn't help or you don't have a rescue address, you might try contacting Apple through iTunes Store Support

  • When im on my apple tv my mac will either start playing music or the volume will go up and down.  Its not on airplay or anything.  Everything work except for this.  thank you please answer ASAP. thanks

    When im on my apple tv my computer will either start playing music, or the voume will go up and down.  Its not on airplay, so i dont know whats wrong... please answer ASAP. Thank you so much!

    The computer is picking up the signal from the remote. Go into system preferences - security - general. Click the padlock and go into advanced. Check disable remote control infrared receiver.

  • Question about reinstallation please answer asap!

    I'm currently reinstalling os x snow leopard and i wanted to know if I should just turn it off when it tells me it will restart to finish the installation? please answer asap

    Hi C,
    No, you should wait till the end of the Welcome video, when the message says it will restart to finish installation it means installation is still in progress, conclude the procedures.
    Happy installing, good luck.

  • Please answer my itunes question fast

    hello, my name is joseph wiles, and i have a problem. im trying to get 210 songs off my old android phone to my new iphone, but there is a problem. i already have the songs on my itunes on my computer, but when i plug my iphone to my computer it dosent show up anywhere on itunes. my itunes is 11.1.5.5 for windows 8, please answer my question fast because football season is starting here and i need my music

    Try Andrei Cerbu's post here or see TS1538: iOS: Device not recognized in iTunes for Windows, in particular section 5, forcing a driver update.
    tt2

  • "BASIC QUESTION" !PLEASE ANSWER THIS BASIC QUESTION !

    HI EVRYONE!
    I AM AN ENGG. STUDENT N JST STARTED WITH ORACLE SQL. I HAVE A QUESTION--"IS "TAB" TABLE A MASTER TABLE?AND ARE THE TABLES,THAT WE CREATE UNDER "TAB" TABLE, THE ROWS OF "TAB" TABLE?"..OR IT CAN BE PUT LIKE "CAN WE CALL THE Tables created inside tab as rows of tab table?"...please answer ....i need it badly!! :(

    user8979199 wrote:
    HI EVRYONE!
    I AM AN ENGG. STUDENT N JST STARTED WITH ORACLE SQL. I HAVE A QUESTION--"IS "TAB" TABLE A MASTER TABLE?{code}
    SQL> select * from all_objects where object_name = 'TAB';
    OWNER OBJECT_NAME SUBOBJECT_NAME OBJECT_ID DATA_OBJECT_ID OBJECT_TYPE
    SYS TAB 2566 VIEW
    PUBLIC TAB 2568 SYNONYM
    SQL>
    {code}
    As you can see TAB is a *view* that is owned by the SYS user and is actually a view on the data dictionary of the database.
    AND ARE THE TABLES,THAT WE CREATE UNDER "TAB" TABLE, THE ROWS OF "TAB" TABLE?"..OR IT CAN BE PUT LIKE "CAN WE CALL THE Tables created inside tab as rows of tab table?"You don't create tables under the TAB view. You create tables in your schema and the TAB view will show you the tables that exist/are owned by your schema.
    The view, as with any view, when queried, returns rows showing the table names.
    ...please answer ....i need it badly!! :(Everyone wants their question answering. Why should your question take any priority over anybody elses, just because you want it badly. I'm sure if we asked the other people with questions they would also like an answer badly, but they aren't so rude as to expect people drop their own work just for them. Please don't ask questions in that manner again.

  • Im trying to type my password but only zero and nine work I tried restarting but it still wont work have any ideas please answer ASAP

    im trying to type my password but only zero and nine work I tried restarting but it still wont work have any ideas please answer ASAP

    Have you tried resetting your iPad?
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10 seconds).
    No data will be lost.

  • Can Apple replace my IPhone 5c charger slot? Please answer ASAP!!

    I accidentally went swimming with my phone in my pocket last night; it was in the water for probably thirty minutes. When I got home I realized what had occurred and put it in a bag of rice overnight. Today I tried to charge it and I also realized there was a piece of rice stuck deep inside my charger slot. I have now gotten it out but I am afraid in the process I destroyed the pins in the charger hole. I'm not 100% this is the case, though. I will have to give it a couple hours to see if one: the water destroyed it internally, I mean after all it was in there a while, and two: if I destroyed the pins in the charger slot. I'm very anxious, someone please answer soon. Thanks for the help.

    If you didn't leave it in the rice for at least a week the phone is dead, and not just the charger slot.

  • Various questions - DP book - PLEASE ANSWER ASAP

    Hi All,
    Geraldine from Dubai - Hope everyone is fine.
    I am very new to SAP and had a trainging for 2 days on basic functions of Sales forecast planning book (DP) and Replenishment Book (SNP).
    I have need some help on following:-
    1) How can I get to see year 2011 on DP book? Example I only want to see Mar until Dec 2011 datas for Sales Forecast Revenue, and Base Forecast. I checked 'Time Bucket Profile' and could not find the profile that fits to what I need.
    2) I can copy/paste the data to excel but pasting them back to the planning book after updating numbers does not happen. We were told and shown that this is possible. What could I be doing wrong?
    3. Is there a way to add a calculation - e.g. total of base forecast & Revenue from March 2011 to Dec 2011? I would like to see this as an additional column on the planning book.
    I still have a lot to understand but above are the important things I need to know to be able to reconcile our plan against the current data on DP book.
    Would highly appreciate step by step responses/instructions.
    Thanks in advance.
    Regards,
    Geraldine

    Hi,
    Please go through the below points.
    1> Periods in planning book is controlled through time bucket profile.Create a time bucket profile with one year of duration (Select period as per your requirement) .Then after opening the planning book change the period structure settings with start date as 01.01.2011 and the same TB profile you have created.
    2>You can copy and paste the values from excel to planning book.Make sure the key figure against which you want to change the value and also make sure the data is properly copied from excel file.After going to planning book open the slection and then try entering the data.
    3>Yes it is very much possible to add calcultion in planning book for the same you need to create Macros in planning book.For the same you can create a new keyfigure and assign the macro to the same.
    Hope these will help.
    regards,
    kaushik

  • Can anyone please answer to these questions asap

    List the sequence of converting Employees (Person Related Info). ?
    How do you trace back a converted record from a staging table?
    What should be in place for converting Tax Book?
    Can you convert legacy GL data that is not balanced in to Oracle?
    In Oracle R12 what method is used for converting Suppliers?
    Thanks in advance

    (1) Name the work structures that are prerequisites for HR conversions.
    Define Organizations
    Define Organization Hierarchies
    Define Locations
    Define Business Group
    Define Jobs, Positions, Grades (with start date)
    (2) List the sequence of converting Employees (Person Related Info).
    set ups
    Define Person Types
    Define Assignment Statuses for Employees
    USE HR_EMPLOYEE_APIs to convert employee data...
    (3) How do you trace back a converted record from a staging table?
    Using WHO Columns
    (4) What should be in place for converting Tax Book?
    Required to associate a tax book to the corporate book
    Determine special tax rules
    Determine the Mass Copy features
    Determine default accounts
    (5) Can you convert legacy GL data that is not balanced in to Oracle?
    NO
    (6) In Oracle R12 what method is used for converting Suppliers?
    TCA

  • Please answer the simple question about publishing Web Services!

    I have implemented my first web service GetDate, using JDeveloper.
    Could anybody tell me please how can I place now this web service on the web, on my web page?

    Dear Shay, thank you a lot!
    But it seems to me that you didn't understand my question or may be I have explained it not in the best way.
    I have done every step from this tutorial, I have deployed me web service to OC4J Server, and it works.
    What I need now, is to make this service available on my home page, which doesn't have Oracle Application Server, so that every person on the internet (even if he also doesn't have this application server installed on his computer) can use it.
    Is it possible to do so or not?

  • Please answer a programming question for an admin

    I'm not a programmer (although my interest is growing), so I can't answer this question in a discussion regarding how Win32API w/OLE and COM is SO much better than programming for Unix/OS X applications.
    The original discussion was in regards to OS X's superior Unix based security, he devolved to this. Having only begun my venture into programming, his questions are a little above my head at this point. I'm also interested (as an amature programmer), how this would be accomplished in OS X/Unix.
    Thanks in advance.
    Here's his position:
    *(1st entry)*
    I have unsed Windows and many flavors of Unix and I have written programs in Assembler, Fortran, Pascal, Cobol, RPG, Smalltak, Basic, PowerBuilder, Delphi, C, C++, C#, Java, and Perl, and I have been programming for over 20 years, so I do have extensive knowledge about programming.
    So I have one question for you:
    If you had to build a business application that has to allow users to, spell and grammer check, and perform financial calculations, and render the HTML, how would you compare the effort to do this in Windows versus that in Linux, AIX, Solaris or any other Unix operating system?
    I can make this business application have these features in ONE DAY on Windows, because COM and OLE lets me, use Word to spell and grammer check, Excel to do the financial calculations, and IE to render the HTML!
    I make my living building complex customized business software, and Windows allow me to build these applications by myself in weeks, when it would take me and a team of programmers months to do these same things in Unix because of the lack of an the Win32 API, COM, and OLE, or I would have to BUY third party libraries that did these things, and deal with the licensing, versioning, and vendor problems that go with them, and none of those third party librabries would be close to Word, Excel, and IE in CAPABILITY!
    HONESTLY tell me and others reading this thread how you would go about create the customized business application I described above by yourself in a Unix instead of Windows, and tell us how many MONTHS or YEARS it would take you, or how you would have to BUY some other third party libraries to do what Word, Excel, and IE!
    Anyone who thinks a Unix has more CAPABILITIES than Windows, has never used Win32API/COM/OLE/.Net, and does not build customized complex business software for a living, because we people that do are the reason that you find some much customized business desktop software for Windows, and so little for any Unix.
    I have nothing against Unix, and it is great for simple business tasked server software, but for complex business tasked desktop software Windows with Win32API/COM/OLE/.Net wins hands down!
    *(2nd Entry)*
    A System administrators view of an operating system and an application developers view are entirely different, and the Win32API/COM/OLE/.NET simply make my job so much easier, and you simply don't understand because you do not have to deal with the "dirty' details of making what a user wants, which is why your definition of "integration" and mines are totally different!
    With the spell check you talked about, how will you keep in in synch with the dictionary in Word where the user is constantly adding and removing words?
    No, you would have the user to have to maintain two different spell check dictionaries, and you would totally ignore the grammer check requirement!
    Cutting and pasting data between applications is simple integration, and not the complex type that I am talking about.
    Can you make your application display and use the MacGourmet menus appear in its own window, and to access and use the MacGourmet functionality (ie. search for a recipe) in its own window?
    Give me one example of a Unix application that can display the menus of another application, yet alone control its features!
    Of course you can't, because you need COM and OLE!
    I am quite familiar with different flavors of Unix, but those operating systems do not have the rich API and program integration features namely COM and OLE that Windows has, because it violates the Unix idea of security by process isolation!
    Yes that idea of process isolation keeps the operating system safe from malicious code in applications and from one application taking the others down, but you lose the power of programs working together, and you simply cannot build the type of customized business applications that I build by myself, without reinventing the wheel over and over and without having a large team with lots of programmers.
    For example, my customers and millions of others spend all day working in Word and Excel, and the Windows idea that I can transparently integrate my complex business applications right in Word and Excel menu, and into their templates and macros, is why third party developers like me prefer Windows over Unix, regardless of how much better security in Unix is.
    Do not get me wrong, Java improves business application development on Unix, but unfortuantely it is not feasable to rewrite ever legacy application in Java, and Java does not integrate well with other programming languages.
    I used to code business application for both IBM MVS and Sun Solaris, and I never want to go back to those "bad" old days again, once I took the time to learn how to PROPERLY code using Win32API/COM/OLE/.NET!

    At risk of feeding the troll I'll wander in here:
    NOTE: Since this is an Apple programming boards and I have limited experience programming on traditional Unix systems (and most of that in college) I will confine my answers to the area I know.
    If you had to build a business application that has to allow users to, spell and grammer check, and perform financial calculations, and render the HTML, how would you compare the effort to do this in Windows versus that in Linux, AIX, Solaris or any other Unix operating system?
    I can make this business application have these features in ONE DAY on Windows, because COM and OLE lets me, use Word to spell and grammer check, Excel to do the financial calculations, and IE to render the HTML!
    Note that this scenario assumes the user has Microsoft office installed. The person argues that they don't have to purchase libraries to program but what they are effectively doing is simply transferring that cost to user. I don't have to purchase libraries but everyone of my users needs to. Good for you, very good for Microsoft but bad for your customer - IMHO. OK, I know "But all Windows business users have Office installed already." When it comes free with the system then I'll retract my objection.
    Under OS X and Cocoa many of these functions are intrinsic to the system layer and do not require any applications to be installed. Using Cocoa you can write a simple Word processor that has rulers, full font manipulation (including kerning, spacing and leading), Document Save and Load, Printing, Export to PDF as well as spell-checking in under 10 lines of actual code. Adding a custom file type and icon for full system integration will add another 5 minutes to your programing.
    In case you think I'm blowing smoke here is a tutorial from 2002 (yes, this has been possible for over 5 years) outlining the 8 line Word Processor build in Cocoa. http://www.stone.com/TheCocoa_Files/What_s_sofunny.html
    And yes, Cocoa also includes Webkit so I can add full HTML rendering by dragging in a WebKit window to my user interface. For an experienced Cocoa programmer this certainly sounds like less than a day of programming - in fact it sounds like a good tutorial for a middle-experienced training day or 2 day class in Cocoa.
    I won't include the link to the 1 line web browser you can build in Cocoa using Webkit because it's shorter than the description. Feel free to search for it if you want to.
    HONESTLY tell me and others reading this thread how you would go about create the customized business application I described above by yourself in a Unix instead of Windows, and tell us how many MONTHS or YEARS it would take you, or how you would have to BUY some other third party libraries to do what Word, Excel, and IE!
    BUT this is all done from the stock system that is on every OS X computer not simply those with Office installed. Obviously you'd need to add some features that were more complicated than this - because any halfway decent programmer could turn this stuff out - and polish takes a while but to meet the requirements of the challenge it would take 2 days tops.
    Is every *nix programming environment like this? I don't know I can only answer for the system that I have experience with and is the concern of this board. If you really have questions regarding *nix programming then I suggest you find an appropriate board and troll^H^H^H^H^H ask there.
    If you're ever serious about programming on the Mac feel free to stop by and actually take a look at it. I think you'll be surprised.
    =Tod

Maybe you are looking for