Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 06-06-2013, 20:01
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
yes, just choose the filename you want + extension. Doesnt have to be arc file, could be data.xyz if you really wanted to.
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
taporocrufeljan (06-06-2013)
Sponsored Links
  #2  
Old 09-06-2013, 12:06
Kurutucu Kurutucu is offline
Registered User
 
Join Date: Aug 2012
Location: Somewhere in the world
Posts: 159
Thanks: 78
Thanked 209 Times in 48 Posts
Kurutucu is on a distinguished road
Update 1.5

-Added music and music button (Thanks for sentinelks).
Reply With Quote
The Following User Says Thank You to Kurutucu For This Useful Post:
Newbie (10-06-2013)
  #3  
Old 10-06-2013, 00:36
AHRIMANSEFID's Avatar
AHRIMANSEFID AHRIMANSEFID is offline
Registered User
 
Join Date: Apr 2005
Location: IRAN
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
AHRIMANSEFID is on a distinguished road
Send a message via MSN to AHRIMANSEFID Send a message via Yahoo to AHRIMANSEFID
Hi.
Thanks Code But Me Need Help In protect or lock setup file in disable extract ?
plz help me.
Reply With Quote
  #4  
Old 10-06-2013, 01:01
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,754
Thanks: 2,191
Thanked 11,223 Times in 2,312 Posts
Razor12911 is on a distinguished road
@AHRIMANSEFID
use inno setup enhanced edition to disable that.
Reply With Quote
  #5  
Old 10-06-2013, 03:29
AHRIMANSEFID's Avatar
AHRIMANSEFID AHRIMANSEFID is offline
Registered User
 
Join Date: Apr 2005
Location: IRAN
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
AHRIMANSEFID is on a distinguished road
Send a message via MSN to AHRIMANSEFID Send a message via Yahoo to AHRIMANSEFID
inno setup enhanced edition 5.5.1 does not work ,plz help me how can i protect my setup source.
if this program works explain something about it or give an example thanks........
Reply With Quote
  #6  
Old 10-06-2013, 04:08
ashyamsundar's Avatar
ashyamsundar ashyamsundar is offline
Registered User
 
Join Date: Jun 2013
Location: Tamilnadu
Posts: 24
Thanks: 17
Thanked 3 Times in 3 Posts
ashyamsundar is on a distinguished road
i got this error in v1.5
Attached Images
File Type: png Screenshot (84).png (17.7 KB, 474 views)
Reply With Quote
  #7  
Old 10-06-2013, 05:50
kostaskaraivalis kostaskaraivalis is offline
Registered User
 
Join Date: Jun 2013
Location: Greece
Posts: 9
Thanks: 8
Thanked 1 Time in 1 Post
kostaskaraivalis is on a distinguished road
Hi, I keep getting this error everytime ISPrecompExtract tries to extract any .pcf file

for instance:


Everything works fine till the moment to begin extracting .pcf
I even went to installation path and I confirmed that last extracted file was .pcf unable to extract it


