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
  #31  
Old 27-03-2018, 09:44
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 696 Times in 191 Posts
rinaldo is on a distinguished road
Quote:
Originally Posted by masen485 View Post
Setup]
AppName={#AppName}
AppPublisher={#AppPublisher}
AppVersion={#AppVersion}
AppComments={#AppName}
DefaultDirName={pf64}\{#AppPublisher}\{#AppName}
DefaultGroupName={#AppPublisher}\{#AppName}
OutputBaseFilename={#SetupName}
OutputDir={#SetupOut}
SetupIconFile=Setup files\Misc\Setup.ico
WizardImageFile=Setup files\Misc\Background.bmp
WizardSmallImageFile=Setup files\Misc\smallbitmap.bmp
Compression=lzma/ultra64
//MinVersion="6.1.1.2058"
InternalCompressLevel=none
UninstallDisplayIcon={uninstallexe}
UninstallDisplaySize=49928994816
AppId={{B7088B59-F587-435A-A67E-AFE6C3816C18}
PrivilegesRequired=none
DisableWelcomePage=False
;ShowTasksTreeLines=yes
;InternalCompressLevel=ultra64
;InfoBeforeFile=_Files\info.rtf
;LicenseFile=_Files\license.txt
DirExistsWarning=no
AppSupportURL=https://help.bethesda.net/app/home/p/704/Platform/3/pf/PC/session/

Hello master Help
DefaultDirName={pf}\{#AppPublisher}\{#AppName}
__________________
if you understand read more
Reply With Quote
Sponsored Links
  #32  
Old 06-06-2018, 17:29
Kitsune1982's Avatar
Kitsune1982 Kitsune1982 is offline
Registered User
 
Join Date: Jun 2011
Location: USA
Posts: 110
Thanks: 5
Thanked 86 Times in 47 Posts
Kitsune1982 is on a distinguished road
problem with resizing black box frame

hi guys, i am playing with the black box 2017 script rinaldo posted, and i cannot for the life of me figure out how to make a full screen welcome page bitmap. i have tried resizing it in photoshop, and adjusting the parameters in main.iss. here is my code

ExtractTemporaryFile ('Background.bmp');
WizardForm.WizardBitmapImage.Cursor:=crHand;
WizardForm.WizardBitmapImage.OnClick:=@LogoLabelOn Click;
WizardForm.ClientWidth:=800;
WizardForm.ClientHeight:=600;
WizardForm.InnerNotebook.Show;
WizardForm.OuterNotebook.Show;
WizardForm.WizardBitmapImage.Stretch:=True;
WizardForm.WizardBitmapImage.Parent:=WizardForm;


am i doing this wrong? i also cant seem to figure out how to line up the buttons either :< can someone tell me what i need to do or post a code snippet on how to add a background.bmp to the extracttemporaryfile variable? thanks!!

-Kitsune
Reply With Quote
  #33  
Old 23-06-2018, 10:04
Stor31 Stor31 is offline
Registered User
 
Join Date: Aug 2013
Location: Wahranne
Posts: 323
Thanks: 1,025
Thanked 86 Times in 68 Posts
Stor31 is on a distinguished road
Plz rinaldo how to fix that

Reply With Quote
  #34  
Old 23-06-2018, 12:43
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
check this post & see if its correct in script as well.
https://www.fileforums.com/showpost....24&postcount=9
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
Stor31 (23-06-2018)
  #35  
Old 26-06-2018, 05:46
Schabik Schabik is offline
Registered User
 
Join Date: Dec 2008
Location: Somewhere in Poland
Posts: 152
Thanks: 17
Thanked 35 Times in 32 Posts
Schabik is on a distinguished road
I've been trying to compress The Sims 3 Collection (base and all addons).


Compression method I've used:
pZLib3+SREPMAX+LZMAII
pZLib3+SREPMAX+RZ


No matter what installer I use, every time -12 error appear.
Attachment 22191


What Can I do to preserve the compression ratio ~33GB->~7GB

Last edited by Schabik; 27-06-2018 at 09:21.
Reply With Quote
  #36  
Old 26-06-2018, 06:51
ffmla ffmla is offline
Registered User
 
Join Date: Nov 2014
Location: Digital world
Posts: 112
Thanks: 609
Thanked 65 Times in 41 Posts
ffmla is on a distinguished road
Wink

Quote:
Originally Posted by Schabik View Post
I've been trying to compress The Sims 3 Collection (base and all addons).


Compression method I've used:
pZLib3+SREPMAX+LZMAII
pZLib3+SREPMAX+RZ


No matter what installer I use, every time -12 error appear.
Attachment 22191
First of all, check the config file{arc.ini},that included in setup extraction process.
Make sure correct unarc.dll version used.{Lot of out there}
Make sure enough space for installation.

{if error came at start,then different version of unarc.dll as the problem{use correct one}.
or while extraction process that may be memory issue.}
Reply With Quote
  #37  
Old 26-06-2018, 12:14
Schabik Schabik is offline
Registered User
 
Join Date: Dec 2008
Location: Somewhere in Poland
Posts: 152
Thanks: 17
Thanked 35 Times in 32 Posts
Schabik is on a distinguished road
Quote:
Originally Posted by ffmla View Post
First of all, check the config file{arc.ini},that included in setup extraction process.
Make sure correct unarc.dll version used.{Lot of out there}
Make sure enough space for installation.

{if error came at start,then different version of unarc.dll as the problem{use correct one}.
or while extraction process that may be memory issue.}
Tested on various free space, from 100GB to 1TB

Memory on my PC is 16-20GB

Tomorrow I'll be testing various unarc.dll but where to get it?

By the way, isn't there a problem with srep? My mind thoughts are going this way for a solution.

The problem occurs about 0,4% of the setup so It's at the beginning.


Edit:
Ok, I think I've solved the problem.
I've been using Srep/Srep64 version 3.93a beta, if I remember there was a problem with this version, so I've found version 3.92 beta and I'll test it.

Last edited by Schabik; 27-06-2018 at 00:02. Reason: breakthrough
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
Football Manager 2017 + FM Touch 2017 1xDVD5 CIUV2039 mausschieber PC Games - CD/DVD Conversions 5 18-07-2017 17:50



All times are GMT -7. The time now is 10:09.


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