cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
luvalgi
Level 2

Error 1755 at the end of installation

At the end of the installation a messagebox is showed with an error 1755 , which refers to an error 1622. The installation however seems to have completed correctly. I believe the problem is related to installing an executable (Firebird-2.5.9.27139_0_x64.exe) which is installed via a custom action that runs a script that calls the following command:

LaunchAppAndWait(supportDirPath + "\\Requirements\\Firebird-2.5.9.27139_0_x64.exe","/SP- /VERYSILENT",WAIT);

The custom action is run in deferred mode with user context and no error is found in the installation log after the task is completed.

If i disable the custom action there is no error, and therefore i think the error is linked to that action.


The error occurs in all the PCs on which I tried the installation and therefore it is not linked to some configuration problem of a particular PC. Even launching setup with administrative rights does not solve the problem.

I attach the log file.

Labels (1)
0 Kudos
(1) Reply
varul
Revenera Moderator Revenera Moderator
Revenera Moderator

Hi @luvalgi ,

 If you install the exe Firebird-2.5.9.27139_0_x64.exe out of installshield setup.exe is it  installing without any issues?

Is it newly added script or working earlier, facing issue now.?

Try to change the script execution to immediate or deferred exec in system context is it working and verify it works or not.

0 Kudos