cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
palanisamy
Level 7

Installation Problem

Hi,

During the installation of my application, installanywhere throws the following error message, please check attached image file.

I tried command line option also same result.
Labels (1)
0 Kudos
(6) Replies
SunnyBoy
Level 6

This error occurs when the installer is invoked in a UI mode that has not been selected as an allowable UI mode in the project. For example, if "Silent" has not been selected as an allowable UI mode, and the user tries to run a silent install, the user would receive this error.

In order to resolve this error, follow these steps:
a) Open the project in the IDE, specifically in Advanced Designer mode.
b) Navigate to the Installer UI > Look & Feel > General UI Settings tab.
c) Under Allowable UI Modes, check the checkbox corresponding to the previously unsupported UI mode (i.e. Silent) that caused the error.
d) Build the project.
e) Run the installer.

Cheers
SunnyBoy
0 Kudos
palanisamy
Level 7

Thanks for reply Sunny Boy, I selected silent, GUI and console mode, but it throws the same error message.
0 Kudos
rahulgupta
Level 3

could you let me know into which OS you are running this installer?
0 Kudos
palanisamy
Level 7

The installer is not working on windows 2008 OS, but it is working fine on Windows XP, 2003 OS.
0 Kudos
stevewdj
Level 3

Do you have an O/S check rule. If yes, make sure Windows 2008 is added. Or you can use Windows (all)
0 Kudos
SunnyBoy
Level 6

Under project -> config-> Installer VM Heap Size, try setting the minimum heap size to "134217728"(128M), and the maximum heap size to "540016640" (512M).

I think this might solve the issue.

Cheers
SunnyBoy
0 Kudos