Diberdayakan oleh Blogger.

Pages - Menu

Popular Post

About

Investasi Logam Mulia Antam

About

Play Strategy Game on MarketGlory

Blogger news

Blogroll

Blogger templates

Sabtu, 31 Agustus 2013

Inno Setup 5.5.3 logo
On previous topic, we have used Access 2010 Runtime to help to distribute Access 2010 application for other users. Actually, there is several ways, how an Access 2010 application can be distributed over many users. In this topic we will use Inno Setup instead of using Access 2010 Runtime.

What is Inno Setup?
Inno Setup is a free installer for Windows programs. First introduced in 1997 and developed by jordan russell's software. Inno Setup today rivals and even surpasses many commercial installers in feature set and stability. It is really free of charge, even for commercial use.

Key features:

  • Support for all versions of Windows in use today: Vista, XP, 2008, 2003, 2000, Me, 98, 95, and NT 4.0. (No service packs are required.)
  • Extensive support for installation of 64-bit applications on the 64-bit editions of Windows. Both the x64 and Itanium architectures are supported. (On the Itanium architecture, Service Pack 1 or later is required on Windows Server 2003 to install in 64-bit mode.)
  • Supports creation of a single EXE to install your program for easy online distribution. Disk spanning is also supported.
  • Standard Windows 2000/XP-style wizard interface.
  • Customizable setup types, e.g. Full, Minimal, Custom.
  • Complete uninstall capabilities.
  • Installation of files: Includes integrated support for "deflate", bzip2, and 7-Zip LZMA file compression. The installer has the ability to compare file version info, replace in-use files, use shared file counting, register DLL/OCX's and type libraries, and install fonts.
  • Creation of shortcuts anywhere, including in the Start Menu and on the desktop.
  • Creation of registry and .INI entries.
  • Integrated Pascal scripting engine.
  • Support for multilingual installs.
  • Support for passworded and encrypted installs.
  • Silent install and uninstall.
  • Full source code is available (Borland Delphi 2.0-5.0).
You can download the latest version at : http://www.jrsoftware.org/
After you download and install this program application, do the following steps. Remember our objective is distribute an Access 2010 application to user, instead of using Access 2010 Runtime.

  1. Convert your Access 2010 file (*.Accdb) to Executable file (*.Accde).
    Convert *.Accdb to *.Accde
  2. Open Inno Setup Compiler 5.5.3 >> Create a new script file using the Script Wizard >> Ok.
  3. Leave blank the feature Create a new empty script file >> Next.
  4. Fill your Application Information >> Next.
  5. Give your application name on Application folder name  >> Next.
  6. Browse and choose your Access 2010 (*.Accde) that you have been converted before and change your Open option to All Files.
  7. Browse your license statement / license agreement (*.txt, *.rtf). You can make and declare it with your own version by using notepad application. Click Next.
  8. Set your compiler output folder, name file and also your setup icon.
  9. Choose Yes, use #define compiler directives >> Next >> Finish.
  10. Click Yes on confirmation window.
  11. Wait until show a Finished status.
  12. Finally your Access 2010 application compiled to *.Exe application.
Now you can distribute and install this Access 2010 setup to another computer. :)
 
Rabu, 28 Agustus 2013

Package Wizard enables you to distribute Access 2010 applications to users who do not have the full version of Access 2010 installed on their computers. It often called as Access 2010 Runtime application. Some users have encountered some difficulties when trying to execute and use this application on their computers, including me. There are some simple steps that you could follow or try it, lets check it out.

  1. Ensure your Microsoft Access 2010 installer has included with Add-ins, called 'Package Wizard'. You will see it when you run the installer for the first time (picture below), it seems your Microsoft Access 2010 installer doesn't have the Add-ins and of course you can't execute Package Wizard or Access 2010 Runtime, so just follow to step 2.
    installing Microsoft Office 2010
  2. Download Microsoft Access 2010 Runtime application on http://www.microsoft.com/en-us/download/details.aspx?id=10910 , there are two types Runtime application, for 32-bit OS and 64-bit OS. 
    choosing Runtime application
  3. When finished, put the Runtime application on the same folder with your Microsoft Office 2010 installer.
    Microsoft Office 2010 folder
     
  4. Double click to Microsoft Office 2010 setup >> Add or Remove Features >> Next. 
    reinstalling Microsoft Office 2010
  5. Add-ins 'Package Wizard' should be available, if doesn't available, you can change it to 'Run from My Computer' then click Continue.
    change Package Wizard directory
  6. Installation done and restart your computer.
  7. Finally, your 'Access 2010 Runtime' or Package Wizard ready to go... :)
    Runtime ready to use
  8.  The following link will explain how to use 'Package Wizard' / Access 2010 Runtime http://www.addictivetips.com/microsoft-office/access-2010-windows-installer-package-solution-wizard/
    Have a nice try :)