Hi,
I use AdvancedInstaller 9.6.1 and am creating the installer.
The tree view of the folder browser dialog displayed from custom action is not redrawn.
Custom action was created as EXE of .NET Framework.
A phenomenon occurs only in Windows Server 2003 R2.
Is there any method which is made to be redrawn?
The specification of custom action (exe) is as follows.
- Display a window.
- In a window, it is a reference button.
- Display a folder browser dialog by reference button depression.
A setup by AdvancedInstaller was performed as follows.
1) Choose "Simple" of "Generic Tempretes" and create a project.
2) Add the item "Custom Actions".
3) Register custom action into "Application Folder" by "Files and Folders".
4) Register "Launch installed file" by "Custom Actions", and register custom action by "Add Custom Action with Sequence".
5) Choose "Commit with no impersonation" by "Execution Options" of custom action.
It checked by the following operations.
1) Arrange the created installer to the desktop of Windows Server 2003 R2.
2) Start in a double click.
3) Advance till the place which custom action starts.
4) Depress a reference button.
5) Depress a new folder button.
-- It is not reflected in a tree view although a new folder is created at this time.
6) Choose another folder and delete with the Delete key.
-- It is not reflected in a tree view although a folder is deleted at this time.
7) Close a dialog and depress a reference button again.
-- The folder created and deleted is reflected and displayed.
Regards,
-Ken