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
- :
- How to Solve blocked program issue when UAC ON?
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
‎Nov 11, 2008
05:34 AM
How to Solve blocked program issue when UAC ON?
I will below manifest into my project and
I added string value into register:
HKLM\Software\Microsoft\Windows\CurrentVersion\Run\
when packing installer by using IS2008(InstallScript
project)
After installing and reboot PC, when UAC on,
my program is blocked by Windows Defender.
Could I modify my AP or InstallShield to prevent
my program from being blocked?
Thanks for your help
//--------------------------------------------//
manifestVersion='1.0'>
level="requireAdministrator"
uiAccess="false"/>
I added string value into register:
HKLM\Software\Microsoft\Windows\CurrentVersion\Run\
when packing installer by using IS2008(InstallScript
project)
After installing and reboot PC, when UAC on,
my program is blocked by Windows Defender.
Could I modify my AP or InstallShield to prevent
my program from being blocked?
Thanks for your help
//--------------------------------------------//
manifestVersion='1.0'>
level="requireAdministrator"
uiAccess="false"/>
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 11, 2008
05:49 AM
You can try signing the file using a trusted CA?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 11, 2008
08:39 PM
thepeter wrote:
You can try signing the file using a trusted CA?
Dear Sir:
Could you tell me how to signing my app(.exe) using a trusted CA?
Does it need to spend money?