Скрипт Простой скрипт v0.1 (в стиле FitGirl)/Simple script v0.1 (FitGirl Style)

@SakAwans, Что-то немного странно начинать распаковку с PostInstall :)
а следом еще действий в шаг добавлять
Код:
procedure CurStepChanged(CurStep: TSetupStep);
var
....
begin
  if CurStep = ssPostInstall then

и если уж делаете выполнение компонентов в
Код:
#ifdef Components
    #if Components == "Yes"
  if CurStep = ssPostInstall then
  begin
   ...
  end;
    #endif
  #endif
то добавляйте проверку and not ISDoneError
а то шаг будет выполняться даже если будет ошибка распаковки архивов

Это так замечание к доработке.
 
https://ibb.co/WjTwTPJ


bro music button and other button in left down corner not showing and pls i am new here how to edit this script to make own repack means how to edit this script means how to insert bin files means renaming and ow to rename exe files etc in script and which method of compression this script and how to rename exe file in which section the installer should know to create shortcut of exe and in which section to edit means rename bin files where installer know to extract the bin files i have created 3bin files and using srep+lolz method i never reply in krinkels org but today by seeing this script errors i needed to reply and i need an solution and detail about that how to edit this script to make own repack other things i have learned from my self
 
Назад
Сверху