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
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Checkbox for 'Show the Windows Installer log'
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
Apr 28, 2023
03:42 PM
Checkbox for 'Show the Windows Installer log'
HI
I have a Basic MSI project for which the checkboxes for 'Show the Windows Installer log' were deleted. Seems like a simple matter to add them back in. I can easily do one... but when I try to add that checkbox to another SetupComplete dialog I can't use the property ISSHOWMISLOG because "Another Checkbox is already using the property ISSHOWMSILOG. Please enter a different property." How can I get back to the way it is for other Basic MSI projects where all 3 SetupComplete dialogs use that property?
Thanks
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
May 01, 2023
08:58 AM
Never mind. Just need to use Direct Editor, add ISSHOWMSILOG in 'Property' column for Control.
