HOW TO SUBMIT A 4D v12 APP TO THE MAC APP STORE 4D s guidelines for submitting a 4D- created application to Apple s Mac App Store

Size: px
Start display at page:

Download "HOW TO SUBMIT A 4D v12 APP TO THE MAC APP STORE 4D s guidelines for submitting a 4D- created application to Apple s Mac App Store"

Transcription

1 HOW TO SUBMIT A 4D v12 APP TO THE MAC APP STORE 4D s guidelines for submitting a 4D- created application to Apple s Mac App Store v October 2011

2 2 Contents I. Prerequisites 3 1. Adhere to Apple's prerequisites 3 2. Have a license for 4D OEM Desktop v Have a Mac Developer account 4 4. Install Apple's development tools 4 II. Generating certificates 5 1. Generate a Certificate Signing Request (CSR) from your Mac 5 2. Generate the Mac App Software certificate 5 3. Generate the Mac Installer Package certificate 5 III. Preparing the 4D Volume Desktop v12 application 6 IV. Preparing your 4D application 6 V. Submitting your application to the Mac App Store 8 1. Generate a 4D executable 8 2. Sign your 4D executable 9 3. Generate and sign your package 9 4. Install the package in the Applications folder 9 VI. Submitting your application to Apple itunes Connect Installing Application Loader Starting Application Loader Delivering your application 16 Appendix: How to personalize a 4D application Personalizing the About Removing the help files of any 4D components you have used Adding a Help menu Personalizing the "BuildApp.xml" file Personalizing the menu bar Hiding the splash screen 20

3 3 I. Prerequisites 1. Adhere to Apple s prerequisites Apps that crash will be rejected Apps that exhibit bugs will be rejected Apps that do not perform as advertised by the developer will be rejected Apps that include undocumented or hidden features inconsistent with the description of the app will be rejected Apps that use non- public APIs will be rejected Apps that are "beta", "demo", "trial", or "test" versions will be rejected Apps that duplicate apps already in the App Store may be rejected, particularly if there are many of them Apps that are not very useful or do not provide any lasting entertainment value may be rejected Apps that are primarily marketing materials or advertisements will be rejected Apps that are intended to provide trick or fake functionality that are not clearly marked as such will be rejected Apps that encourage excessive consumption of alcohol or illegal substances, or encourage minors to consume alcohol or smoke cigarettes, will be rejected Apps that provide incorrect diagnostic or other inaccurate device data will be rejected Developers "spamming" the App Store with many versions of similar apps will be removed from the Mac Developer Program Apps must be packaged and submitted using Apple's packaging technologies included in Xcode - no third party installers allowed Apps must be self- contained, single application installation bundles, and cannot install code or resources in shared locations Apps that download or install additional code or resources to add functionality or change their primary purpose will be rejected Apps that download other standalone apps will be rejected Apps that install kexts will be rejected Apps that require license keys or implement their own copy protection will be rejected Apps that present a license screen at launch will be rejected Apps may not use update mechanisms outside of the App Store Apps must contain all language support in a single app bundle (single binary multiple language) Apps that spawn processes that continue to run after a user has quit the app without user consent will be rejected Apps that use deprecated or optionally installed technologies (e.g., Java, Rosetta) will be rejected Apps that do not run on the currently shipping OS will be rejected Apps that are set to auto- launch or to have other code automatically run at startup or login without user consent will be rejected Apps that request escalation to root privileges or use setuid attributes will be rejected Apps that add their icons to the Dock or leave short cuts on the user desktop will be rejected Apps that do not use the appropriate Mac OS X APIs for modifying user data stored by other apps (e.g bookmarks, Address Book or Calendar entries) will be rejected Apps that do not comply with the Mac OS X File System documentation will be rejected According to Apple's recommendations, the application should conform to the following rules: Except as Noted below, Unless user has Explicitly Choose to save data in renting alternate year (using a File Save As dialog), "should write your application only to rentals THE FOLLOWING: o ~ / Library / Application Support / <app- identifier> o ~ / Library / <app- identifier> o ~ / Library / Caches / <app- identifier> WHERE CAN <app- identifier> be your application's bundle identify icts name, or your company's name. Thesis strings must match What You Provided Through itunes Connect for this application.

4 4 You Should Always use Apple programming interfaces to locate paths thesis (NSSearchPathForDirectoriesInDomains, for example). For more information, see "Creating Paths and Locating Directories" in Low- Level File Management Programming Topics. If your application marriages libraries of photos, music, or movies, The May application aussi write to directories THE FOLLOWING: o ~ / Pictures / <app- identifier> o ~ / Music / <app- identifier> o ~ / Movies / <app- identifier> Your Application May to write temporary paths That You ACQUIRE- through calls to Apple- provided API functions. You May Also uses Apple frameworks Such as User Defaults, Calendar Store, and Address Book That implicitly write or modify files thesis Outside of Permitted locations. 2. Have a license for 4D Developer Professional or 4D OEM Desktop v12 Contact your 4D representative 3. Have a Mac Developer account (Cost : $99/year) Please visit: 4. Install Apple developer tools Visit and download the latest versions of: XCode Application Tools

5 5

6 6 II. Generating certificates It is imperative that you fill all of the conditions listed in the prerequisites above before purchasing a certificate. Once you are sure you have filled all of these conditions, please follow the procedure that follows: 1. Generate a "Certificate Signing Request" (CSR) from your Mac - Launch the Keychain application in the /Applications/Utilities folder - Go to the Keychain menu and click on Keychain Access - In the Keychain Access drop- down menu, select Keychain Access > Certificate Assistant > Request a Certificate from a Certificate Authority - Fill in the three fields - In the Request is group, select the Saved to disk option - Click Continue with Keychain Access to complete the CSR generation process 2. Generate "Mac App Software" certificate - Go to the Apple site "Developer Certificate Utility": - Click on the "Create Certificates" link - Check the two options: o Mac App Software Certificate o Mac Installer Package Certificate - Click on "Create Certificate" then Continue - Click on "Submit" and select "Certificate Signing Request" on your disk - Click on "Generate" then Continue - Click on "Download" download the certificate to disk - Double- click on the certificate to install it - Click on "Continue" 3. Generate the "Mac Installer Package" certificate - Click on "Create Certificate" then Continue - Click on "Submit" and select "Certificate Signing Request" on your disk - Click on "Generate" then Continue - Click on "Download" download the certificate to disk - Double- click on the certificate to install it - Click on "Done"

7 7 You now have two new certificates installed on your machine, visible in the Keychain application.

