Showing posts with label application. Show all posts
Showing posts with label application. Show all posts

Sunday, April 2, 2017

Troubleshoot Apple Application Support will not install on Vista

Troubleshoot Apple Application Support will not install on Vista


Apple Application Support will not install on Vista

I have uninstalled all Apple programs except Safari and reinstalled at least 5 times and still get the same error messages.ÿ Itunes 10.1.1.1 will not work without the Apple Application Support File and it will not install without an error message.ÿ Totally
frustrated for my grand daughter and myself.
I am going to type the code here and would appreciate help as i dont know where to go or what the next step should be:
ÿ
An error occurred during the installation of assembly of microsoft.ÿ VC80, version="8.00.50725.4053",type="win32",public key Token="1fc8b3b9a1e8e3b",processor Architecture="x86".ÿ Please refer to Help and Support for more info.ÿ HRESULT: 0X08007054F.
ÿ
What help and support is the above statement referring to?

Solutions to the Problem Apple Application Support will not install on Vista

Download Error Fixer (Free)

Hello GammyX2,
Step 1:

Download and install this VC++ runtime here:
http://www.microsoft.com/downloads/details.aspx?familyid=766a6af7-ec73-40ff-b072-9112bab119c2&displaylang=en#filelist
Step 2:
Before that check:
Is your PC running the 32-bit or 64-bit version of Windows?
http://windows.microsoft.com/en-US/windows7/find-out-32-or-64-bit
Also, take a look at the below article from Apple:
Trouble installing iTunes or QuickTime for Windows
http://support.apple.com/kb/ht1926
http://discussions.apple.com/message.jspa?messageID=10526839ÿ

Regards,
Savan ? Microsoft Support.

Use the System File Checker tool to repair corrupted or missing system files:

  1. Click Start.
  2. Type cmd, and then press CTRL+SHIFT+ENTER to open the elevated command prompt (I.e. Command prompt with administrative rights).
  3. The User Account Control window should appear, be sure that the action it exhibits is correct, and then press the Continue button.
  4. Type or copy paste the below command line into it without quotes:
  5. "Sfc /scannow"

Another Safe way to Fix the Problem: Apple Application Support will not install on Vista:

How to Fix Apple Application Support will not install on Vista with SmartPCFixer?

1. You can Download SmartPCFixer here. Install it on your system. When you open it, it will perform a scan.

2. After the scan is done, you can see the errors and problems need to be repaired. Click Fix All.

3. The Repair part is done, the speed of your computer will be much higher than before and the errors have been fixed. You can also use other functions in SmartPCFixer. Like dll downloading, windows updating and print spooler error repair.


Related: error message fsui.exe/ wlidcli.dll is missing
,Solution to Error: Excel: Automatic number generation
,Troubleshoot:i wanna change language of all windows in Windows 7 Home Premium
,Troubleshooting:IF Function, if the vendor ID in column A matches any of the vendor IDs in column F, I want 1099 to appear in column D. Error
,Fast Solution to Problem: ReadyBoost is not working properly in my computer
,Troubleshoot:Error: "0x81000032 make sure the C: drive is online and set to NTFS" when trying to backup to external hard drive. Error,External Hard Drive not listed in Windows 7 backup wizard Tech Support,Tech Support: Im always being signed off so annoying,Solution to Problem: Impossible to use Internet Explorer! I keep getting the same error message every time i try to use IE.,Referencing data in Access using Excel [Anwsered],Need Best Way To Present Data [Anwsered],Same question but for windows 7 home edition,sometimes fullscreen wont activate [Solved],Solution to Error: We bought a new computer with windows 7 and it is constantly freezing. How do we fix this?,Solution to Error: Windows 8 update crash (2013-07-22),brclr.dll.mu_ Missing Error Fixer,How To Resolve Missing fin_myagtui.eng Problem,Corrupted f_0006ad File - How to Fix,nkebigvg.cpl Not Found Error Fixer,Corrupted olcontrols.ocx File - How to Fix
Read More: Troubleshoot:Application error on Windows server 2008 R2,Solution to Problem: AppHangB1 javaw.exec,[Solution] An error occured during the installation of assembly__ Microsoft.VC90.CRT,version="9.0.21022.8",publickeyToken="1fc8b3b9a1e18e3b",__ processorArchitecture="x86",type="win32".,Troubleshoot:anyone know what micrsoft.net framework i need? i kept getting this message when i sign on Error,How to Resolve - application not found explore.exe error message while opening sound as well as internet explorer.?,After Windows Update CD/DVD drive does not work,After installing windows 7 to laptop the labels print out of line how can I fix it,After my computer sleeps the wireless always disconnects and will no reconnect,After signing into Pogo.com, I get a message" This tab has been recovered"....what does this mean and how do I fix it.....,All desktop icons changed to windows live and does not open

Available link for download

Read more »

Sunday, February 19, 2017

Tips How to find uninstallation string on register and manually uninstall application

Tips How to find uninstallation string on register and manually uninstall application


If you are facing problems to uninstall an application that is not visible in add remove program, or for any other sort of problems, here is procedure to find register uninstallation string and proceed to uninstall it via .cmd:

https://msdn.microsoft.com/en-us/library/aa372105(v=vs.85).aspx





Available link for download

Read more »

Wednesday, December 14, 2016

Tips How to Upload Application in Google Play Store

Tips How to Upload Application in Google Play Store


Often times we want to share the applications that we have made with fellow android users, but sometimes we are confused about how to get publicity through google play store. In this article let us share together about how to publish on google play android app store (which was originally named the android market).

