Go Back   FileForums > Search Forums
Register FAQ Community Calendar Today's Posts Search

Showing results 1 to 25 of 52
Search took 0.01 seconds.
Search: Posts Made By: vint56
Forum: Conversion Tutorials 29-03-2022, 10:02
Replies: 8
Views: 5,837
Posted By vint56
buttignol

buttignol
Forum: Conversion Tutorials 28-03-2022, 21:47
Replies: 8
Views: 5,837
Posted By vint56
buttignol

buttignol
Forum: Conversion Tutorials 08-09-2020, 04:16
Replies: 7
Views: 6,998
Posted By vint56
Cuttlas screenshot show what you want

Cuttlas
screenshot show what you want
Forum: Conversion Tutorials 04-09-2020, 05:24
Replies: 7
Views: 6,998
Posted By vint56
Example ...

Example
https://b.radikal.ru/b00/2009/d6/1059e8908893.jpg (https://radikal.ru)
Forum: Conversion Tutorials 11-09-2018, 08:44
Replies: 9
Views: 4,271
Posted By vint56
Zaza4ever

Zaza4ever
Forum: Conversion Tutorials 16-08-2018, 11:16
Replies: 50
Views: 69,012
Posted By vint56
shazzla

shazzla
Forum: Conversion Tutorials 05-03-2018, 11:18
Replies: 22
Views: 9,839
Posted By vint56
Portable := TNewRadioButton.Create(WizardForm); ...

Portable := TNewRadioButton.Create(WizardForm);
with Portable do
begin
Parent := WizardForm.SelectDirPage;
Left := ScaleX(110);
Top := ScaleY(175);
Width := ScaleX(100);
Height := ScaleY(17);...
Forum: Conversion Tutorials 05-03-2018, 09:34
Replies: 22
Views: 9,839
Posted By vint56
jitender #define MyAppName "My Program" ...

jitender

#define MyAppName "My Program"
#define MyAppVersion "1.5"
#define MyAppPublisher "My Company, Inc."
#define MyAppURL "http://www.example.com/"
#define MyAppExeName "MyProg.exe"
...
Forum: Conversion Tutorials 05-03-2018, 07:58
Replies: 22
Views: 9,839
Posted By vint56
jitender [Setup] AppName=My Application ...

jitender

[Setup]
AppName=My Application
AppVersion=1.5
DefaultDirName={code:GetInstallDir|{pf}\My Application}
DisableProgramGroupPage=yes
Uninstallable=not PortableCheck
OutputDir=.
Forum: Conversion Tutorials 29-08-2017, 00:43
Replies: 16
Views: 10,682
Posted By vint56
danswano I'm sorry my mistake multipart .rar...

danswano
I'm sorry my mistake
multipart .rar archives with the data on different disks are not supported!
Forum: Conversion Tutorials 28-08-2017, 22:32
Replies: 16
Views: 10,682
Posted By vint56
danswano if not ISRarExtract ( 0, 0,...

danswano
if not ISRarExtract ( 0, 0, ExpandConstant('{src}\xxx.part01.rar'), ExpandConstant('{app}'), false, '') then break;
if not ShowChangeDiskWindow ('Пожалуйста, вставьте второй диск и...
Forum: Conversion Tutorials 28-08-2017, 07:34
Replies: 16
Views: 10,682
Posted By vint56
danswano if not ISArcExtract ( 0, 0,...

danswano
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\Disk-1.arc'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY})...
Forum: Conversion Tutorials 28-08-2017, 03:19
Replies: 16
Views: 10,682
Posted By vint56
danswano Then use WinRar there too there is an...

danswano
Then use WinRar there too there is an opportunity to break into archives

ISDone does not support unpacking of 7z multi-volume files only from rar

[Files]
Source: Include\7z.exe;...
Forum: Conversion Tutorials 01-08-2017, 11:16
Replies: 4
Views: 5,958
Posted By vint56
shazzla Bat srep -a8 -m5f -l512 -d8g -dh4gb...

shazzla
Bat
srep -a8 -m5f -l512 -d8g -dh4gb -dl32 -dc8


SREP 3.93a beta: huge-dictionary LZ77 preprocessor (c) Bulat.Ziganshin********com
October 11, 2014 homepage:...
Forum: Conversion Tutorials 22-04-2017, 23:58
Replies: 6
Views: 3,605
Posted By vint56
Simorq

Simorq
Forum: Conversion Tutorials 15-04-2017, 03:39
Replies: 29
Views: 35,609
Posted By vint56
bairagyakushal4 #include "Modules\botva2.iss" ...

bairagyakushal4
#include "Modules\botva2.iss"
#define FormPic "form.png"
#define CloseBtnPic "closebtn.png"
#define GameExeOne "btn.png"


[Setup]
AppName=Luncher
AppVersion=1.5
Forum: Conversion Tutorials 14-04-2017, 07:21
Replies: 29
Views: 35,609
Posted By vint56
bairagyakushal4 Inno Setup Compiler

bairagyakushal4
Inno Setup Compiler
Forum: Conversion Tutorials 14-03-2017, 00:11
Replies: 339
Views: 254,046
Posted By vint56
Dansoft [Registry] Root: HKCU; SubKey:...

Dansoft
[Registry]
Root: HKCU; SubKey: Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers; ValueType: string; ValueName: {app}\MyProg.exe; ValueData: RUNASADMIN; Flags:...
Forum: Conversion Tutorials 13-03-2017, 23:09
Replies: 339
Views: 254,046
Posted By vint56
Dansoft [Registry] Root: HKCU; SubKey:...

Dansoft
[Registry]
Root: HKCU; SubKey: Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers; ValueType: string; ValueName: {app}\MyProg.exe; ValueData: RUNASADMIN; Flags:...
Forum: Conversion Tutorials 27-02-2017, 23:55
Replies: 70
Views: 52,419
Posted By vint56
ZakirAhmad I do not know what kind of bug you but...

ZakirAhmad I do not know what kind of bug you but try to add it precomp -intense -cn -t-j
arc.ini
packcmd = precomp -intense -cn -t-j -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
Forum: Conversion Tutorials 27-02-2017, 23:06
Replies: 70
Views: 52,419
Posted By vint56
ZakirAhmad

ZakirAhmad
Forum: Conversion Tutorials 27-02-2017, 09:16
Replies: 70
Views: 52,419
Posted By vint56
ZakirAhmad

ZakirAhmad
Forum: Conversion Tutorials 27-02-2017, 04:27
Replies: 70
Views: 52,419
Posted By vint56
example on ISDone0.6final #define Precompmt ...

example on ISDone0.6final

#define Precompmt
[Setup]

[Files]
#ifdef Precompmt
Source: Include\PrecompMt\cls-precompmt.dll; DestDir: {tmp}; Flags: dontcopy
Source:...
Forum: Conversion Tutorials 04-02-2017, 04:49
Replies: 339
Views: 254,046
Posted By vint56
shazzla

shazzla
Forum: Conversion Tutorials 03-02-2017, 05:04
Replies: 10
Views: 7,435
Posted By vint56
in the script ISDone wpi installer WindowsPhone ...

in the script ISDone wpi installer WindowsPhone
ChangeLanguage('English');
if not SrepInit(ExpandConstant('{app}'),256,0) then
ISDoneError := True;
if not...
Showing results 1 to 25 of 52

 
Forum Jump


All times are GMT -7. The time now is 07:02.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com