I have a EULA rtf inside a scrollable edit control. I have many links inside this EULA that absolutely have to be clickable. How can I make this happen? I can't seem to get it to work.
I was wondering if there are any crash reports that are generated if an installer unexpectedly crashes when a user is using it. I would like to send any such report to a backend server so I can try and fix any errors with the installer.
I would like to automatically minimize my install window at certain times. Preferably into the system tray. I would than like the installer to comeback when my processes are done.
But I still have one issue. I will have like 400 registry keys that will be checked. Does this mean I need to setup a "Show Only If" condition on every single one??
Also what kind of condition do i set on the AI_AppSearchEx if my Property name is PreReqSearch for ...
I have a prerequisite that I need to set install conditions of. I need to check for the existence of registry keys.
The problem is I need to check for like 400 different keys in different locations. Is there a way I can just mass import these from an excel file or something or do I have ...
Very basically in it's simplest form I want to put a button on my dialog that minimizes to installer window same operation that this button does on all windows http://i.imgur.com/oUXAdiW.gif
Just want a button that says "Minimize" or something and when you click it the ...
I would like to implement a progress bar above the main progress bar that is constantly moving Going from 0% - 100% quickly and restarting.
I have some prerequisites that take a little long from time to time and I just want to show that stuff is happening and not give the user a sense that ...
I have a Scrollable box linking to a RTF license agreement. I need clickable hyperlinks inside this agreement and I was wondering how this could be achieved. I have put the hyperlinks into the RTF file with an editor but inside the installer they are not clickable and just show the url ...
After much trial and error I think I found my solutions.
On My Button I created an "Set installer property value" event with and argument of 0. After that I added a custom action event UpdateFeatureInstallState.
Then under organization and my prerequisite I checked Install based on Condition and ...
Hello, First off I am completely new to this software.
Here is what I am trying to do. I have 3 prerequisites that I set as feature based. Instead of the default Prerequisite Dialog I created a an individual dialog for each of my features giving more information about each feature. On each of the ...