Setup Factory 9.5.3

Released: Jan 4, 2019

9.5.3 버젼 업데이트

수정사항

  • Fix: Fixed a bug where Setup Factory's design environment was incorrectly declared as DPI-aware in its manifest. This caused the interface to scale poorly in high dpi environments.
  • Fix: Enabled GDI scaling on Windows 10 (1703) or later for Setup Factory's design environment. This improves how the interface looks in high dpi environments.
  • Fix: Fixed screen previews on Windows 10 (1703) or later when GDI scaling is enabled.
  • Fix: Fixed a bug in the 'File.Install', 'File.Copy' and 'File.Move' actions where if the source file and destination file were the same, the source file would be deleted.
  • Fix: Fixed a bug in 'IRScriptEditor.exe' where if you clicked on the keyword tooltip in the editor a crash would occur. Updated version to 2.0.1003.0.
  • Fix: Added an empty string check for the base folder path in the global function 'g_FillComboBoxWithShortcutFolders' in '_SUF70_Global_Functions.lua'. If the setup was run from the 'system' account, %StartProgramsFolder% would contain a blank path causing an incorrect folder search. As a result the setup would appear to hang on the 'Select Shortcut Folder' screen.
  • Fix: Changed the 'Select Shortcut Folder's default 'On Preload' script so that '_UsePerUserFolders' is set to false, and the user profile selection is hidden if the per-user start menu programs folder was not available (returned blank). This could occur if the setup was run under the 'system' user account.
  • Fix: Fixed the order in which controls are drawn in the custom screen editor.
  • Fix: Fixed the Arrange tools in the custom screen editor so they work correctly. For example, choosing Arrange > Bring to Front now correctly brings the selected control to the front.
  • Fix: Fixed how controls are selected by left clicking in the custom screen editor. It is now possible to select a control when it is in front of another one, e.g. a radio button in front of a group box can now be selected. Clicking where controls overlap will select the control that is closest to the front (unless one of the controls is already selected).
  • Fix: Made it so clicking on a control that is in front of the selected control in the custom screen editor does not change which control is selected (unless you hold the Shift key while clicking). This is so you can interact with a control that is covered by another one. To select a different control that is above the currently selected control, first click somewhere else to deselect the current control. Alternatively, you can hold the Shift key to select the control that is closest to the front even if it's on top of another control that is already selected.
  • Fix: Made it so right-clicking on a selected control in the custom screen editor does not deselect the control. For example, you may now select a control with the drop-down menu and right-click on it to move it to the front, even if it is behind other controls.