Показать полную графическую версию : Скрипты Inno Setup. Помощь и советы [часть 3]
Парни чёто у меня не получается подцепить этот скрипт к моему может кто-нибудь помочь???
Вот мой скрипт (http://forum.oszone.net/attachment.php?attachmentid=60372&stc=1&d=1298813216) .
Заранее благодарен!!!
STRAYKER
27-02-2011, 17:06
Как изменить цвет текста
Как сделать чтобы перед началом установки появлялась картинка
STRAYKER
27-02-2011, 17:08
Как сделать чтобы перед началом установки появлялась картинка
STRAYKER
27-02-2011, 17:23
Как изменить цвет текста
STRAYKER, используй форм дизайнер в inno ultra, там есть пункт Font там и найдёш цвет, а перед установкой это splash, но к сожалению скрипта дать не могу, недавно стёр(((
Devils0411
27-02-2011, 19:28
Кто-нить может подсказать решение моей (http://forum.oszone.net/post-1621081-871.html) проблемы?
Gnom_aka_Lexander
27-02-2011, 19:54
Devils0411,
setup.exe /SILENT /TYPE=Const2
Если в скрипте указаны типы - то используй команду типов, если задачи, то команду задач, если ни то, ни другое, тогда работает ключ на компоненты (обнаружил экспериментальным путем :))
Devils0411
27-02-2011, 19:58
Лександер, Это конечно интересно, но раньше так устанавливал - нормально работало... щас надо было обновить.... после сборки и запуска через те же команды, процесс отрабатывает не корректно...
Gnom_aka_Lexander
27-02-2011, 20:06
STRAYKER,
Во первых тебе сюда (http://forum.oszone.net/thread-190621-92.html) во вторых - искать нужно это было сделано неоднократно. Подсказка - начни с шапки.
Devils0411
27-02-2011, 20:10
Лександер, C TYPE не хочет отрабатывать... Нужно комментировать эту секцию, но тогда при обычном запуске, без ключа Silent, появляется выбор из двух компонентов, выбор состоит из "Обычная, выборочная, и минимальная" при выборе одного из них, ниче не меняется.
Gnom_aka_Lexander
27-02-2011, 20:13
Devils0411, ты запускал так:
setup.exe /SILENT /TYPE=Const2 - правильно
Или так:
setup.exe /SILENT /TYPE="Const2" - неправильно
?
Вот ключи из справки от версии 5.41, может кто переведет?
The Setup program accepts optional command line parameters. These can be useful to system administrators, and to other programs calling the Setup program.
/SP-
Disables the This will install... Do you wish to continue? prompt at the beginning of Setup. Of course, this will have no effect if the DisableStartupPrompt [Setup] section directive was set to yes.
/SILENT, /VERYSILENT
Instructs Setup to be silent or very silent. When Setup is silent the wizard and the background window are not displayed but the installation progress window is. When a setup is very silent this installation progress window is not displayed. Everything else is normal so for example error messages during installation are displayed and the startup prompt is (if you haven't disabled it with DisableStartupPrompt or the '/SP-' command line option explained above).
If a restart is necessary and the '/NORESTART' command isn't used (see below) and Setup is silent, it will display a Reboot now? message box. If it's very silent it will reboot without asking.
/SUPPRESSMSGBOXES
Instructs Setup to suppress message boxes. Only has an effect when combined with '/SILENT' and '/VERYSILENT'.
The default response in situations where there's a choice is:
•Yes in a 'Keep newer file?' situation.
•No in a 'File exists, confirm overwrite.' situation.
•Abort in Abort/Retry situations.
•Cancel in Retry/Cancel situations.
•Yes (=continue) in a DiskSpaceWarning/DirExists/DirDoesntExist/NoUninstallWarning/ExitSetupMessage/ConfirmUninstall situation.
•Yes (=restart) in a FinishedRestartMessage/UninstalledAndNeedsRestart situation.
5 message boxes are not suppressible:
•The About Setup message box.
•The Exit Setup? message box.
•The FileNotInDir2 message box displayed when Setup requires a new disk to be inserted and the disk was not found.
•Any (error) message box displayed before Setup (or Uninstall) could read the command line parameters.
•Any message box displayed by [Code] support function MsgBox.
/LOG
Causes Setup to create a log file in the user's TEMP directory detailing file installation and [Run] actions taken during the installation process. This can be a helpful debugging aid. For example, if you suspect a file isn't being replaced when you believe it should be (or vice versa), the log file will tell you if the file was really skipped, and why.
The log file is created with a unique name based on the current date. (It will not overwrite or append to existing files.)
The information contained in the log file is technical in nature and therefore not intended to be understandable by end users. Nor is it designed to be machine-parseable; the format of the file is subject to change without notice.
/LOG="filename"
Same as /LOG, except it allows you to specify a fixed path/filename to use for the log file. If a file with the specified name already exists it will be overwritten. If the file cannot be created, Setup will abort with an error message.
/NOCANCEL
Prevents the user from cancelling during the installation process, by disabling the Cancel button and ignoring clicks on the close button. Useful along with '/SILENT' or '/VERYSILENT'.
/NORESTART
Prevents Setup from restarting the system following a successful installation, or after a Preparing to Install failure that requests a restart. Typically used along with /SILENT or /VERYSILENT.
/RESTARTEXITCODE=exit code
Specifies a custom exit code that Setup is to return when the system needs to be restarted following a successful installation. (By default, 0 is returned in this case.) Typically used along with /NORESTART. See also: Setup Exit Codes
/LOADINF="filename"
Instructs Setup to load the settings from the specified file after having checked the command line. This file can be prepared using the '/SAVEINF=' command as explained below.
Don't forget to use quotes if the filename contains spaces.
/SAVEINF="filename"
Instructs Setup to save installation settings to the specified file.
Don't forget to use quotes if the filename contains spaces.
/LANG=language
Specifies the language to use. language specifies the internal name of the language as specified in a [Languages] section entry.
When a valid /LANG parameter is used, the Select Language dialog will be suppressed.
/DIR="x:\dirname"
Overrides the default directory name displayed on the Select Destination Location wizard page. A fully qualified pathname must be specified. May include an "expand:" prefix which instructs Setup to expand any constants in the name. For example: '/DIR=expand:{pf}\My Program'.
/GROUP="folder name"
Overrides the default folder name displayed on the Select Start Menu Folder wizard page. May include an "expand:" prefix, see '/DIR='. If the [Setup] section directive DisableProgramGroupPage was set to yes, this command line parameter is ignored.
/NOICONS
Instructs Setup to initially check the Don't create a Start Menu folder check box on the Select Start Menu Folder wizard page.
/TYPE=type name
Overrides the default setup type.
If the specified type exists and isn't a custom type, then any /COMPONENTS parameter will be ignored.
/COMPONENTS="comma separated list of component names"
Overrides the default component settings. Using this command line parameter causes Setup to automatically select a custom type. If no custom type is defined, this parameter is ignored.
Only the specified components will be selected; the rest will be deselected.
If a component name is prefixed with a "*" character, any child components will be selected as well (except for those that include the dontinheritcheck flag). If a component name is prefixed with a "!" character, the component will be deselected.
This parameter does not change the state of components that include the fixed flag.
Example:
Deselect all components, then select the "help" and "plugins" components:
/COMPONENTS="help,plugins" Example:
Deselect all components, then select a parent component and all of its children with the exception of one:
/COMPONENTS="*parent,!parent\child"
/TASKS="comma separated list of task names"
Specifies a list of tasks that should be initially selected.
Only the specified tasks will be selected; the rest will be deselected. Use the /MERGETASKS parameter instead if you want to keep the default set of tasks and only select/deselect some of them.
If a task name is prefixed with a "*" character, any child tasks will be selected as well (except for those that include the dontinheritcheck flag). If a task name is prefixed with a "!" character, the task will be deselected.
Example:
Deselect all tasks, then select the "desktopicon" and "fileassoc" tasks:
/TASKS="desktopicon,fileassoc" Example:
Deselect all tasks, then select a parent task and all of its children with the exception of one:
/TASKS="*parent,!parent\child"
/MERGETASKS="comma separated list of task names"
Like the /TASKS parameter, except the specified tasks will be merged with the set of tasks that would have otherwise been selected by default.
If UsePreviousTasks is set to yes, the specified tasks will be selected/deselected after any previous tasks are restored.
Example:
Keep the default set of selected tasks, but additionally select the "desktopicon" and "fileassoc" tasks:
/MERGETASKS="desktopicon,fileassoc" Example:
Keep the default set of selected tasks, but deselect the "desktopicon" task:
/MERGETASKS="!desktopicon"
/PASSWORD=password
Specifies the password to use. If the [Setup] section directive Password was not set, this command line parameter is ignored.
When an invalid password is specified, this command line parameter is also ignored.
Devils0411
27-02-2011, 20:37
Делал с ковычками и без.. эффект нулевой.
Gnom_aka_Lexander
27-02-2011, 20:43
Devils0411, У меня через команду TYPE отработало, может еще где причина есть? попробуй компилятор обновить.
Делал с ковычками и без.. эффект нулевой. »
Прежде всего, нужно скрипт немного подкорректировать:
#define Const1 "5"
#define Const2 "8"
[Setup]
AppName=My Program
AppVerName=My Program v 1.5
DefaultDirName={pf}\My Program
OutputDir=.
Compression=lzma/ultra
InternalCompressLevel=ultra
SolidCompression=yes
[Types]
Name: Const1; Description: {#Const1} -> data.ini;
; указываем, что тип является выборочным
Name: Const2; Description: {#Const2} -> data.ini; Flags: iscustom
[Components]
; так же добавим флаги exclusive, это не обязательно, но компоненты взаимоисключающие
Name: Const1; Description: {#Const1} -> data.ini; Types: Const1; Flags: exclusive
Name: Const2; Description: {#Const2} -> data.ini; Types: Const2; Flags: exclusive
[Ini]
Filename: {app}\Data.ini; Section: Settings; Key: Chislo; String: {#Const1}; Components: Const1;
Filename: {app}\Data.ini; Section: Settings; Key: Chislo; String: {#Const2}; Components: Const2;
[Languages]
Name: rus; MessagesFile: compiler:Languages\Russian.isl
[UninstallDelete]
; не забываем удалить ini'шник
Name: {app}\Data.ini; Type: files
После этого вы можете запускать с привычными для вас ключами:
setup.exe /silent /components="Const2"
Ну и соответственно так тоже можно:
setup.exe /silent /type="Const2"
- неправильно »
Кто сказал, что с кавычками не правильно?
Можно, как с ними, так и без, тут нет ошибки.
Они ставятся обязательно, если вы перечисляете компоненты через запятую, которые нужно выбрать.
Добрый день! я в процессе инсталляции устанавливаю службу, для этого делаю [Run]
Filename: {app}\{#MyAppExeName}; Parameters: -sinstall . Но иногда бывает так, что служба устанавливается с ошибкой или не устанавливается. Проблема в том что инсталлятор Inno Setup ничего об этом не знает. Может кто - нибудь знает как проверить правильно ли установилась служба, ну если точнее вернул ли запускаемый скрипт ноль или нет?
R.i.m.s.k.y.
28-02-2011, 14:48
Может кто - нибудь знает как проверить правильно ли установилась служба, ну если точнее вернул ли запускаемый скрипт ноль или нет? »
в секции Code
exec - булевая функция
var
res: integer;
...
if not Exec(ExpandConstant('{app}\{#MyAppExeName}'), ' -sinstall ' ,ExpandConstant('{app}'),SW_HIDE,ewWaitUntilTerminated,res) then MSGBox(SysErrorMessage(res), mbInformation, MB_OK);
Парни дайте плиз готовый скрипт с IsDone + отсчёт времени.
Пытался совместить, ничё не получилось, может есть у кого????
Буду очень благодарен!!!!!!
dark_fen1x
28-02-2011, 16:08
народ залейте на народ Inno Setup Form Designer а то ссылки не работают
dark_fen1x, качай inno ultra скачать (http://innoultra.ru/) там он вшитый))))
Как мне сделть чтоб установка какой либо программы отображалась так: (см.рис.)
http://s59.radikal.ru/i165/1102/26/64b1b12d612f.jpg
© OSzone.net 2001-2012
vBulletin v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.
Available in ZeroNet 1osznRoVratMCN3bFoFpR2pSV5c9z6sTC