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

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1336  
Old 19-04-2013, 03:08
johnnyusa johnnyusa is offline
Registered User
 
Join Date: Oct 2011
Location: Romania
Posts: 20
Thanks: 4
Thanked 1 Time in 1 Post
johnnyusa is on a distinguished road
Hi guys, wonder if there is any way to block unpacking with http://innounp.sourceforge.net/ because it gives access to your iss source and all files.
Sponsored Links
  #1337  
Old 19-04-2013, 05:50
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
doesnt matter it doesnt extract complete source code for ISS script, it stops at code section. so all it actually extract is images, sounds etc.
  #1338  
Old 19-04-2013, 08:05
Joe Forster/STA's Avatar
Joe Forster/STA Joe Forster/STA is online now
Senior forum member
 
Join Date: Nov 2000
Location: Hungary
Posts: 9,836
Thanks: 20
Thanked 342 Times in 224 Posts
Joe Forster/STA is on a distinguished road
Quote:
Originally Posted by johnnyusa View Post
wonder if there is any way to block unpacking with http://innounp.sourceforge.net/ because it gives access to your iss source and all files.
Oh, my god, copy protection on free software, that's sick! Real life just doesn't work this way. You need to change your attitude towards your users instead and accept that your stuff will be reused. If you don't like that, don't release stuff.
__________________
Joe Forster/STA
For more information, see the FileForums forum rules and the PC Games forum FAQ!
Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply!
Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back!
  #1339  
Old 19-04-2013, 10:28
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,022 Times in 239 Posts
altef_4 is on a distinguished road
Quote:
Originally Posted by johnnyusa View Post
Hi guys, wonder if there is any way to block unpacking with http://innounp.sourceforge.net/ because it gives access to your iss source and all files.
if you realy need this, try modified inno setup from restools (enhanced edition).
  #1340  
Old 19-04-2013, 23:44
huavancuong098 huavancuong098 is offline
Registered User
 
Join Date: Mar 2013
Location: viet nam
Posts: 40
Thanks: 26
Thanked 5 Times in 5 Posts
huavancuong098 is on a distinguished road
I have a number of errors in the use of CI. Although I have changed the icon but it is still the old icon. When I finished Resident Evil 6 repack it back on unpack errors. Although still in the setup.ini file unzip command. I sent setup.cab file, icon and setup.ini. Hope you can help me solve this problem. Thank you!
Attached Files
File Type: rar Resident Evil6.rar (12.58 MB, 67 views)
  #1341  
Old 29-04-2013, 05:09
Th3Raven's Avatar
Th3Raven Th3Raven is offline
Registered User
 
Join Date: Mar 2012
Location: Romania
Posts: 90
Thanks: 57
Thanked 54 Times in 33 Posts
Th3Raven is on a distinguished road
Send a message via Yahoo to Th3Raven
Quote:
Originally Posted by BAMsE View Post
BUGS REPORT for CIU 1.0.1.2 (Win7 x86)

#1 - uninstalling displays a small window:
Attachment 5941

#2 - installer minimizing stops working after asking for the next disc

I don't know the next two are bugs or maybe result of some system fault