My Extraction code is:
Code:
        if not ISArcExtract ( 0, 0, ExpandConstant('{src}\Element4l.arc'), ExpandConstant('{app}'), '', false, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;
        if not ISSRepExtract ( 0, 0, ExpandConstant('{app}\Element4l.pcf.srep'), ExpandConstant('{app}\'), true ) then break; 
        if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\Element4l.pcf'), ExpandConstant('{app}\'), true) then break;
        if not ISArcExtract ( 0, 0, ExpandConstant('{src}\Element4l.arc'), ExpandConstant('{app}\'), '', true, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;
I would appreciate if you could help me out with this issue.

Compressing sequence I used:
1) Arc -m0 -dm0
2) precomp -cn (as none compression, I used 0.4.3 version)
3) srep -m3f
4) Arc -mlzma:a1:mfbt4:d256m:fb128:mc1000:lc8

Thanks in advance!

Last edited by kostaskaraivalis; 10-06-2013 at 05:56.
Reply With Quote
  #8  
Old 10-06-2013, 06:39
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
@kostaskaraivalis
try with precomp v0.42
Reply With Quote
  #9  
Old 10-06-2013, 07:22
Kurutucu Kurutucu is offline
Registered User
 
Join Date: Aug 2012
Location: Somewhere in the world
Posts: 159
Thanks: 78
Thanked 209 Times in 48 Posts
Kurutucu is on a distinguished road
@kostaskaraivalis

My script don't support precomp 0.43 version. Use precomp 0.42 version.
Reply With Quote
  #10  
Old 10-06-2013, 07:56
kostaskaraivalis kostaskaraivalis is offline
Registered User
 
Join Date: Jun 2013
Location: Greece
Posts: 9
Thanks: 8
Thanked 1 Time in 1 Post
kostaskaraivalis is on a distinguished road
Quote:
Originally Posted by Kurutucu View Post
@kostaskaraivalis

My script don't support precomp 0.43 version. Use precomp 0.42 version.
Okay, it worked! One last question, But I know that in 0.43 version for 0 compression is -cn. What option should I use in precomp042?

Last edited by kostaskaraivalis; 10-06-2013 at 08:25.
Reply With Quote
  #11  
Old 10-06-2013, 07:20
Kurutucu Kurutucu is offline
Registered User
 
Join Date: Aug 2012
Location: Somewhere in the world
Posts: 159
Thanks: 78
Thanked 209 Times in 48 Posts
Kurutucu is on a distinguished road
Quote:
Originally Posted by ashyamsundar View Post
i got this error in v1.5
Your compression method precomp04. Open in my script include and ISDone/include folder. Open arc.ini. Change precomp to precomp04. Then try.
Reply With Quote
  #12  
Old 10-06-2013, 07:52
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,754
Thanks: 2,191
Thanked 11,223 Times in 2,312 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by Kurutucu View Post
Your compression method precomp04. Open in my script include and ISDone/include folder. Open arc.ini. Change precomp to precomp04. Then try.
And also replace precomp.exe with the 0.4 version exe

Quote:
Originally Posted by Thang View Post
I want create 2 process bar looks like the picture


my script
Will add this function for v2 unicode.

Quote:
Originally Posted by AHRIMANSEFID View Post
inno setup enhanced edition 5.5.1 does not work ,plz help me how can i protect my setup source.
if this program works explain something about it or give an example thanks........
IS Enhanced disallows this from happening , unless you are talking about something else.

Last edited by Razor12911; 10-06-2013 at 07:55.
Reply With Quote
  #13  
Old 10-06-2013, 10:04
ashyamsundar's Avatar
ashyamsundar ashyamsundar is offline
Registered User
 
Join Date: Jun 2013
Location: Tamilnadu
Posts: 24
Thanks: 17
Thanked 3 Times in 3 Posts
ashyamsundar is on a distinguished road
Quote:
Originally Posted by Kurutucu View Post
Your compression method precomp04. Open in my script include and ISDone/include folder. Open arc.ini. Change precomp to precomp04. Then try.
not woking bro

compressed by this cmd line

c:\window\system32>arc.exe a -ep1 -r -ed -lc- -s; -w.\ "Output\setup-1.bin" -mprecomp+srep+lzma:a1:mfbt4:d158m:fb273:mc1000:lc8 "Folder\*"

freearc 0.67
precomp042
srep 3.0

now two error
Attached Images
File Type: png Screenshot (86).png (6.0 KB, 428 views)
File Type: png Screenshot (85).png (14.7 KB, 421 views)
Reply With Quote
  #14  
Old 10-06-2013, 10:39
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,754
Thanks: 2,191
Thanked 11,223 Times in 2,312 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by ashyamsundar View Post
not woking bro

compressed by this cmd line

c:\window\system32>arc.exe a -ep1 -r -ed -lc- -s; -w.\ "Output\setup-1.bin" -mprecomp+srep+lzma:a1:mfbt4:d158m:fb273:mc1000:lc8 "Folder\*"

freearc 0.67
precomp042
srep 3.0

now two error
attach arc.ini file.
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
ashyamsundar (10-06-2013)
  #15  
Old 10-06-2013, 09:11
Kurutucu Kurutucu is offline
Registered User
 
Join Date: Aug 2012
Location: Somewhere in the world
Posts: 159
Thanks: 78
Thanked 209 Times in 48 Posts
Kurutucu is on a distinguished road
@kostaskaraivalis

Change to -c
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup REV0 Conversion Tutorials 129 21-05-2021 05:51
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup REV0 Conversion Tutorials 51 26-03-2015 06:57
Copy file with Inno Setup Script emrahcey Software 1 02-07-2010 08:24



All times are GMT -7. The time now is 05:41.


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