8 8 III. Preparing the 4D Volume Desktop v12 application Copy the "_MASReceipt" folder into the 4D Volume Desktop package s Content folder. Modify info.plist: Add the item "DatabaseOutsidePackage" and assign it the value "true" in lowercase. IV. Preparing your 4D v12 application In the database properties, modify the path of the temporary folder to adhere to Apple s requirements: Check the option "Data File Folder" in the "Database" tab. Important: Only on the Mac and only if the key "DatabaseOutsidePackage" is present in the info.plist of an engined database: The placement of the application preferences should be ~/Library/Application Support instead of ~/Library/Preferences. This also cocerns the "System folder" command with the selector "User Preferences_User". Copy the "App Store Tools" plug- in provided by 4D into your database s Plugins directory This plug- in verifies that the certificate sent by Apple is valid, as well as restricting access to your application. While it is not mandatory, it provides a copy protection scheme that is valid by Apple s standards. (Note: As per the prerequisites above, apps cannot have their own copy protection scheme.) Open your database with 4D v12 Create a new method and enter the 4D code below : C_TEXT($B_identifer;$B_version;$R_identifier;$R_version;$R_hash;$R_opaque;$GUID;$computed_hash) //code 173 is recognized by OS X or later, //The system interprets the exit status and attempts to obtain a valid receipt. //Assuming your application signing certificate is valid, the system installs a valid receipt for the application. The system may prompt you for your itunes credentials. If (False) //The application will quit immediately; be sure you know what you are doing! EXIT 173 End if //These values are read from the application's Info.plist. //The purpose is to compare againsy the values recorded in the Apple receipt. $B_identifer:=BUNDLE Get identifer $B_version:=BUNDLE Get version //When an application is installed from the App Store, it contains a receipt that is cryptographically signed. //The receipt is stored inside the application bundle. For example, if your application is named SampleApp, your receipt is located at: //.../SampleApp.app/Contents/_MASReceipt/receipt //You can find a copy in the Resources folder of this sample database. //Fetch the following values from the receipt. //hash and opaque are raw binary values, converted to hexaecimal. $R_identifier:=RECEIPT Get identifier

9 9 $R_version:=RECEIPT Get version $R_hash:=RECEIPT Get hash $R_opaque:=RECEIPT Get opaque //If identifier and version don't match, don't even care about hash, the receipt doesn't match. If ($B_version=$R_version) If ($B_identifer=$R_identifier) End if End if //This is the computer's unique number. $GUID:=GUID Get identifier //Pass the computer's GUID, the key from the receipt and the application's UTI. //The values below are from the Apple sample receipt. $computed_hash:=guid Compute hash ("0017f2c4bcc0";$R_opaque;$R_identifier) If (($computed_hash=$r_hash) & (Length($computed_hash)>0)) //The receipt is valid. Else End if //ALERT("OK") ALERT("KO") This method can be modified by the developer to manage: o The version number of the application and that of 4D (BUNDLE Get Version) to manage automatic application updates via the App Store (is the developer based on his/her own version number or on 4D s, for example) The developer should also take care to verify that the application has launched with the "App Store Tools" plug- ins present to avoid unauthorized use of the application. You can imagine, for example, generating an MD5 from Miyako s plug- in (available at: storing it in a variable, and comparing it at every launch if the MD5 (a hash allowing the calculation of the plug- in s memory imprint) is still identical. This process allows you to verify that the plug- in has not been modified, as well as to avoid users who employ a stub of the plug- in, for example. For this, you can use th 4D Pack v12 plug- in: C_TEXT ($ledoc) C_TEXT (<>digest) C_LONGINT ($resfork) $resfork:=0 $ledoc:=select document $erreur:=ap Get file MD5 digest ($ledoc;<>digest;$resfork) Once these modifications have been performed it will be possible to verify that the application is running correctly in its interpreted version. To do so, all you need to do is copy the "_MASReceipt" folder into 4D s "Contents" folder. If all is working correctly, we can now complete the generation of an executable.

10 10 V. Submitting your application to the Mac App Store 1. Generate a 4D executable Go to Design mode From the Design menu, click on "Build Application" In the "Application" tab: Check the option "Build Stand- alone Application" Click on the " " button and select 4D Volume Desktop v12 In the "Licenses" tab: Click on the + button and select your 4D v12 development license starting with 4DDP120 or 4DOE120 Click on the + button and select your 4D v12 deployment license starting with 4UOE120 Give your application a name ("Application name" field) Select a destination folder Click on the "Save" button then "Build" Once the application is generated: Edit the info.plist : o specify a build number identical to the "Bundle versions string, short" and "Bundle version" (ex : 1.0) o specify the name of your app in the "Bundle name" item Create a "UserData" folder inside the "Contents" folder, and if you are furnishing data with the build, copy the "4DD" and "match" files there. Open Terminal and execute the following line on the app s executable: o sudo chmod 755 path_of_the_build s_executable o Ex: sudo chmod 755 / /Build/Theater.app/Contents/MacOS/Theater Open the executable once to create a blank data file in the package s "Contents/UserData" folder if you want to avoid the subsequent dialog box (see Apple s prerequisites). Note: Apple does not allow the modification of files contained in the package (see Chapter I- 1, Adhere to Apple s Prerequisites). Below is a list of various cases and possible issues : 1 st case: Data not provided with the build upon first installation of the application Upon launching the build: Dialog to open data file o Create a new data file or select an existing one, in either case it should be outside of the package Creation of a folder with the name of the build ~Library/Application Support/ o Creating a subfolder with the number of the build Copy of the build s Database folder in this subfolder o Creating a "startup.4dlink" file containing a path to the structure and the data o Creating a "UserData" folder 2 nd case: Data provided with the build at the time of first installation of the application Upon launching the build: No open data Creation of a folder with the name of the build in ~Library/Application Support/ o Creation of a subfolder with the number of the build Copy of the build s Database folder in this subfolder o Creating a "startup.4dlink" file containing a path to the structure and the data o Creating a "UserData" folder Copy the 4DD and "match" files into this folder

11 11 3 rd case: Data not provided with the biuld when updating the application Note: An update = a modification of the build s info.plist, a change to the values of "Bundle versions string, short" and "Bundle version" (1.0 - > 1.1, for example) Upon launching a new build : Creating a subfolder with the new build number (e.g. 1.1) in ~Library/Application Support/ o Copy of this build s Database folder in this subfolder Modification of the file "startup.4dlink": The path to the 4DC has been updated 4 th case: Data provided with the build when updating the application Note: An update = a modification of the build s info.plist, a change to the values of "Bundle versions string, short" and "Bundle version" (1.0 - > 1.1, for example) Upon launching a new build : Creating a subfolder with the new build number (e.g. 1.1) in ~Library/Application Support/ o Copy of this build s Database folder in this subfolder Modification of the file "startup.4dlink": The path to the 4DC has been updated Remark: If the developer requires users to use the data provided with the package when updated, it should be managed programmatically by 4D (copy of the data and match outside of the package, modification of the 4Dlink file, and opening the desired data by using the correct 4D command). 2. Delete the executable s PPC dode - Download the free utility TrimTheFat from this address: - Drag and drop your executable on the utility The utility will automatically rename the old executable. The new executable is thus the one with the right name. 3. Sign your 4D executable - Launch the Terminal application and copy/paste each of the command lines below, taking care to replace the text "xxxxxxx" with the name used in the two certificates (see Keychain): o o cd [folder containing the.app] codesign f s 3rd Party Mac Developer Application: xxxxxxx [name of your application].app 4. Generate and sign your package - While still in the same Terminal window, copy /paste the command line below, being careful to replace the bracketed text and the "xxxxxxx" with the name uside in the two certificates (see Keychain): o productbuild component [name of your application].app/applications sign 3rd Party Mac Developer Installer: xxxxxxx product [name of your application].app/contents/info.plist [name of your application].pkg

