I want to create an InstallShield Project that has a custom dialog containing a few text boxes that will be dynamically filled in with data from a text file (date, version info etc..) when the install runs. Is this possible?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think that depends on where the file lives.
If the file exists already in the system (XML or INI formats, it could also be the registry), you could use System Search to find them. If found, the values would be stored in properties, which then you can use in your dialog (there’s a Property field that you can use).
If it’s a file you are installing then that’s a different story, because at the time of the GUI execution, you will not have access to it.
If you provide more information then I could give some more specific advice. Things like: Where does the file live? who modifies it? is it part of the installation?
Regards,
Juan Carlos