#181
|
||||
|
||||
Quote:
__________________
¤ Life good be a Dream ¤ Last edited by Lord.Freddy; 12-06-2024 at 07:30. Reason: Updated to version 0.5 (Code optimization and cleanup + GUI Example). |
The Following 3 Users Say Thank You to Lord.Freddy For This Useful Post: | ||
Sponsored Links |
#182
|
|||
|
|||
hi. 1) why its opening calculator automatically? 2) why this error? |
#183
|
||||
|
||||
Quote:
Code:
#define public GameSizeMB ???? Code:
#define MbToBytes(int Value) \ Local[0] = AddBackSlash(GetEnv("TEMP")) + GetDateTimeString('yyyy/mm/dd-hh:nn:ss', '.', '.') + "_tmp.ISPP", \ Local[1] = """" + AddBackslash(SourcePath) + "Resources\Includes\Calc.exe"" " + Str(Value) + " * 1024 * 1024 > """ + Local[0] + """", \ Exec(GetEnv("ComSpec"), "/C """ + Local[1] + """", "", 1, SW_HIDE), \ Local[2] = FileOpen(Local[0]), FileOpen(Local[0]), \ Local[3] = FileRead(Local[2]), FileClose(Local[2]), \ DeleteFile(Local[0]), Local[3] |
#184
|
|||
|
|||
Now i get
Error : Extract Temporary File setup.dll was not found |
#185
|
||||
|
||||
Quote:
But if you change the installer target file which is "Setup" in: #define OuputFile "Setup" You must rename the Setup.dll file to the same name as the executable just changing the extension which is ".dll" NOTES: I found a small bug in the LIS which is the name of the "DECOMPRESSORS" folder must be "DECOMPRESSOR" (without the "S") so that the decompressors added to the folder are inserted in Setup.exe (You cannot use it together with the DSG_InternalDLL option ). So rename your folders to "DECOMPRESSOR" if you need to use the resource, or change name in DSG_Module.iss to "DECOMPRESSORS". |
#186
|
|||
|
|||
Quote:
i am not created any file with disk span. opened InstallerScript [2024.04.04] and clicked built and run setup file. then receive setup.dll error still |
#187
|
||||
|
||||
Quote:
Show the folder with Setup.exe so I can see its contents. See the attached video that everything works here for me. |
#188
|
|||
|
|||
Quote:
I cant find setup.dll in your script. DO i need first use compressor for create this file? |
#189
|
||||
|
||||
yes first compress your installed game
__________________
It would be nice if you appreciate my work with the thanks Button |
#190
|
|||
|
|||
When i run setup (DIsk spn gui used) after 20-30 % cant unpack files. I think fitgirl added maximum 2gb ram usage for this error. its same problem. Can you add maximum 2gb usage to this script?
Last edited by demon964; 02-08-2024 at 03:26. |
#191
|
|||
|
|||
i need create additional new data file or component file with diskspan and install to Documents folder. How i can do this ?
solution: {userdocs} & {commondocs} Last edited by demon964; 02-08-2024 at 03:27. |
#192
|
|||
|
|||
1)how include and exclude folders, not files?
2) i selected "custom destination to unpack files" for data2.bin to documents folder. When i start uninstall.exe, uninstaller not deleting data2.bin extracted files (documents folder) |
#193
|
||||
|
||||
Quote:
then you can use type: Code:
Bin\* Texture\* When compressing, an additional ini file will be generated within setup.dll that will contain information about the files stored in each data#.bin file. In the LIS installer remove ";" from the beginning of the line below to use the uninstall list option before compile setup.exe. Code:
#define CreateUninstallList |
#194
|
|||
|
|||
[QUOTE=Cesar82;505171]1) The folder must be within the selected folder where the game is installed.
then you can use type: Code:
Bin\* Texture\* Can you add maximum 2gb ram usage function from this script? https://www.fileforums.com/showthread.php?t=103201 |
#195
|
||||
|
||||
Quote:
|
Tags |
asis, ciu, inno, installer, ultraarc |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Help] need Advanced Installer script with Razor1911's UltraArc module | rez3vil | Conversion Tutorials | 3 | 15-04-2024 02:24 |
Ultimate Conversion Compressor (UCC) | vollachr | Conversion Tutorials | 55 | 26-04-2021 09:27 |
INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
How many forum members does it take to change a light bulb? | rms2001 | XBox Games | 6 | 12-01-2004 05:31 |