12 12 5. Install your package in the Applications folder - Delete your.app application if you d like to test the installation on your own machine or copy the package on another machine. - Launch Terminal and copy/paste the command line below, being careful to replace the text in brackets with your app name: o sudo installer store pkg [name of your application].pkg target / Your application is now installed in the Applications folder. Double- click on the.app file to execute it.

13 13 VI. Submit the application to Apple 1. itunes Connect Visit the itunes Connect site: Create an itunes Connect account and sign in. Click on the "Manage Your Applications" link.

14 14 Click on the "Add New App" button. Fill in the fields and click "Continue". Select the availability date and price tier for your app. Tip: To test your submission, select a date very far into the future.

15 15 Fill in the various fields regarding your app s metadata and click on the "Save" and then "Done" buttons. Your app s information will by now be recorded by Apple Your app s current status is now "Prepare for Upload."

16 16 Important: You should now expect an like the one below notifying you that the status of your application has gone to "Waiting for Upload" before continuing to the next step. 2. Installing Application Loader You can install and run Application Loader on the Mac OS X operating system. If you have installed ios SDK 3.2 or later, you can access Application Loader from the Utilities folder (/Developer/Applications/Utilities/Application Loader.app). You can also download Application Loader from itunes Connect. To install Application Loader on Mac OS X from itunes Connect : Click the Download Application Loader link ( er_1.3.dmg) in the itunes Connect Manage Your Applications page ( itunes Connect downloads the self- extracting installation package (ApplicationLoader_1.3.dmg). Double- click the installation package (ApplicationLoader.pkg) and follow the instructions that appear. Note: When installing Application Loader on the Mac, before you can install the software, you must log in to your computer as a member of the administrator group.

17 17 Read the installation introduction, and then click Continue. Read the Software License Agreement, and then click Continue and Agree. Click Install to perform the standard installation. The installation package installs files in your /Developer/Applications/Utilities folder. Type your administrator password and click OK, if prompted. Click Close. Open the Application Loader application by double- clicking the Application Loader.app icon in the /Developer/Applications/Utilities folder, or the folder you specified during a custom install. You are now ready to begin using Application Loader.

18 18 3. Starting Application Loader Before you can use Application Loader to add applications to the App Store, you must initialize Application Loader by providing your itunes Connect login information at startup. Double- click the Application Loader.app icon in the /Developer/Applications/Utilities folder. Application Loader opens the Setup Wizard. Click Next in the Welcome to Application Loader window. Type your itunes Connect login information (Apple ID and password), and then click Next. Application Loader verifies your itunes Connect login information and stores your Apple ID and password for future Application Loader operations. Initializing Application Loader with your itunes Connect login information is account- specific. If you share your machine with other users with different itunes Connect login information, you can each have your own Apple ID and password setting for Application Loader. Click Done. Application Loader displays the Choose an application window so you can begin using Application Loader. Note: If you change your itunes Connect password, you must use the Setup Wizard to reset your Apple ID and password in Application Loader. To reset your Apple ID and password, choose Window > Run Setup Wizard in Application Loader, and then repeat steps 2 through 5 above.

19 19 4. Delivering your application When you have finished uploading your assets and completed the application submission process in itunes Connect, and your application is in the Waiting for Upload state, you can deliver your application binary files to the App Store. This section describes how to submit your application binary files to the App Store. When the status of your application in itunes Connect is Waiting for Upload, you can use Application Loader to submit your binary files to the App Store. To submit your application: Choose the name of your application from the Choose pop- up menu. Your application appears in the Choose pop- up menu when the application status in itunes Connect is Waiting for Upload. If you have uploaded your metadata and artwork into itunes Connect but have not yet uploaded your binary, or if your application has been rejected, you will have eligible applications to upload. Click Next. Application Loader searches for all eligible applications which are ready to be added to the App Store, and then displays a Please Confirm window. Click Yes to indicate you have tested and qualified your application. Application Loader displays a window with your application details, including name version number, device support, SKU number, primary language, and copyright.

20 20 Click Choose, select your application file, and then click Open. Click the ellipsis button to replace the current file before to submitting. Click Send. Application Loader begins submitting your application binary file to the App Store. Click Cancel to stop the upload and close the window. Click Abort to stop the transfer and keep the window open to select another file to submit. Click Done. Use the Manage Your Applications page in itunes Connect to view the status of your application. Choose Window > Background Activity to display the Background Activity window and view delivery status information for all applications, including pending messages, time remaining, warning and error messages, and so on.

21 21 Appendix: How to personalize a 4D application These different steps should be followed just before generating an engined application. 1. Personalizing the About Create a method "About_ApplicationName" and copy the code below: C_LONGINT($Lon_windowID) $Lon_windowID:=Open form window("about_theater";1984;horizontally Centered;Vertically Centered) DIALOG("About_Theater") CLOSE WINDOW In the "On startup" database method, add the following line of code: SET ABOUT("About Theater";"About_Theater") 2. Removing the help files of any 4D component you may have used To remove a Help menu item for a component, follow his procedure: Ex: Remove the menu item "Help for 4D SVG" from the Help menu View the component s package contents Delete the help file In this example, the file is found at: 4D Volume Desktop.app/Contents/Components/4D SVG.4dbase/4D SVG.htm 3. Adding a Help menu 4D allows you to associate a personalized online help file in order to provide users additional information on using your application. On the Mac, 4D accepts help files in CHM format. This format is used by all web browsers. Online help is thus displayed in the browser. Furthermore, you can associate a specific page of the help file to each form in the database, which allows you to provide contextual online help. Once your online help file has been genrated, you can associate it to a database in such a way that it is automatically called if the user activates online help while working in the database. To do so : The file name has to be identical to that of the database structure file. It absolutely must carry the.htm file extension. The help file should be placed next to the structure file or in the "Plugins" folder which is on the same level as the database structure file. A similar mechanism has been put in place to allow developers to add online help to their components. The principle is similar to that for 4D databases (see : Appendix A: personalized online help): The component s help file should be provided as a file with the.htm suffix

22 22 The help file should be placed next to the component s structure file and have the same file name as the structure. Help is thus automatically loaded in the application s Help menu, "Help for " followed by the help file name. 4. Personalizing the BuildApp.xml file To personalize the application icon, place your ICNS file in the "Resources" folder inside the "Contents" folder. Copy the "BuildApp.xml" file in another folder or rename it. Edit this copy of BuildApp.xml and add the XML key "RuntimeVLIconMacPath" (/Preferences4D/BuildApp/SourcesFiles/RuntimeVL/RuntimeVLIconMacPath) Ex: <RuntimeVLIconMacPath>application.icns</RuntimeVLIconMacPath> To modify the copyright of your appliction, add the XML keys "CommonCopyright" and "RuntimeVLCopyright" (/Preferences4D/BuildApp) Example: <Versioning> <Common> <CommonCopyright>Company Copyright</CommonCopyright> <CommonCreator>APPL</CommonCreator> </Common> <RuntimeVL> <RuntimeVLCopyright>Company Copyright</RuntimeVLCopyright> <RuntimeVLCreator>APPL</RuntimeVLCreator> </RuntimeVL> </Versioning> Important: Once you ve personalized BuildApp.xml, you shouldn t generate an application from the App Builder dialogue but with the BUILD APPLICATION command. 5. Personalizing the menu bar Edit menu: o Add an "Edit" menu to the menu bar associated with your application Mode menu: o The "Mode" menu has no use in an engined application. If it is present, remove it from your toolbar. Quit without verification: o Create an object method containing the command QUIT 4D. o Associate this method to the menu item "Quit" in the 4D tool box by leaving the standard "Quit" action. Note: The standard "Quit" action allows you to place the "Quit" action in the appliction menu. The object method allows you to hide the confirmation dialog to quit. It is thus necessary to use these two mechanisms on the same menu item on the Mac.

23 23 6. Hide the splash screen The option to hide the splash screen in app preferences doesn t work for engined applications. Here is a workaround: Create an object method "splash_screen" and copy the code below: C_LONGINT($nb_win;$cpt) WINDOW LIST($tabWin) $nb_win:=size of array($tabwin) If ($nb_win>0) For ($cpt;1;$nb_win) If (Get window title($tabwin{$cpt})="application") <>refwelcomewin:=$tabwin{$cpt} $cpt:=$nb_win+1 End if End for End if Edit one of the object methods executed at application launch and copy the following code: splash_screen If (<>refwelcomewin>0) HIDE WINDOW(<>refWelcomeWin) End if

24 24 4D SAS Worldwide Headquarters 60, rue d Alsace Clichy - France Tel: Fax : info@4d.com - 4D SAS 4D, Inc 4D Deutschland GmbH 4D Japan France USA & Canada Germany & Austria Japan info- fr@4d.com info@4d.com info- de@4d.com info- jp@4d.com 4D UK Ltd 4D Hispano 4D Sweden 4D Australasia United Kingdom Spain, Portugal & Latin America Sweden & Denmark Australia & New Zealand info- uk@4d.com info- es@4d.com info- intl@4d.com info- au@4d.com info- la@4d.com info- pt@4d.com

25 25 Copyright D SAS. All rights reserved. 4D and related logos are registered trademarks of 4D SAS. All other quoted trademarks and products names are trademarks and/or registered trademarks of their respective owners.

Your First App Store Submission

Your First App Store Submission Your First App Store Submission Contents About Your First App Store Submission 4 At a Glance 5 Enroll in the Program 5 Provision Devices 5 Create an App Record in itunes Connect 5 Submit the App 6 Solve

More information

Icons: 1024x1024, 512x512, 180x180, 120x120, 114x114, 80x80, 60x60, 58x58, 57x57, 40x40, 29x29

Icons: 1024x1024, 512x512, 180x180, 120x120, 114x114, 80x80, 60x60, 58x58, 57x57, 40x40, 29x29 I. Before Publishing 1. System requirements Requirements for ios App publishing using FlyingCatBuilder Mac running OS X version 10.9.4 or later Apple Development Account Enrollment in ios Developer Program

More information

App Distribution Guide

App Distribution Guide App Distribution Guide Contents About App Distribution 10 At a Glance 11 Enroll in an Apple Developer Program to Distribute Your App 11 Generate Certificates and Register Your Devices 11 Add Store Capabilities

More information

WA2262 Applied Data Science and Big Data Analytics Boot Camp for Business Analysts. Classroom Setup Guide. Web Age Solutions Inc.

WA2262 Applied Data Science and Big Data Analytics Boot Camp for Business Analysts. Classroom Setup Guide. Web Age Solutions Inc. WA2262 Applied Data Science and Big Data Analytics Boot Camp for Business Analysts Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Software

More information

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL SOS Online Backup USER MANUAL HOW TO INSTALL THE SOFTWARE 1. Download the software from the website: http://www.sosonlinebackup.com/download_the_software.htm 2. Click Run to install when promoted, or alternatively,

More information

Installation Instructions

Installation Instructions Avira Secure Backup Installation Instructions Trademarks and Copyright Trademarks Windows is a registered trademark of the Microsoft Corporation in the United States and other countries. All other brand

More information

How To Package In Composer 2.5.2.2 (Amd64)

How To Package In Composer 2.5.2.2 (Amd64) Composer User Guide Version 9.1 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF Software 301 4th Ave S Suite

More information

You can find the installer for the +Cloud Application on your SanDisk flash drive.

You can find the installer for the +Cloud Application on your SanDisk flash drive. Installation You can find the installer for the +Cloud Application on your SanDisk flash drive. Make sure that your computer is connected to the internet. Next plug in the flash drive and double click

More information

ios App for Mobile Website! Documentation!

ios App for Mobile Website! Documentation! ios App for Mobile Website Documentation What is IOS App for Mobile Website? IOS App for Mobile Website allows you to run any website inside it and if that website is responsive or mobile compatible, you

More information

Certificates and Application Resigning

Certificates and Application Resigning Certificates and Application Resigning Introduction In the following chapters we will be reviewing how to resign an application along with how to get the needed resources for the process. To successfully

More information

Colligo Briefcase Enterprise. Administrator s Guide

Colligo Briefcase Enterprise. Administrator s Guide Enterprise Administrator s Guide CONTENTS Introduction... 2 Target Audience... 2 Overview... 2 Key Features... 2 Platforms Supported... 2 SharePoint Security & Privileges... 2 Deploying Colligo Briefcase...

More information

itunes Connect Developer Guide

itunes Connect Developer Guide itunes Connect Developer Guide Contents Introduction 9 How to Use This Document 9 See Also 10 Before You Begin 11 Following Apple Guidelines 11 Creating Assets with the Correct Specifications 11 App Icons,

More information

Education Software Installer 2014

Education Software Installer 2014 Education Software Installer 2014 SYSTEM ADMINISTRATOR S GUIDE FOR MAC OS X OPERATING SYSTEM SOFTWARE Product registration If you register your SMART product, we ll notify you of new features and software

More information

How to Install Applications (APK Files) on Your Android Phone

How to Install Applications (APK Files) on Your Android Phone How to Install Applications (APK Files) on Your Android Phone Overview An Android application is stored in an APK file (i.e., a file named by {Application Name}.apk). You must install the APK on your Android

More information

TakeMySelfie ios App Documentation

TakeMySelfie ios App Documentation TakeMySelfie ios App Documentation What is TakeMySelfie ios App? TakeMySelfie App allows a user to take his own picture from front camera. User can apply various photo effects to the front camera. Programmers

More information

Engage ios App Administrator s Guide

Engage ios App Administrator s Guide Engage ios App Administrator s Guide Contents Contents... 1 Introduction... 2 Target Audience... 2 Devices Supported... 2 SharePoint Platforms Supported... 2 SharePoint Security & Privileges... 2 Deploying

More information

Installation Guide. Research Computing Team V1.9 RESTRICTED

Installation Guide. Research Computing Team V1.9 RESTRICTED Installation Guide Research Computing Team V1.9 RESTRICTED Document History This document relates to the BEAR DataShare service which is based on the product Power Folder, version 10.3.232 ( some screenshots

More information

ADOBE DRIVE CC USER GUIDE

ADOBE DRIVE CC USER GUIDE ADOBE DRIVE CC USER GUIDE 2 2013 Adobe Systems Incorporated. All rights reserved. Adobe Drive CC User Guide Adobe, the Adobe logo, Creative Cloud, Creative Suite, Illustrator, InCopy, InDesign, and Photoshop

More information

Remote Desktop Services User's Guide

Remote Desktop Services User's Guide Contents Remote Desktop Services Document Revision Control Revision Description Author DATE 1.0 Initial Release Karen M. Hess 3/24/2015 1.1 Added section for viewing mapped drives Karen M. Hess 4/15/2015

More information

IBM TRIRIGA Anywhere Version 10 Release 4. Installing a development environment

IBM TRIRIGA Anywhere Version 10 Release 4. Installing a development environment IBM TRIRIGA Anywhere Version 10 Release 4 Installing a development environment Note Before using this information and the product it supports, read the information in Notices on page 9. This edition applies

More information

ios Team Administration Guide (Legacy)

ios Team Administration Guide (Legacy) ios Team Administration Guide (Legacy) Contents About ios Development Team Administration 5 At a Glance 6 Team Admins Manage Team Membership and Assign Roles in the Member Center 6 Development Devices

More information

Administering FileVault 2 on OS X Lion with the Casper Suite. Technical Paper July 2012

Administering FileVault 2 on OS X Lion with the Casper Suite. Technical Paper July 2012 Administering FileVault 2 on OS X Lion with the Casper Suite Technical Paper July 2012 JAMF Software, LLC 2012 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that

More information

Avira Secure Backup INSTALLATION GUIDE. HowTo

Avira Secure Backup INSTALLATION GUIDE. HowTo Avira Secure Backup INSTALLATION GUIDE HowTo Table of contents 1. Introduction... 3 2. System Requirements... 3 2.1 Windows...3 2.2 Mac...4 2.3 ios (iphone, ipad and ipod touch)...4 3. Avira Secure Backup

More information

Does the GC have an online document management solution?

Does the GC have an online document management solution? This FAQ contains: Web File Services definition Access web file services Create a WFS folder Upload a document Email a link to a document folder Create WFS subscription Cancel existing subscription Create

More information

PTC Integrity Eclipse and IBM Rational Development Platform Guide

PTC Integrity Eclipse and IBM Rational Development Platform Guide PTC Integrity Eclipse and IBM Rational Development Platform Guide The PTC Integrity integration with Eclipse Platform and the IBM Rational Software Development Platform series allows you to access Integrity

More information

Xcalibur Global Version 1.2 Installation Guide Document Version 3.0

Xcalibur Global Version 1.2 Installation Guide Document Version 3.0 Xcalibur Global Version 1.2 Installation Guide Document Version 3.0 December 2010 COPYRIGHT NOTICE TRADEMARKS 2010 Chip PC Inc., Chip PC (Israel) Ltd., Chip PC (UK) Ltd., Chip PC GmbH All rights reserved.

More information

Universal Management Service 2015

Universal Management Service 2015 Universal Management Service 2015 UMS 2015 Help All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording,

More information

Attix5 Pro Server Edition

Attix5 Pro Server Edition Attix5 Pro Server Edition V7.0.2 User Manual for Mac OS X Your guide to protecting data with Attix5 Pro Server Edition. Copyright notice and proprietary information All rights reserved. Attix5, 2013 Trademarks

More information

UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab

UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab Description The Symantec App Center platform continues to expand it s offering with new enhanced support for native agent based device management

More information

Aspera Connect User Guide

Aspera Connect User Guide Aspera Connect User Guide Windows XP/2003/Vista/2008/7 Browser: Firefox 2+, IE 6+ Version 2.3.1 Chapter 1 Chapter 2 Introduction Setting Up 2.1 Installation 2.2 Configure the Network Environment 2.3 Connect

More information

Fairfield University Using Xythos for File Sharing

Fairfield University Using Xythos for File Sharing Fairfield University Using Xythos for File Sharing Version 7.0 Table of Contents I: Manage your Department Folder...2 Your Department Folder... 2 II: Sharing Folders and Files Inside of Fairfield U...3

More information

How to install and use the File Sharing Outlook Plugin

How to install and use the File Sharing Outlook Plugin How to install and use the File Sharing Outlook Plugin Thank you for purchasing Green House Data File Sharing. This guide will show you how to install and configure the Outlook Plugin on your desktop.

More information

Maintenance Guide. Outpost Firewall 4.0. Personal Firewall Software from. Agnitum

Maintenance Guide. Outpost Firewall 4.0. Personal Firewall Software from. Agnitum Maintenance Guide Outpost Firewall 4.0 Personal Firewall Software from Agnitum Abstract This document is intended to assist Outpost Firewall users in installing and maintaining Outpost Firewall and gets

More information

APNS Certificate generating and installation

APNS Certificate generating and installation APNS Certificate generating and installation Quick Guide for generating and installing an Apple APNS Certificate Version: x.x MobiDM Quick Guide for APNS Certificate Page 1 Index 1. APPLE APNS CERTIFICATE...

More information

026-1010 Rev 7 06-OCT-2011. Site Manager Installation Guide

026-1010 Rev 7 06-OCT-2011. Site Manager Installation Guide 026-1010 Rev 7 06-OCT-2011 Site Manager Installation Guide Retail Solutions 3240 Town Point Drive NW, Suite 100 Kennesaw, GA 30144, USA Phone: 770-425-2724 Fax: 770-425-9319 Table of Contents 1 SERVER

More information

D i g i g r a m. sound card range. Professional stereo and multichannel sound cards. Installation and set-up

D i g i g r a m. sound card range. Professional stereo and multichannel sound cards. Installation and set-up D i g i g r a m VX sound card range Professional stereo and multichannel sound cards Table of contents VX Cards General information...4 Supported cards...4 System requirements...4 MacIntosh...4 System

More information

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED.

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED. Installation Guide Lenel OnGuard 2009 Installation Guide, product version 6.3. This guide is item number DOC-110, revision 1.038, May 2009 Copyright 1992-2009 Lenel Systems International, Inc. Information

More information

Sophos SafeGuard Native Device Encryption for Mac Administrator help. Product version: 7

Sophos SafeGuard Native Device Encryption for Mac Administrator help. Product version: 7 Sophos SafeGuard Native Device Encryption for Mac Administrator help Product version: 7 Document date: December 2014 Contents 1 About SafeGuard Native Device Encryption for Mac...3 1.1 About this document...3

More information

Using Application Loader

Using Application Loader !!! Using Application Loader!!!!!!!!!!! apple!!!!!!! Contents Introduction 4 What s New 4 Organization of This Document 4 Getting Additional Information 5 Getting Started 6 What is Application Loader?

More information

FileMaker Server 11. FileMaker Server Help

FileMaker Server 11. FileMaker Server Help FileMaker Server 11 FileMaker Server Help 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered

More information

VNC User Guide. Version 5.0. June 2012

VNC User Guide. Version 5.0. June 2012 VNC User Guide Version 5.0 June 2012 Trademarks VNC is a registered trademark of RealVNC Ltd. in the U.S. and in other countries. Other trademarks are the property of their respective owners. Protected

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice.

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

MY WORLD GIS. Installation Instructions

MY WORLD GIS. Installation Instructions MY WORLD GIS Version 4.1 Installation Instructions Copyright 2007 by Northwestern University. All rights reserved. Created August 15, 2002 Last Revised April 14, 2008 2. Launching the Installer On the

More information

Future Technology Devices International Ltd. Mac OS X Installation Guide

Future Technology Devices International Ltd. Mac OS X Installation Guide Future Technology Devices International Ltd. Mac OS X Installation Guide I Mac OS X Installation Guide Table of Contents Part I Welcome to the Mac OS X Installation Guide 2 Part II VCP Drivers 3 1 Installing

More information

Welch Allyn PCH100 and PCH200 Installation Guide

Welch Allyn PCH100 and PCH200 Installation Guide Welch Allyn PCH100 and PCH200 Installation Guide Copyright 2006-2013 Welch Allyn. All rights are reserved. No one is permitted to reproduce or duplicate, in any form, this manual or any part thereof without

More information

Installation Assistance... 3. Windows/Microsoft Updates... 3. Updating from Spectra 7.0.1 or 7.1... 4. Upgrading from Spectra 6.x...

Installation Assistance... 3. Windows/Microsoft Updates... 3. Updating from Spectra 7.0.1 or 7.1... 4. Upgrading from Spectra 6.x... Spectra 7.1.1/Access 2010 Windows Upgrade Installation Instructions Installation Assistance... 3 Windows/Microsoft Updates... 3 Updating from Spectra 7.0.1 or 7.1... 4 Important Notices... 4 Downloading

More information

CONNECT-TO-CHOP USER GUIDE

CONNECT-TO-CHOP USER GUIDE CONNECT-TO-CHOP USER GUIDE VERSION V8 Table of Contents 1 Overview... 3 2 Requirements... 3 2.1 Security... 3 2.2 Computer... 3 2.3 Application... 3 2.3.1 Web Browser... 3 2.3.2 Prerequisites... 3 3 Logon...

More information

Web Testing, Java Testing, Server Monitoring. AppPerfect Installation Guide

Web Testing, Java Testing, Server Monitoring. AppPerfect Installation Guide Web Testing, Java Testing, Server Monitoring AppPerfect Installation Guide You will need administrator rights on Windows machines and root access on Linux machine to install AppPerfect products. If you

More information

Qbox User Manual. Version 7.0

Qbox User Manual. Version 7.0 Qbox User Manual Version 7.0 Index Page 3 Page 6 Page 8 Page 9 Page 10 Page 12 Page 14 Page 16 Introduction Setup instructions: users creating their own account Setup instructions: invited users and team

More information

Generating an Apple Enterprise MDM Certificate

Generating an Apple Enterprise MDM Certificate Good Mobile Control Server Generating an Apple Enterprise MDM Certificate Updated 09/30/11 Overview... 1 Generating Your Apple Certificate Using a Mac... 1 Generating Your Apple Certificate Using Windows...

More information

owncloud Configuration and Usage Guide

owncloud Configuration and Usage Guide owncloud Configuration and Usage Guide This guide will assist you with configuring and using YSUʼs Cloud Data storage solution (owncloud). The setup instructions will include how to navigate the web interface,

More information

Crystal Reports Installation Guide

Crystal Reports Installation Guide Crystal Reports Installation Guide Version XI Infor Global Solutions, Inc. Copyright 2006 Infor IP Holdings C.V. and/or its affiliates or licensors. All rights reserved. The Infor word and design marks

More information

Sophos Mobile Control Startup guide. Product version: 3.5

Sophos Mobile Control Startup guide. Product version: 3.5 Sophos Mobile Control Startup guide Product version: 3.5 Document date: July 2013 Contents 1 About this guide...3 2 What are the key steps?...5 3 Log in as a super administrator...6 4 Activate Sophos Mobile

More information

Citrix Systems, Inc.

Citrix Systems, Inc. Citrix Password Manager Quick Deployment Guide Install and Use Password Manager on Presentation Server in Under Two Hours Citrix Systems, Inc. Notice The information in this publication is subject to change

More information

Skype for Business. User Guide. Contents

Skype for Business. User Guide. Contents Skype for Business User Guide Contents What is Skype for Business... 2 Accessing Skype for Business... 2 Starting Skype for Business for the first time... 2 Subsequent access to Skype for Business... 3

More information

e-dpp 4.0.2 May 2013 Quick Installation Guide Microsoft Windows 2003 Server, XP, Vista, 7 Access Database

e-dpp 4.0.2 May 2013 Quick Installation Guide Microsoft Windows 2003 Server, XP, Vista, 7 Access Database e-dpp 4.0.2 May 2013 Microsoft Windows 2003 Server, XP, Vista, 7 Access Database ELTECHS Engineering and Consulting Co., Ltd., Japan www.eltechs.co.jp Tel No. +81 (47) 490-1010 Fax No. +81 (47) 490-1011

More information

Tutorial: BlackBerry Object API Application Development. Sybase Unwired Platform 2.2 SP04

Tutorial: BlackBerry Object API Application Development. Sybase Unwired Platform 2.2 SP04 Tutorial: BlackBerry Object API Application Development Sybase Unwired Platform 2.2 SP04 DOCUMENT ID: DC01214-01-0224-01 LAST REVISED: May 2013 Copyright 2013 by Sybase, Inc. All rights reserved. This

More information

Entrust Certificate Services for Adobe CDS

Entrust Certificate Services for Adobe CDS Entrust Certificate Services Entrust Certificate Services for Adobe CDS Getting Started Guide Entrust SafeNet Authentication Client: 8.3 Date of issue: July 2015 Document issue: 3.0 Revisions Issue and

More information

FileMaker Pro 13. Network Install Setup Guide

FileMaker Pro 13. Network Install Setup Guide FileMaker Pro 13 Network Install Setup Guide 2007 2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of

More information

Setting up the Oracle Warehouse Builder Project. Topics. Overview. Purpose

Setting up the Oracle Warehouse Builder Project. Topics. Overview. Purpose Setting up the Oracle Warehouse Builder Project Purpose In this tutorial, you setup and configure the project environment for Oracle Warehouse Builder 10g Release 2. You create a Warehouse Builder repository

More information

FileMaker Server 10 Help

FileMaker Server 10 Help FileMaker Server 10 Help 2007-2009 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker, the file folder logo, Bento and the Bento logo

More information

Silect Software s MP Author

Silect Software s MP Author Silect MP Author for Microsoft System Center Operations Manager Silect Software s MP Author User Guide September 2, 2015 Disclaimer The information in this document is furnished for informational use only,

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide

Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide Page 1 of 243 Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide (This is an alpha version of Benjamin Day Consulting, Inc. s installation

More information

Secure IIS Web Server with SSL

Secure IIS Web Server with SSL Secure IIS Web Server with SSL EventTracker v7.x Publication Date: Sep 30, 2014 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Abstract The purpose of this document is to help

More information

Attix5 Pro. Your guide to protecting data with Attix5 Pro Desktop & Laptop Edition. V6.0 User Manual for Mac OS X

Attix5 Pro. Your guide to protecting data with Attix5 Pro Desktop & Laptop Edition. V6.0 User Manual for Mac OS X Attix5 Pro Your guide to protecting data with Attix5 Pro Desktop & Laptop Edition V6.0 User Manual for Mac OS X Copyright Notice and Proprietary Information All rights reserved. Attix5, 2011 Trademarks

More information

How To Install Safari Antivirus On A Dv8000 Dv Recorder On A Pc Or Macbook Or Ipad (For A Pc) On A Microsoft Dv8 (For Macbook) On An Ipad Or Ipa (

How To Install Safari Antivirus On A Dv8000 Dv Recorder On A Pc Or Macbook Or Ipad (For A Pc) On A Microsoft Dv8 (For Macbook) On An Ipad Or Ipa ( Using Symantec AntiVirus Corporate Edition Version 9.0 Software On a DX8000 DVR DX8000 Digital Video Recorder C1613M-A (12/04) Contents Using Symantec AntiVirus Corporate Edition 9.0 Software.....................................................................5

More information

How to connect to the University of Exeter VPN service

How to connect to the University of Exeter VPN service How to connect to the University of Exeter VPN service *****Important Part of the process of using the VPN service involves the automatic download and installation of Juniper Network Connect software,

More information

FileMaker Server 14. FileMaker Server Help

FileMaker Server 14. FileMaker Server Help FileMaker Server 14 FileMaker Server Help 2007 2015 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks

More information

INSTALLATION GUIDE Datapolis Process System v 4.2.0.4294

INSTALLATION GUIDE Datapolis Process System v 4.2.0.4294 Datapolis.com, ul Wiktorska 63, 02-587 Warsaw, Poland tel. (+48 22) 398-37-53; fax. (+ 48 22) 398-37-93, office@datapolis.com INSTALLATION GUIDE Datapolis Process System v 4.2.0.4294 Last modification

More information

Integrated Virtual Debugger for Visual Studio Developer s Guide VMware Workstation 8.0

Integrated Virtual Debugger for Visual Studio Developer s Guide VMware Workstation 8.0 Integrated Virtual Debugger for Visual Studio Developer s Guide VMware Workstation 8.0 This document supports the version of each product listed and supports all subsequent versions until the document

More information

SECURE MOBILE ACCESS MODULE USER GUIDE EFT 2013

SECURE MOBILE ACCESS MODULE USER GUIDE EFT 2013 SECURE MOBILE ACCESS MODULE USER GUIDE EFT 2013 GlobalSCAPE, Inc. (GSB) Address: 4500 Lockhill-Selma Road, Suite 150 San Antonio, TX (USA) 78249 Sales: (210) 308-8267 Sales (Toll Free): (800) 290-5054

More information

SuperOffice AS. CRM Online. Installing the Citrix Online Web plug-in

SuperOffice AS. CRM Online. Installing the Citrix Online Web plug-in SuperOffice AS CRM Online Installing the Citrix Online Web plug-in Index Introduction... 3 Prerequisites... 3 Considerations... 3 FOR WINDOWS USERS:... 4 Download the installation package... 4 Installing

More information

ImportManager 5 Installation Manual

ImportManager 5 Installation Manual ImportManager 5 Installation Manual Installation and setup The installation guide comes in two versions, a short version that simply describes the overall steps you need to go through to install ImportManager

More information

Specific Information for installation and use of the database Report Tool used with FTSW100 software.

Specific Information for installation and use of the database Report Tool used with FTSW100 software. Database Report Tool This manual contains: Specific Information for installation and use of the database Report Tool used with FTSW100 software. Database Report Tool for use with FTSW100 versions 2.01

More information

Create an ios App using Adobe Flash Side by Side Training, 2013. And without using a Mac

Create an ios App using Adobe Flash Side by Side Training, 2013. And without using a Mac Create an ios App using Adobe Flash And without using a Mac Contents 1 Become an Apple ios Developer... 2 2 Add a Development Certificate... 4 3 Create a Certificate Signing Request (CSR)... 6 4 Register

More information

IBM WebSphere Application Server Version 7.0

IBM WebSphere Application Server Version 7.0 IBM WebSphere Application Server Version 7.0 Centralized Installation Manager for IBM WebSphere Application Server Network Deployment Version 7.0 Note: Before using this information, be sure to read the

More information

Online Backup Client User Manual

Online Backup Client User Manual For Mac OS X Software version 4.1.7 Version 2.2 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by other means.

More information

email-lead Grabber Business 2010 User Guide

email-lead Grabber Business 2010 User Guide email-lead Grabber Business 2010 User Guide Copyright and Trademark Information in this documentation is subject to change without notice. The software described in this manual is furnished under a license

More information

Migrating a Windows PC to Run in VMware Fusion VMware Fusion 2.0

Migrating a Windows PC to Run in VMware Fusion VMware Fusion 2.0 Technical Note Migrating a Windows PC to Run in VMware Fusion VMware Fusion 2.0 This technical note describes the process for migrating an existing Windows PC to run as a virtual machine with VMware Fusion

More information

GO!Enterprise MDM Device Application User Guide Installation and Configuration for ios with TouchDown

GO!Enterprise MDM Device Application User Guide Installation and Configuration for ios with TouchDown GO!Enterprise MDM Device Application User Guide Installation and Configuration for ios with TouchDown GO!Enterprise MDM for ios Devices, Version 3.x GO!Enterprise MDM for ios with TouchDown 1 Table of

More information

Sage 200 Web Time & Expenses Guide

Sage 200 Web Time & Expenses Guide Sage 200 Web Time & Expenses Guide Sage (UK) Limited Copyright Statement Sage (UK) Limited, 2006. All rights reserved If this documentation includes advice or information relating to any matter other than

More information

Apple Mail... 36 Outlook Web Access (OWA)... 38 Logging In... 38 Changing Passwords... 39 Mobile Devices... 40 Blackberry...

Apple Mail... 36 Outlook Web Access (OWA)... 38 Logging In... 38 Changing Passwords... 39 Mobile Devices... 40 Blackberry... Contents Email Accounts... 3 Adding accounts... 3 Account Modifications... 6 Adding Aliases... 7 Primary E-mail Addresses... 10 Mailbox Quotas... 12 Removing accounts... 13 Mail Forwarding and Distribution

More information

T4 Site Manager for website moderators

T4 Site Manager for website moderators T4 Site Manager for website moderators (Moderator role only) Practical workbook University of Bristol IT Services document its-t4sm-2t. Updated on 10/03/2016 Introduction Is this guide for me? The overall

More information

Net 2. NetApp Electronic Library. User Guide for Net 2 Client Version 6.0a

Net 2. NetApp Electronic Library. User Guide for Net 2 Client Version 6.0a Net 2 NetApp Electronic Library User Guide for Net 2 Client Version 6.0a Table of Contents 1 INTRODUCTION AND KEY FEATURES... 3 SOME OF THE KEY FEATURES INCLUDE:... 3 INSTALLATION PREREQUISITES:... 3 2

More information

Web conferencing @ UTAS. Common problems and solutions. Common problems with Java settings. Ensuring that you have the correct Java settings in place

Web conferencing @ UTAS. Common problems and solutions. Common problems with Java settings. Ensuring that you have the correct Java settings in place Common problems and solutions Common problems with Java settings Elluminate is one of many web based applications that use software called Java. Certain Java settings may affect the way that Elluminate

More information

CONFIGURATION MANUAL File Transfer Daemon. Version 3.6 - July 2013

CONFIGURATION MANUAL File Transfer Daemon. Version 3.6 - July 2013 CONFIGURATION MANUAL File Transfer Daemon Version 3.6 - July 2013 IP2Archive - Configuration Manual - File Transfer Daemon Version 3.6 Copyright EVS Broadcast Equipment S.A. Copyright 2003-2013. All rights

More information

Installing the Virtual Desktop Application (MAC)

Installing the Virtual Desktop Application (MAC) Installing the Virtual Desktop Application (MAC) The folowing instructions will guide you through the process of installing the components necessary to connect in to the NEL B Virtual Desktop environment

More information

AssetWise Performance Management. APM Remote Upgrade Guide

AssetWise Performance Management. APM Remote Upgrade Guide AssetWise Performance Management APM Remote Upgrade Guide Trademark Notice Bentley, the B Bentley logo, AssetWise, Ivara, the Ivara EXP logo, Ivara Work Smart, Aladon and RCM2 are either registered or

More information

Team Foundation Server 2012 Installation Guide

Team Foundation Server 2012 Installation Guide Team Foundation Server 2012 Installation Guide Page 1 of 143 Team Foundation Server 2012 Installation Guide Benjamin Day benday@benday.com v1.0.0 November 15, 2012 Team Foundation Server 2012 Installation

More information

Knappsack ios Build and Deployment Guide

Knappsack ios Build and Deployment Guide Knappsack ios Build and Deployment Guide So you want to build and deploy an ios application to Knappsack? This guide will help walk you through all the necessary steps for a successful build and deployment.

More information

Omniquad Exchange Archiving

Omniquad Exchange Archiving Omniquad Exchange Archiving Deployment and Administrator Guide Manual version 3.1.2 Revision Date: 20 May 2013 Copyright 2012 Omniquad Ltd. All rights reserved. Omniquad Ltd Crown House 72 Hammersmith

More information

Sophos Mobile Control Startup guide. Product version: 3

Sophos Mobile Control Startup guide. Product version: 3 Sophos Mobile Control Startup guide Product version: 3 Document date: January 2013 Contents 1 About this guide...3 2 What are the key steps?...5 3 Log in as a super administrator...6 4 Activate Sophos

More information

Installation Guide. SyBooks 3.4. [ Windows, Linux ]

Installation Guide. SyBooks 3.4. [ Windows, Linux ] Installation Guide SyBooks 3.4 [ Windows, Linux ] DOCUMENT ID: DC00123-01-0340-01 LAST REVISED: October 2008 Copyright 2008 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software

More information

PaymentNet Federal Card Solutions Cardholder FAQs

PaymentNet Federal Card Solutions Cardholder FAQs PaymentNet Federal Card Solutions It s easy to find the answers to your questions about PaymentNet! June 2014 Frequently Asked Questions First Time Login How do I obtain my login information?... 2 How

More information

Getting Started using the SQuirreL SQL Client

Getting Started using the SQuirreL SQL Client Getting Started using the SQuirreL SQL Client The SQuirreL SQL Client is a graphical program written in the Java programming language that will allow you to view the structure of a JDBC-compliant database,

More information

Installation Guide for Pulse on Windows Server 2008R2

Installation Guide for Pulse on Windows Server 2008R2 MadCap Software Installation Guide for Pulse on Windows Server 2008R2 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

User guide. Business Email

User guide. Business Email User guide Business Email June 2013 Contents Introduction 3 Logging on to the UC Management Centre User Interface 3 Exchange User Summary 4 Downloading Outlook 5 Outlook Configuration 6 Configuring Outlook

More information

Evaluator s Guide. PC-Duo Enterprise HelpDesk v5.0. Copyright 2006 Vector Networks Ltd and MetaQuest Software Inc. All rights reserved.

Evaluator s Guide. PC-Duo Enterprise HelpDesk v5.0. Copyright 2006 Vector Networks Ltd and MetaQuest Software Inc. All rights reserved. Evaluator s Guide PC-Duo Enterprise HelpDesk v5.0 Copyright 2006 Vector Networks Ltd and MetaQuest Software Inc. All rights reserved. All third-party trademarks are the property of their respective owners.

More information

RoboMail Mass Mail Software

RoboMail Mass Mail Software RoboMail Mass Mail Software RoboMail is a comprehensive mass mail software, which has a built-in e-mail server to send out e-mail without using ISP's server. You can prepare personalized e-mail easily.

More information