Installation problem
I have an application(.msi) which installs well in user interface mode. But Using Basic user interface mode( /qb!) the application is not installation well. Its shows a progress bar which says gathering informatiion and stops. only few files are installed on the installed directory. Shortucts are not shown on startup menu. Give the solution
0 Comments
[ + ] Show comments
Answers (7)
Please log in to answer
Posted by:
hari4243
13 years ago
Posted by:
Dodgyguy
13 years ago
Posted by:
mayur_mak
13 years ago
Posted by:
anonymous_9363
13 years ago
Check the Custom ActionsTo expand on Rajdeep's response, it is almost certain that there is at least one CA in the User Interface sequence which isn't in the Execute Immediate sequence, a common error. It should be easy enough to spot but, if you can't locate it/them, use a verbose log when installing silently and non-silently, then compare the two. Once you have located the culprit(s), simply copy it/them to the Exdecute Immediate sequence.
Posted by:
anonymous_9363
13 years ago
make it null or change it in to Execute Immediate sequenceEr..."make it null"? What does that mean? And moving it tothe EI sequence means it won't run in the UI sequence. The OP needs to copy the CA to the EI sequence.
check in log for "value 3"That text will only appear if the installation errors and fails. I'm not sure that this is the case here.
@OP:
Give the solutionWhilst I appreciate that English isn't your first language, you may want to cultivate some manners and ask your questions more politely.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.