#3 - crashing after canceling installation on next disc request
Code:
Runtime Error (at 774:6855):Access violation at address 7728C349 in module 'kernel32.dll'. Write of address 00570662.
#4 - random crashes when uninstalling (sometimes works, sometimes not at the same install)
Code:
Runtime Error (at 774:6855):Access violation at address 746BC144 in module 'GDIPlus.DLL'. Read of address 002F05CE
I get the same errors ( #3 and #4 ) on Win 8 x86

Last edited by Th3Raven; 29-04-2013 at 14:59. Reason: Added Info
  #1342  
Old 29-04-2013, 06:42
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
Dudes, uninstall errors are happening because of the protection.

I will rebuild uninstaller for CIMetro.
Then will port it over to CIU.

New CIU + CIMetro will not have an included Setup.ini configuration, when using internal
The Following User Says Thank You to yener90 For This Useful Post:
Th3Raven (29-04-2013)
  #1343  
Old 29-04-2013, 14:57
Demonn Demonn is offline
Registered User
 
Join Date: Jun 2012
Location: Casa
Posts: 23
Thanks: 248
Thanked 1 Time in 1 Post
Demonn is on a distinguished road
Good yener90 in the end you will release your CIU 1.0.1.2 because I like to make my game installers from your new version.

And I see that only those that create conversions have that version, and if you tneido problems with other users, I guess we have to blame others.

Thanks and regards.
  #1344  
Old 04-05-2013, 22:12
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
Cesar82 is on a distinguished road
Question

Yener if possible answer me
Referring to the bug (bug in music button) in my conversion Darksiders 2. I think I found a solution.
In your Script CIU 1.0.0.6 (InstallScript.iss) I changed two lines in InstallScript.iss.
Lines: 3339 and 8018

Line 3339
Original command:
ImgSetVisibility(MusicBtn.Btn,False);
I changed to:
ImgSetVisibility(MusicBtn.Btn,Visible);

Line 8018
Original command:
ImgSetTransparent(MusicBtn.Btn,255);
I changed to:
ImgSetTransparent(MusicBtn.Btn,0);

I wish I knew if I can upload the modified InstallScript.iss in my post?
This change will affect on errors in other projects?
  #1345  
Old 05-05-2013, 09:09
GKP0888 GKP0888 is offline
Registered User
 
Join Date: Oct 2012
Location: Bandar Lampung
Posts: 9
Thanks: 7
Thanked 0 Times in 0 Posts
GKP0888 is on a distinguished road
i have a problem. everytime i execute setup.cab cryptor, it makes my setup.cab file disappear. really wierd. i use CIU 1.0.0.6 . my system : win8 pro x64 . does any one know where i can get newest CIU ? thx in advanced....
  #1346  
Old 05-05-2013, 09:17
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
Quote:
Originally Posted by GKP0888 View Post
i have a problem. everytime i execute setup.cab cryptor, it makes my setup.cab file disappear. really wierd. i use CIU 1.0.0.6 . my system : win8 pro x64 . does any one know where i can get newest CIU ? thx in advanced....

thats the wrong way to execute it. you have your setup files ( how it would be IF it were it a setup.cab ) in a Setup folder then execute the setup.cab cryptor. this makes the setup.cab with password, also adds the encrypted password line to setup.ini.
  #1347  
Old 05-05-2013, 10:00
GKP0888 GKP0888 is offline
Registered User
 
Join Date: Oct 2012
Location: Bandar Lampung
Posts: 9
Thanks: 7
Thanked 0 Times in 0 Posts
GKP0888 is on a distinguished road
OK. got it now.. thanks pakrat2k2...
  #1348  
Old 05-05-2013, 14:12
NamelessOne's Avatar
NamelessOne NamelessOne is offline
Registered User
 
Join Date: Dec 2008
Location: Sigil
Posts: 285
Thanks: 235
Thanked 855 Times in 186 Posts
NamelessOne is on a distinguished road
I'm having some problems lately, and I'm not sure is it CIU related or not, but my cab files (packed with Fabiodq and Peterf1999 method) won't unpack during installation. It says Compression method unknown bla, bla, bla and the installation stops. I've made couple of conversions but I can't test them properly because of this. I really don't know what's the problem. I haven't had it before.

P.S.
I've tried CIU 1.0.6 and older ones. It's the same on all of them.
  #1349  
Old 05-05-2013, 16:33
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
You add PrecompVer=inside in Setup.ini?
I think, you must put arc.ini in Setup.cab too. But for me, works without arc.ini.
Or maybe, you used a compression method that is not supported.

Last edited by Fabioddq; 05-05-2013 at 16:49.
  #1350  
Old 06-05-2013, 09:08
NamelessOne's Avatar
NamelessOne NamelessOne is offline
Registered User
 
Join Date: Dec 2008
Location: Sigil
Posts: 285
Thanks: 235
Thanked 855 Times in 186 Posts
NamelessOne is on a distinguished road
Quote:
Originally Posted by Fabioddq View Post
You add PrecompVer=inside in Setup.ini?
I think, you must put arc.ini in Setup.cab too. But for me, works without arc.ini.
Or maybe, you used a compression method that is not supported.
Level of my stupidity at this moment is unmeasurable, oh great Fabioddq I'm not worthy. I'm not worthy Thanks for this, Fabioddq. I completely forgot about this part New conversions are on the way
Closed Thread


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 - Questions Here REV0 Conversion Tutorials 1565 29-11-2024 09:51
Inno Setup: Additional Libraries altef_4 Conversion Tutorials 50 21-10-2020 09:59
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup REV0 Conversion Tutorials 51 26-03-2015 06:57
Help- How to extract a .bin file compressed by a code ? Adonix Conversion Tutorials 22 22-03-2015 15:02
yener90's older Inno Project Source Codes THADEADMAN2011 PC Games - CD/DVD Conversions 0 16-06-2012 03:40



All times are GMT -7. The time now is 11:33.


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