I'm currently changing the style for some of the dialogues, but I cannot find a way to change the status messages that appear during install. I mean the status messages that appear at the PreparDlg and ProgressDlg, e.g. "Validating Install", "Copying new files" or "Registering Product". I need ...
How can I enable/disable UI components using buttons? I have two buttons "yes" and "no", and I want to use those buttons to enable/disable specific UI components, e.g. the "Next" button. So if I press "yes" the "Next" button is enabled, if I press "no" it's disabled.
is it possible to select a different picture for the prerequisites wizard? Currently the same picture as in the .MSI is used, however, due to the different size the picture gets stretched and therefore distorted. This looks quite bad, as the the picture contains product logos and I want them to ...
I set permissions for the IUSR account without using a custom action. In the Files and Folders section I add permissions for "IUSR_[ComputerName]" to the files and folders where my application needs them. This seems to work, therefore I wonder isn't this the way it's supposed to work?
Yes, you are right, I use viewer.exe to run the custom action. I followed gigi's explanation:
Note that you need to add those files in the "Files and Folders" view in the same folder. To launch the .vbs file switch to "Custom Actions" page and "Add Predefined Custom Action->Launch File ...
I use the script provided by gigi to hide my .cmd custom actions. This is working fine so far, I used it in several projects already. However, now one of my customers experienced the issue that the script was not executed, but opened with Microsoft Visual Studio. This, of course, prevented my ...
would it be possible to rename the virtual directory at the end of the installation? I thought about a vbscript, maybe you have a script example how this would work?
Thanks.
I would like to specify the name for a virtual directory during installation, however, it seems I cannot use a property fir the virtual directory name.
I need to add a Browse File dialog to my project and followed the instructions mentioned in this thread. On my Windows XP machine this works fine, but the Browse File dialog does not get the focus. Is there an easy way to fix this?
On my Windows Server 2003 machine the browse button does not ...
FOLLOW US