View Issue Details

IDProjectCategoryView StatusLast Update
0000024Inno Script StudioPreferencespublic2018-02-24 14:56
ReporterswierzbickiAssigned Totimchilvers 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformWin32OSWindowsOS Version7.1
Product Version 
Target VersionFixed in Version 
Summary0000024: "Associate Inno Setup Script (*.iss) files with this compiler" doesn't works
DescriptionI'm getting a warning message telling me that I need to run Inno Script Studio as an administrator. Problem is that I'm running the application with administrator rights.
Steps To ReproduceRun Inno Script Studio with administrator rights

In the menu, select Tools\Options\File associations and the click on "Associate Inno Setup Script (*.iss) files with this compiler" button
Additional InformationI'm running a French windows 7 SP1 computer attached to an Active Directory domain
TagsNo tags attached.

Activities

timchilvers

2011-06-15 15:09

administrator   ~0000036

The check to see if the application was elevated by the OS was only checking for the elevation type of TokenElevationTypeFull for the API call GetTokenInformation.

However when UAC is turned off on both Windows Vista and Windows 7, GetTokenInformation will always return a elevation type of TokenElevationTypeDefault only.

This has been corrected to check for both full and default elevation types. Also if Inno Script Studio can not establish the correct elevation status, Inno Script Studio will now spawn an elevated process to register the file extension.

Issue History

Date Modified Username Field Change
2011-06-15 12:09 swierzbicki New Issue
2011-06-15 12:49 timchilvers Assigned To => timchilvers
2011-06-15 12:49 timchilvers Status new => assigned
2011-06-15 15:00 timchilvers Status assigned => confirmed
2011-06-15 15:09 timchilvers Note Added: 0000036
2011-06-15 15:09 timchilvers Status confirmed => resolved
2011-06-15 15:09 timchilvers Resolution open => fixed
2018-02-24 14:56 timchilvers Status resolved => closed