/build/static/layout/Breadcrumb_cap_w.png

Installshield iss file misses dialogue screns

I was wondering what might cause an Installshield iss answer file to miss certain dialogue screens both when being recorded and then again when the setup.exe is being installed silently.
Sony Digital Voice Editor software prompts for Help Language, but /r will not record this screen
Olympus DSS Player 7.1 prompts for User/Organization/SerialNumber, but /r will not record this screen either.
The other dialogue boxes get recorded in the iss file okay for both apps.
Thanks in advance for any insights or help...

1 Comment   [ + ] Show comment
  • hi,
    is there any solution for this case?
    i have got same problem, too and i don't know how i find out this case.
    please help me!
    thanks - chk 9 years ago

Answers (8)

Posted by: Kazakh 12 years ago
Yellow Belt
1
Also you can check the setup.ini file, in some cases there are options in there to suppress certain dialogs.

Comments:
  • Thanks so much! I am packaging a further InstallShield exe - the setup.iss was just created AFTER the Language-dialogue - your comment made me to exchange the "Y" in the setup.ini against a "N" :-) thanx a lot!!! - Syntaggs 5 years ago
Posted by: dannyarya 12 years ago
Senior Purple Belt
0
Hi,

You can try to pass those value thru the command line when you are generationg the .iss file.
Posted by: edW 12 years ago
Yellow Belt
0
Thanks. Is there any documentation that describes how to pass values through the command line to the iss file, or what to enter in setup.ini files that are recognized by the setup process. i.e. are there any syntax standards to follow and where can documentation be found?
Posted by: andemats 12 years ago
2nd Degree Black Belt
0
Try teh following
setup.exe /s /v"/qn PROPERTY=value" /f1:"responsefile" /f2:"logfile"

The /v switch passes the arguments to the MSI
Posted by: henrik80 12 years ago
Second Degree Blue Belt
0
There are plenty of command line tips, here are some i found.
http://www.appdeploy.com/articles/InstallShield%20Setup%20Parameters.pdf

http://itninja.com/blog/view/appdeploy---command-line-installation

http://www.appdeploy.com/tips/detail.asp?id=18
Posted by: chk 9 years ago
White Belt
0
hi everybody :)
is there any solution for this problem?
Posted by: chk 9 years ago
White Belt
0
hi everybody,
is there any solution this case?
i have got same problem, too and i don't know how i find out this case.
please help me!
thanks
Posted by: EdT 9 years ago
Red Belt
0
There may not be a solution to this case, as there is no Installshield requirement for installation developers to allow for a fully silent installation. If dialogs are being created by custom actions rather than by using standard dialog tools, then the ISS file will not be able to handle them.  In that case you may be able to solve the issue with AutoIT or by spawning a custom action of your own (asynchronous, no wait) that looks for the dialog window and passes an appropriate command to it.  I've seen code examples to do this on ITNinja so just search around. In fact I just found your question in the thread http://www.itninja.com/question/installshield-response-file-one-dialogue-box-still-pops-up-during-silent-install?source=itn_email&campaign=digest&medium=daily&content=question_detail where rvlieberg has provided you with sample code.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