This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- InstallAnywhere Readme files
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 31, 2018
08:24 AM
InstallAnywhere Readme files
I am using InstallAnywhere 2012. In the post-install section the installer is showing a readme . There are internal and external links in the readme file. The internal ones are not working(it is not navigating to the respective section of readme).
Tutuapp 9appsshowbox
I tried to open the readme.html in a browser and there it works fine.
Tutuapp 9appsshowbox
I tried to open the readme.html in a browser and there it works fine.
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 22, 2018
11:18 AM
Assume that InstallAnywhere is not the problem. Assume that it works exactly the way it’s supposed to and instead look at your own code for the problem.
For instance. I used some code out of a book when it ran everything worked perfect. Then I changed what it was to look at and suddenly the end result was totally wrong.9appsWhat I didn’t realize was that it was using a message box that had a limit to how much text you can put into it. As a result the message box showed just the header and nothing else. When I change it to use a text box which has a much larger text limit then the result was what I expected.
For instance. I used some code out of a book when it ran everything worked perfect. Then I changed what it was to look at and suddenly the end result was totally wrong.9appsWhat I didn’t realize was that it was using a message box that had a limit to how much text you can put into it. As a result the message box showed just the header and nothing else. When I change it to use a text box which has a much larger text limit then the result was what I expected.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 22, 2018
11:22 AM
I am kind of new to Installanywhere. I am working on Linux based installer and to ssh into other machine I need to pass the password as a parameter. For that, I would like to package and use9apps
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 26, 2021
01:09 AM
The details may be found in the InstallAnywhere docs and a textbook (for Flexera students to buy book review) . I shared the guide how to navigate the internal links in the readme files.
