Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

In previous SA versions ASA9; SA10 for silent installation was used prepared file setup.iss and to check result of silent installation inside setup.log file ResultCode entry. In SA12 silent installation mechanism is changed. How to implement installation described in documentation but how check that installation is finish successful I don't find in documentation. Please help to find answer to this question.

asked 14 Mar '11, 11:25

HBrener's gravatar image

HBrener
426232535
accept rate: 0%


In SA12 installs, you can tell the status of the install by checking the return code from setup.exe. If 0 is returned, the install was successful. If another value is returned, it will be the return code from msiexec.exe and you can find a list of the return codes here.

You can tell when the install is completed when the setup.exe process is no longer running.

permanent link

answered 15 Mar '11, 16:15

Bill%20Hillis's gravatar image

Bill Hillis
83637
accept rate: 66%

edited 15 Mar '11, 17:59

Volker%20Barth's gravatar image

Volker Barth
40.2k361550822

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×63

question asked: 14 Mar '11, 11:25

question was seen: 1,513 times

last updated: 15 Mar '11, 17:59