One of the most effective ways to share your applications to users is to publish it in an app market like Google Play. Publishing on Google Play is an easy process that you can do in just a few simple steps to register, configure, upload, and publish.

Registration only takes a few minutes and should be done only once. Configuration steps and can be done through the issuance of all the Google Android Developer after you sign up as a developer of Google Play. To start publishing Google Play, the first time I read this topic and then go to the Google Android Developer and register as Google Play.


You should prepare in advance is the release keystore. What is a release keystore? Release keystore file distribution is standard procedure apk (Android Package) which is recommended by Google. In our time developing your android application, when we debug our project, right then also we got the file. Apk that can be installed directly on the android device.

However to make. Apk well-formed or in accordance with the standard software, we have to perform this procedure. Standards that must be determined is the determination of the active period of application, handling public / private key associated with the application updates, and security issues.


How:
1. Preparing release keystore
- Open cmd. Start - Run - cmd

- Go to the folder jdk bin directory instalation

- Type the following command:

keytool-genkey-v-keystore my-release-key.keystore-aka-keyalg ALIAS_NAME RSA-keysize 2048-validity 10000

- Validity was followed by a number means that our application will be active up to 10000 days.

- Then you will be prompted to enter your particulars such as password, name, organization, city, and state.

- The result of the process is a file named my-release-key.keystore located in the bin folder on our android project.


2. How to Perform the Application Package Keystore:
The next step is our mem-package apk with the keystore earlier:
- Open Eclipse

- Right click on the project that will dipackage with keystore> select Android Tools> Export Signed Application Package


- Then you select the project that you want to publish android in Google Play Store, click Browse and select the project.


- Click Next. Then enter keystore dialog menu selection. Enter the password and click Next again immediately.


- Then we set the outcomes positioning apk file we have created. Once we get the apk that we make sure the release-storenya, our application was ready to publish to Google Play Store.

3. How to publish apps to the Android Market:
Once we are done with all the preparations on the application, it is time we turn on the preparations at Play Store:
- Prepare a google account, for the condition this one Im sure you already have it.

- Create an android developer account, for the rest you can read here.

- We have to pay the cost of making the android developers account. Want to know the price? $ 25! And we have to pay by credit card.

- Open and complete the registration form here.

-Here we can choose upload application. And we will be taken to a page to register our application in the Play Store.

- Uploading apk is not enough. There are some requirements that we must meet, among others:
1. Screenshot Application

We need to prepare at least two pieces of our application screenshot. Size can be 320 x 480, 480 x 800, 480 x 854 or 1280 x 800. File 24 bit PNG or JPEG (no alpha) Full bleed, no border. Its easy, can use the screenshot feature of DDMS perspective in eclipse. Screen shoot will be seen by users of your application in the overview section of the Google Play Store web and mobile.

2. High Resolution Icon

The mandatory nature icon. With a size of 512 x 512 pixels, 32 bit PNG or JPEG and has a large maximum of 1024 KB. This icon will be displayed on the Play Store web and also in the Play Store for mobile devices with high resolution.

3. Promotional Graphic

This chart is optional, with a size of 180 x 120 pixels, 24 bit PNG or JPEG (no alpha) Full bleed, no border. This chart will be displayed in the android market on each mobile device.

4. Feature Graphic

Feature graphs also are optional. With a size of 1024 x 500 pixels, 24 bit PNG or JPEG (no alpha). There is a possibility this chart will downsize to a mini or micro. Featured graphic header will be in use in your applications in Play Store web version.

5. Promotional Video

If you have a promotional video for your existing applications on You Tube. Then you can put the video link in this section (optional).

6. Listing Details

This section is the section where we explain about our application through words. Detail listing is divided into several sections:

a. Title (Name of our application in the Play Store)

b. Description (Description about our application, usefulness and how to use)

c. Recent Changes (changes that occur in this version, usually when we put the upgrade feature the latest information in this section)

d. Text Promo

e. Application Type (Is its applications or games)

f. Category (category choice for our application, a detailed explanation can be found here)

7. Contact Information

We can put information on the website, email address and telephone number that can be in contact, associated with our application.

- When we publish our application by pressing the publish button located at the bottom of the page, then when its also our application on Google Play Store directly can be seen and downloaded by everyone. This process is done without waiting for the verification process for days.

- If you are still confused you can read directly on the linking of the site here.

Available link for download

Read more »

Monday, December 12, 2016

TabletSMS Android Application to Send SMS and MMS from Tablet

TabletSMS Android Application to Send SMS and MMS from Tablet



TabletSMS

For Android tablet users, new application called TabletSMS this could be your best choice to make it easier to send messages. TabletSMS lets you can use to send SMS Android tablet using your mobile number.

TabletSMS is an extension of the application DeskSMS. To be able to use it, you need to install DeskSMS on your phone and install TabletSMS in tablets. That way you are then you receive an SMS message on your phone will be directly accessible in the Android tablet.

If you have not used DeskSMS, this is an Android app that allows you to send and receive messages from Gmail, Google Talk or Chrome extension. Now with TabletSMS, you can bring all the features DeskSMS to your Android tablet. That way you do not need to connect the mobile phone and tablet via Bluetooth just to access a variety of e-mail messages as well.

You can download. DeskSMS and TabletSMS free on Play Store (service $ 5 / year) and enjoy easy access to a variety of text messages directly on your Android tablet

Available link for download

Read more »