Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Display Modes
  #361  
Old 03-07-2013, 02:32
huanvip_1994 huanvip_1994 is offline
Registered User
 
Join Date: Apr 2013
Location: Viet Nam
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
huanvip_1994 is on a distinguished road
@y_thelastknight

I can not slide Video Background!!
Why???
Reply With Quote
Sponsored Links
  #362  
Old 03-07-2013, 08:28
tzrepacks's Avatar
tzrepacks tzrepacks is offline
Registered User
 
Join Date: Apr 2013
Location: hanoi
Posts: 7
Thanks: 9
Thanked 0 Times in 0 Posts
tzrepacks is on a distinguished road
How do I make the shortcut work if the original .exe was in some folder like "Binaries" ?
Reply With Quote
  #363  
Old 03-07-2013, 08:53
Pein46's Avatar
Pein46 Pein46 is offline
Registered User
 
Join Date: Feb 2013
Location: Malaysia
Posts: 27
Thanks: 12
Thanked 8 Times in 7 Posts
Pein46 is on a distinguished road
Wink

@tzrepacks

Code:
[Icons]
Name: {commondesktop}\{#AppName}; Filename: {app}\Binaries\{#AppExec}; WorkingDir: {app}\Binaries\; Check: CheckError
Reply With Quote
The Following User Says Thank You to Pein46 For This Useful Post:
tzrepacks (03-07-2013)
  #364  
Old 03-07-2013, 09:38
tzrepacks's Avatar
tzrepacks tzrepacks is offline
Registered User
 
Join Date: Apr 2013
Location: hanoi
Posts: 7
Thanks: 9
Thanked 0 Times in 0 Posts
tzrepacks is on a distinguished road
Quote:
Originally Posted by Pein46 View Post
@tzrepacks

Code:
[Icons]
Name: {commondesktop}\{#AppName}; Filename: {app}\Binaries\{#AppExec}; WorkingDir: {app}\Binaries\; Check: CheckError
Work perfect. Thank a lot to you
Reply With Quote
  #365  
Old 03-07-2013, 17:12
skakmatch skakmatch is offline
Registered User
 
Join Date: May 2013
Location: indonesia
Posts: 14
Thanks: 12
Thanked 3 Times in 3 Posts
skakmatch is on a distinguished road
in Program and Feature not show icon.?
Reply With Quote
  #366  
Old 03-07-2013, 17:34
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,746
Thanks: 2,141
Thanked 11,101 Times in 2,296 Posts
Razor12911 is on a distinguished road
add this

[Setup]
UninstallDisplayIcon=Icon Location
e.g.

UninstallDisplayIcon={app}\icon.ico
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
skakmatch (04-07-2013)
  #367  
Old 06-07-2013, 06:07
Pirate Ted Pirate Ted is offline
Registered User
 
Join Date: Jun 2013
Location: Maryland
Posts: 19
Thanks: 9
Thanked 2 Times in 2 Posts
Pirate Ted is on a distinguished road
How to input Game Registry?

Root: HKCU; Subkey: "Software\FLT\Steam\666666"; ValueName: "AccountID"; ValueType: Dword; ValueData: "$666666"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKCU; Subkey: "Software\FLT\Steam\666666"; ValueName: "PersonaName"; ValueType: String; ValueData: "Player"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKCU; Subkey: "Software\FLT\Steam\666666"; ValueName: "Language"; ValueType: String; ValueData: "english"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue uninsdeletekeyifempty


Hello, how to input the correct game registry in this Script? tnx in advance

give me an example please..

Last edited by Pirate Ted; 06-07-2013 at 06:07. Reason: give me an example please..
Reply With Quote
  #368  
Old 06-07-2013, 07:32
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,032 Times in 3,084 Posts
pakrat2k2 is on a distinguished road
export those entries from registry to a reg file ( xyz.reg )
then goto Useful Programs thread here > http://fileforums.com/showthread.php?t=92995

grab the english version file from post #2. run the exe from that program, select your reg file ( that you saved earlier ) and it converts it into ISS script which has those values you can enter into the registry section of the ISS script.
Reply With Quote
The Following 3 Users Say Thank You to pakrat2k2 For This Useful Post:
61n4n74r (27-10-2013), Newbie (06-07-2013), Pirate Ted (06-07-2013)
  #369  
Old 06-07-2013, 09:17
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
Use InnoIDE for input registry.
Reply With Quote
  #370  
Old 06-07-2013, 14:15
Newbie's Avatar
Newbie Newbie is offline
Registered User
 
Join Date: Sep 2012
Location: Croatia
Posts: 81
Thanks: 112
Thanked 13 Times in 11 Posts
Newbie is on a distinguished road
Edited

Last edited by Newbie; 24-07-2013 at 09:40. Reason: Copyright Reason
Reply With Quote
  #371  
Old 07-07-2013, 03:52
basic23's Avatar
basic23 basic23 is offline
Registered User
 
Join Date: Nov 2012
Location: Germany
Posts: 15
Thanks: 7
Thanked 10 Times in 5 Posts
basic23 is on a distinguished road
Black_Box_Script_By_Kurutucu_V1.8P:

Main.iss Compile
Source:{#Internal}*; DestDir: {app}; Flags: ignoreversion recursesubdirs; Check: CheckError;

Main(Compact.Mode+Slideshow & Video).iss
Extract Arc Error...



Error??????
Help!!!

Last edited by basic23; 07-07-2013 at 03:58.
Reply With Quote
  #372  
Old 07-07-2013, 03:58
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
@Newbie

Use defaults DPI option on your screen.

@basic23

This script not support internal compression. Use freearc -m0.
Reply With Quote
The Following User Says Thank You to Kurutucu For This Useful Post:
basic23 (07-07-2013)
  #373  
Old 07-07-2013, 04:05
basic23's Avatar
basic23 basic23 is offline
Registered User
 
Join Date: Nov 2012
Location: Germany
Posts: 15
Thanks: 7
Thanked 10 Times in 5 Posts
basic23 is on a distinguished road
Windows 7 Ultimate Service Pack 1 (Windows Original not Crack)

Defaults DPI option on your screen.

I compress Normal.If not normal,Why? ARC????

But I can not use the-m4? What for?
Other can but I do can.
Please help me. "Kurutucu"
Englisch use Google Translate.
Attached Images
File Type: png Display_2013-07-07_12-03-08.png (32.8 KB, 278 views)
File Type: jpg Untitled - 1.jpg (159.6 KB, 278 views)

Last edited by pakrat2k2; 07-07-2013 at 10:51. Reason: double posting
Reply With Quote
  #374  
Old 07-07-2013, 05:05
Newbie's Avatar
Newbie Newbie is offline
Registered User
 
Join Date: Sep 2012
Location: Croatia
Posts: 81
Thanks: 112
Thanked 13 Times in 11 Posts
Newbie is on a distinguished road
Edited.

Last edited by Newbie; 24-07-2013 at 09:41. Reason: Copyright Reason
Reply With Quote
The Following User Says Thank You to Newbie For This Useful Post:
basic23 (08-07-2013)
  #375  
Old 07-07-2013, 11:20
basic23's Avatar
basic23 basic23 is offline
Registered User
 
Join Date: Nov 2012
Location: Germany
Posts: 15
Thanks: 7
Thanked 10 Times in 5 Posts
basic23 is on a distinguished road
Video.mp4 not playng

Thanks @Kurutucu!!!
But the problem I have is with video.mp4
Not Playng.
What am I doing wrong?
Please help me!
Thank you very much!
Attached Images
File Type: png Select Tasks «Kurutucu»_2013-07-07_19-15-18.png (2.5 KB, 263 views)
Reply With Quote
Reply

Thread Tools
Display Modes

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 06:51
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup REV0 Conversion Tutorials 51 26-03-2015 07:57
Copy file with Inno Setup Script emrahcey Software 1 02-07-2010 09:24



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


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