FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   INNO TROUBLESHOOT - Questions Here (https://fileforums.com/showthread.php?t=93193)

pakrat2k2 18-11-2013 16:00

Quote:

Originally Posted by chuotchu001 (Post 426017)
So, what program used to configure CIU 1.0.0.6?

everything is done in setup.ini, placement of buttons, where the text shows up, etc

chuotchu001 18-11-2013 18:40

Quote:

Originally Posted by pakrat2k2 (Post 426029)
everything is done in setup.ini, placement of buttons, where the text shows up, etc

I know setup.ini placement anything, but went i open setup.ini, i dont know how to placement it with manual. So, I think must have a programe same CI designer 0.4a to config setup.ini for CIU 1.0.0.6 and place button, text.. etc. Thanks

y_thelastknight 21-11-2013 05:42

Fixed Thanks ;)

buttignol 21-11-2013 15:08

Friends can not add an empty folder I use this file.txt
Example [arc a - ep1 -r -w.\ -m0 -dp"%choice1%" [email protected] .\Final\%dat%)] have to add some command
The empty folder that is in the ([email protected]) does not appear

Example [[email protected]]

multi (empty)
Support\*
pb\*

KaktoR 21-11-2013 15:14

Why you want to add a empty folder to archive?

Just place a dummy file in this folder.

buttignol 21-11-2013 15:31

KaktoR this was an example has more than an empty folder in the game so I wanted a command to add empty folders

Darkangel5 23-11-2013 09:36

good evening

I would like to create a "create a desktop icon" button on the image below that allows me to have a shortcut on my desktop.

http://img11.hostingpics.net/pics/137581381.jpg

KaktoR 23-11-2013 10:04

Quote:

[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked

[Icons]
Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\Game.exe"
Name: "{group}\{#MyAppPublisher}\{#MyAppName}"; Filename: "{app}\Game.exe"

..

danswano 26-11-2013 04:41

Hello everyone especially razor :)
How do i pack a folder to a zip file inside {app} directory using ISexec/ISDone
Then delete the packed folder?

Thanks :)

Darkangel5 26-11-2013 07:47

Quote:

Originally Posted by KaktoR (Post 426255)
..

thank you

Razor12911 26-11-2013 08:53

Quote:

Originally Posted by danswano (Post 426433)
Hello everyone especially razor :)
How do i pack a folder to a zip file inside {app} directory using ISexec/ISDone
Then delete the packed folder?

Thanks :)

Simple.
You need to use Exec and DelTree function.

danswano 26-11-2013 14:06

Can you fix this code for me, i don't know what's wrong:
Quote:

ExtractTemporaryFile('7z.exe');
ExtractTemporaryFile('7z.dll');
if not ISExec ( 0, 0, 0, ExpandConstant('{tmp}\7z.exe'), '-o"' + ExpandConstant('{app}') + '" a -tzip -y -r data.zip"' + ExpandConstant('{app}\datafiles') + '" ', ExpandConstant('{tmp}'), 'please wait.',false) then break;
DeleteFile(ExpandConstant('{app}\datafiles'));
I want to pack mutiple files/folders inside a folder called datafiles into a single zip called data.zip.

hackjack 28-11-2013 02:35

hi, if i have encrypted archive of free arc then how/what to add in iss script so that its get extracted to defined location without asking password, but the archive remains password protected in game iso file or whatever.detailed please

Razor12911 01-12-2013 17:06

Quote:

Originally Posted by hackjack (Post 426520)
hi, if i have encrypted archive of free arc then how/what to add in iss script so that its get extracted to defined location without asking password, but the archive remains password protected in game iso file or whatever.detailed please

action not possible.

Razor12911 01-12-2013 17:08

Quote:

Originally Posted by danswano (Post 426461)
Can you fix this code for me, i don't know what's wrong:


I want to pack mutiple files/folders inside a folder called datafiles into a single zip called data.zip.

you need to use deltree function and not deletefile


All times are GMT -7. The time now is 06:13.

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