View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000024 | Inno Script Studio | Preferences | public | 2011-06-15 12:09 | 2018-02-24 14:56 |
Reporter | swierzbicki | Assigned To | timchilvers | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Win32 | OS | Windows | OS Version | 7.1 |
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0000024: "Associate Inno Setup Script (*.iss) files with this compiler" doesn't works | ||||
Description | I'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 Reproduce | Run 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 Information | I'm running a French windows 7 SP1 computer attached to an Active Directory domain | ||||
Tags | No tags attached. | ||||
|
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. |
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 |