Вопрос Modify the StatusLabel

nizcoz

Участник
Is it possible to change the position (top) of one of the status messages of the installation? (only one)

Код:
; *** Installation status messages
StatusClosingApplications=Closing applications...
StatusCreateDirs=Creating directories...
StatusExtractFiles=Completing the installation...
StatusCreateIcons=Creating shortcuts...
StatusCreateIniEntries=Creating INI entries...
StatusCreateRegistryEntries=Creating registry entries...
StatusRegisterFiles=Registering files...
StatusSavingUninstall=Saving uninstall information...
StatusRunProgram=Finishing installation...
StatusRestartingApplications=Restarting applications...
StatusRollback=Rolling back changes...
 

nizcoz

Участник
I am using ISDone to decompress arc files (ssInstall). At the end of the decompression (still installing page) shows only: StatusExtractFiles, StatusCreateIcons, StatusSavingUninstall. I hide the statuslabel when the decompression is running (because i delete the line WizardForm.StatusLabel.Caption:=ExpandConstant('{cm:Extracted}');), but after, this messages shows. I want that this messages shows at the same position (Top) that the FileNameLabel.
 
Последнее редактирование:
Сверху