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
  #796  
Old 11-09-2012, 11:05
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
Portuguese Brasil:

Clique em um tipo de instalação para continuar, ou em Cancelar para sair da instalação.
Sponsored Links
  #797  
Old 11-09-2012, 11:26
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
Hi, yener. I need to apologize for my stupidity The error was on my behalf because I overlooked one little thing (version of LangScript.iss didn't match the InstallerScript.iss hence the problem with the setup.ini). Now to the translation

Bosnian
Code:
Klikni na Tip instalacije za nastavak ili Otkaži za izlaz iz instalacije.
You can use this translation for Serbian and Croatian as well.

P.S.
Does this mean you're gonna integrate additional installations in your script (which we can use for optional mods for example or something like that)?

Last edited by NamelessOne; 11-09-2012 at 11:29.
  #798  
Old 11-09-2012, 11:39
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
Quote:
Originally Posted by NamelessOne View Post
Does this mean you're gonna integrate additional installations in your script (which we can use for optional mods for example or something like that)?

I think it's for Custom and Default Installation selections.
  #799  
Old 11-09-2012, 13:50
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
thx for the translations
yes revo is correct.
  #800  
Old 11-09-2012, 15:27
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
UPDATE 8.5.6.3 Hotfix
- fixed autorun
- updated persian
- fixed next button click label
- fixed progressbar label in no background mode
- added RightToLeft for persian language support...currently finished 30%
-> RightToLeft for persian language currently not finished...please wait for next version
  #801  
Old 11-09-2012, 23:30
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
Code:
ClickIT=Click an Installation Type to continue, or Cancel to exit Setup.
Romanian

Faceți clic pe un tip de instalare pentru a continua, sau pe Anulare pentru a parasi programul de instalare.

Last edited by Th3Raven; 11-09-2012 at 23:34.
  #802  
Old 12-09-2012, 23:02
amin fear amin fear is offline
Registered User
 
Join Date: Feb 2012
Location: Inferno
Posts: 102
Thanks: 86
Thanked 57 Times in 30 Posts
amin fear is on a distinguished road
Thanks Yener90 For fulfilling my Suggestion ... Looks good .

Persian :

Code:
ClickIT=روی یک نوع از فرایند نصب برای ادامه کلیک کنید ، یا روی گزینه انصراف برای خروج از برنامه نصب کلیک کنید
  #803  
Old 13-09-2012, 00:25
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
Quote:
Originally Posted by amin fear View Post
Thanks Yener90 For fulfilling my Suggestion ... Looks good .

Persian :

Code:
ClickIT=روی یک نوع از فرایند نصب برای ادامه کلیک کنید ، یا روی گزینه انصراف برای خروج از برنامه نصب کلیک کنید
lil bit to late
unfortunately its really hard to edit on my west european system arabic font.
could you if required edit Farsi.isl and upload it?
im note sure if my translation is correct.

UPDATE 8.5.6.4
- fixed polish language
- fixed serbian language
- rightoleft support added -> for persian language
- updated all languages-> no more lang errors

-> my laste update for a long time...need to rest a lil bit
  #804  
Old 13-09-2012, 04:15
Joe Forster/STA's Avatar
Joe Forster/STA Joe Forster/STA is offline
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 yener90 View Post
unfortunately its really hard to edit on my west european system arabic font.
Use FAR Manager in ConEmu, with the Fixedsys Excelsior font. Beautiful!
__________________
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!
  #805  
Old 13-09-2012, 05:20
kassane's Avatar
kassane kassane is offline
Registered User
 
Join Date: Nov 2011
Location: Somewhere in the World
Posts: 174
Thanks: 578
Thanked 117 Times in 47 Posts
kassane is on a distinguished road
Yener90, every time I use Setup.cab Cryptor, this error happens, saying it did not find any file, what went wrong?

Code:
See the end of this message for details on invoking
debugging just-in-time (JIT) instead of this dialog box.

************** Exception Text **************
System.IO.FileNotFoundException: File not found.
   em Microsoft.VisualBasic.Interaction.Shell(String PathName, AppWinStyle Style, Boolean Wait, Int32 Timeout)
   em SetupcabCryptor.Form1.Button1_Click(Object sender, EventArgs e)
   em System.Windows.Forms.Control.OnClick(EventArgs e)
   em System.Windows.Forms.Button.OnClick(EventArgs e)
   em System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   em System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   em System.Windows.Forms.Control.WndProc(Message& m)
   em System.Windows.Forms.ButtonBase.WndProc(Message& m)
   em System.Windows.Forms.Button.WndProc(Message& m)
   em System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   em System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   em System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Sets Modules (Assemblies) loaded **************
mscorlib
    Version Set Modules (Assembly): 2.0.0.0
    Win32 Version: 2.0.50727.4971 (win7RTMGDR.050727-4900)
    Base Code: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Setup.cab Cryptor
    Version Set Modules (Assembly): 1.0.0.0
    Win32 Version: 1.0.0.0
    Base Code: file:///C:/Users/Matheus%20Catarino/Documents/CI%208.5.6.4/Setup.cab%20Cryptor.exe
----------------------------------------
Microsoft.VisualBasic
    Version Set Modules (Assembly): 8.0.0.0
    Win32 Version: 8.0.50727.4927 (NetFXspW7.050727-4900)
    Base Code: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
   Version Set Modules (Assembly): 2.0.0.0
    Win32 Version: 2.0.50727.4971 (win7RTMGDR.050727-4900)
    Base Code: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Version Set Modules (Assembly): 2.0.0.0
     Win32 Version: 2.0.50727.4977 (win7RTMGDR.050727-4900)
    Base Code: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Version Set Modules (Assembly): 2.0.0.0
    Win32 Version: 2.0.50727.4980 (win7RTMGDR.050727-4900)
    Base Code: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
    Version Set Modules (Assembly): 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    Base Code: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
Microsoft.VisualBasic.resources
    Version Set Modules (Assembly): 8.0.0.0
    Win32 Version: 8.0.50727.4927 (NetFXspW7.050727-4900)
    Base Code: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic.resources/8.0.0.0_pt-BR_b03f5f7f11d50a3a/Microsoft.VisualBasic.resources.dll
----------------------------------------
System.Windows.Forms.resources
    Version Set Modules (Assembly): 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    Base Code: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_pt-BR_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
mscorlib.resources
    Version Set Modules (Assembly): 2.0.0.0
    Win32 Version: 2.0.50727.4971 (win7RTMGDR.050727-4900)
    Base Code file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------

************** JIT debugging **************
To enable debugging just-in-time (JIT) debugging, the .config this
application or computer (machine.config) must have the value
jitDebugging defined in section system.windows.forms.
The application must also be compiled with debugging
enabled.

Eg:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
  #806  
Old 14-09-2012, 11:39
QfG's Avatar
QfG QfG is offline
Registered User
 
Join Date: Apr 2012
Location: Germany
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
QfG is on a distinguished road
Emsisoft (i use this), McAffee and the Ikarus Engine blocks the Setup/Autorun.exe File.
I think it is a false positive:
https://www.virustotal.com/file/4403...3ad8/analysis/

so, the problem is, by compiling the 7zip.dll file. if u use the 7z 9.22beta, it looks much better:
https://www.virustotal.com/file/4caa...is/1347647731/

You can Download 7z 9.22beta here, and replace the 7z.dll and 7z.exe files in the include folder:

http://www.chip.de/downloads/c1_down...647139&v=3600&

Greetings
  #807  
Old 14-09-2012, 13:04
Joe Forster/STA's Avatar
Joe Forster/STA Joe Forster/STA is offline
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 QfG View Post
Emsisoft (i use this), McAffee and the Ikarus Engine blocks the Setup/Autorun.exe File.
I think it is a false positive
Yes, it's a false positive. Old famous virus scanner companies like McAfee and Norton/Symantec are now producing shit; use AVG, Kaspersky or NOD32 ibstead.
__________________
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!
  #808  
Old 14-09-2012, 21:14
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
Yener, please fix a translation in Portuguese Brazil from Your system meets the minimum hardware requirements.

Current:
O seu sistema possue os requisitos mínimos de hardware.
O seu sistema NÃO possue os requisitos mínimos de hardware.

CORRECT:
O seu sistema possui os requisitos mínimos de hardware.
O seu sistema NÃO possui os requisitos mínimos de hardware.

I'm so sorry for this error. I nearly killed myself when I realized.

Last edited by Fabioddq; 14-09-2012 at 21:20.
  #809  
Old 14-09-2012, 21:17
napalmguy
Guest
 
Posts: n/a
@Fabioddq

you know you could fix it yourself, repost the CI, take some load off Yener's hands and actually contribute something useful to this thread, right?
  #810  
Old 14-09-2012, 21:31
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
i will fix it in some days...currently busy.
look at languages then brazilianportuguese.isl

search for wrong line and correct it....should fix temporarly for you & your conversions.
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 20:14.


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