Installer Interface GUI in InstallAnywhere

installanywhereExpert created the topic: Installer Interface GUI in InstallAnywhere Most aspects of an InstallAnywhere installer’s user interface can be modified. As a developer of an InstallAnywhere installer, you can alter…

Read more »

Actions in InstallAnywhere

installanywhereExpert created the topic: Actions in InstallAnywhere InstallAnywhere supports an extensible action architecture that gives developers the ability to perform operations during installation. Some of these actions are as simple…

Read more »

Rules in InstallAnywhere

installanywhereExpert created the topic: Rules in InstallAnywhere InstallAnywhere Rules can be applied to any action within the InstallAnywhere installer, as well as to organizational units such as Install Sets, Features,…

Read more »

Uninstaller in InstallAnywhere

installanywhereExpert created the topic: Uninstaller in InstallAnywhere InstallAnywhere automatically creates an uninstaller for each project. The uninstaller can be removed manually. The InstallAnywhere uninstaller typically removes all files and actions…

Read more »

How to Silenlty Install Application Using Install Anywhere

installanywhereExpert created the topic: How to Silenlty Install Application Using Install Anywhere Steps to Create Installation Silently 1. Edit Installer.properties file for customisation Eg: EDIT the installation directory in USER_INSTALL_DIR…

Read more »

How to Set the Preferrence for AOL Through Wise Script

installanywhereExpert created the topic: How to Set the Preferrence for AOL Through Wise Script The setting preference is stored under HKEY_CURRENT_USER\Software\America Online\AOL Instant Messenger (TM)\CurrentVersion\Users If you want to apply…

Read more »

Appliction Error once Installation is completed.

installanywhereExpert created the topic: Appliction Error once Installation is completed. We have Installer created in Wise Script. Once the installer is over then it gives application error i.e Setup.exe stopped…

Read more »

Installing .cab file with .osd file

installanywhereExpert created the topic: installing .cab file with .osd file I have an application which has just one cab file containing class files in it and along with cab file…

Read more »

Quiet mode

installanywhereExpert created the topic: Quiet mode I get a issue when using quiet mode, the problem is: I’m always prompted to select a language when installing”myapp.exe /quiet” if destination computer’s…

Read more »

Script to update file sequence in a MSI

installanywhereExpert created the topic: script to update file sequence in a MSI If we have to add 1000 new files to a MSI all the new files will have the…

Read more »

DLL got unregistered!!!

installanywhereExpert created the topic: DLL got unregistered!!! I got issue while uninstallation of one application affected other application(dll’s got unregistered) and that application stopped working.I never used file/component isloation cause…

Read more »

AutoIt v3

installanywhereExpert created the topic: AutoIt v3 AutoIt continues to be FREE !! AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting. It…

Read more »

LaunchAnywhere in InstallAnywhere

installanywhereExpert created the topic: LaunchAnywhere in InstallAnywhere LaunchAnywhere is Macrovision’s Java application launcher technology. A native executable used to launch a Java application, LaunchAnywhere technology creates double-clickable icons on Windows…

Read more »

Magic Folders in InstallAnywhere

installanywhereExpert created the topic: Magic Folders in InstallAnywhere InstallAnywhere uses Magic Folders to define installation locations. These Magic Folders are a way of keeping track of installation locations. InstallAnywhere can…

Read more »

SpeedFolders in InstallAnyewhere

installanywhereExpert created the topic: SpeedFolders in InstallAnyewhere Using SpeedFolders will dramatically increase installation speed and memory efficiency. Similar to folders that are added to a project using the Add Files…

Read more »

InstallAnywhere Variables

installanywhereExpert created the topic: InstallAnywhere Variables During installation, InstallAnywhere keeps track of dynamic values through the use of variables. Almost every dynamic value in InstallAnywhere, such as the path that…

Read more »

Installer Sub-Projects: Merge Modules in InstallAnywhere

installanywhereExpert created the topic: Installer Sub-Projects: Merge Modules in InstallAnywhere Merge Modules are essentially installer sub-projects that can be created independently of one another and later merged together. A Merge…

Read more »

Action Groups in InstallAnywhere

installanywhereExpert created the topic: Action Groups in InstallAnywhere Action Groups make InstallAnywhere projects more manageable and easier to understand. They allow the developer ability to logically group a set of…

Read more »

Templates in InstallAnywhere

installanywhereExpert created the topic: Templates in InstallAnywhere A template is the starting point for every new installer project. A template can be a simple empty project, or it can contain…

Read more »

Project File in InstallAnywhere

installanywhereExpert created the topic: Project File in InstallAnywhere InstallAnywhere stores every project in its own XML file. These XML-based project files can be checked in and out of source control…

Read more »