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 08-10-2015, 14:50
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
Repack test

please test in windows 7 thanks friends



I leave the project.rar because I can not stay on all systems
Attached Files
File Type: rar TestRepack.rar (4.52 MB, 392 views)
File Type: rar Project.rar (3.26 MB, 384 views)

Last edited by rinaldo; 09-10-2015 at 04:21.
Reply With Quote
The Following 11 Users Say Thank You to rinaldo For This Useful Post:
52098994 (09-10-2016), arkantos7 (11-10-2015), buttignol (09-10-2015), ChronoCross (09-10-2015), COPyCAT (28-10-2015), nasir ahmad (19-04-2016), oltjon (22-12-2016), punchao (09-10-2015), Stor31 (09-10-2015), yasserdivar (30-10-2021), y_thelastknight (09-10-2015)
Sponsored Links
  #2  
Old 08-10-2015, 15:16
punchao's Avatar
punchao punchao is offline
Registered User
 
Join Date: Apr 2014
Location: Barcelona
Posts: 156
Thanks: 112
Thanked 44 Times in 36 Posts
punchao is on a distinguished road
Works perfectly in W7/W10 x64
Reply With Quote
  #3  
Old 08-10-2015, 15:21
ChronoCross's Avatar
ChronoCross ChronoCross is offline
Registered User
 
Join Date: Sep 2014
Location: Acacia Dragons
Posts: 254
Thanks: 145
Thanked 203 Times in 115 Posts
ChronoCross is on a distinguished road
cancel msg window and uninstall msg i have a wrong display of the skin. the txt files install and unistall perfectly. shortcuts and specs are good.
Attached Images
File Type: png cancel.png (59.2 KB, 430 views)
File Type: png unistall.png (16.5 KB, 429 views)

Last edited by ChronoCross; 08-10-2015 at 16:48. Reason: pics added
Reply With Quote
  #4  
Old 08-10-2015, 15:34
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 ChronoCross View Post
cancel msg window and uninstall msg wrong display of the skin. the files install and unistall perfectly. shortcuts and specs are good.


your pc problem bro

Last edited by rinaldo; 08-10-2015 at 18:04.
Reply With Quote
The Following User Says Thank You to rinaldo For This Useful Post:
ChronoCross (09-10-2015)
  #5  
Old 08-10-2015, 19:02
ChronoCross's Avatar
ChronoCross ChronoCross is offline
Registered User
 
Join Date: Sep 2014
Location: Acacia Dragons
Posts: 254
Thanks: 145
Thanked 203 Times in 115 Posts
ChronoCross is on a distinguished road
do you know what is the problem? w7x64
Reply With Quote
  #6  
Old 09-10-2015, 04:21
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 ChronoCross View Post
do you know what is the problem? w7x64
ok
my share project test script ChronoCross
Reply With Quote
The Following User Says Thank You to rinaldo For This Useful Post:
ChronoCross (09-10-2015)
  #7  
Old 09-10-2015, 06:50
RamiroCruzo's Avatar
RamiroCruzo RamiroCruzo is offline
Registered User
 
Join Date: Jul 2015
Location: India
Posts: 184
Thanks: 386
Thanked 171 Times in 75 Posts
RamiroCruzo is on a distinguished road
Everything is alright but CD Projekt RED folder doesn't get deleted after install...Though its empty

Tested on Windows 10 10240 build
Reply With Quote
  #8  
Old 09-10-2015, 07:57
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:
RamiroCruzo
project is 35% icons were not treated but still not a problem is simple .. thanks the contribution friend
Reply With Quote
  #9  
Old 09-10-2015, 14:18
ChronoCross's Avatar
ChronoCross ChronoCross is offline
Registered User
 
Join Date: Sep 2014
Location: Acacia Dragons
Posts: 254
Thanks: 145
Thanked 203 Times in 115 Posts
ChronoCross is on a distinguished road
i fix my problem i add
Transparent := True;
in exit.iss

there is any way to make this for the entire script? or i need to add Transparent := True; for each msg win popup ?


Code:
MyExitFrameLabel:=TLabel.Create(nil);
with MyExitFrameLabel do
begin
Transparent := True;
Parent := MyExit;
Font.Color :=  $00A9A9A9;
Font.Size := 9;
Font.Name:='calibri';
Caption := ExpandConstant('Exit');
SetBounds(25, 18, 100, 17);
OnMouseDown:=@ExitFormOnMouseDown;
end;

MyExitFrameLabel1:=TLabel.Create(NIL);
with MyExitFrameLabel1 do
begin
Transparent := True;
Parent := MyExit;
Font.Color :=  $00A9A9A9;
Font.Size := 9;
Font.Name:='calibri';
Caption := 'Setup is not completed. All changes will not be saved'+#13+
'Are you sure you want to Exit?'
SetBounds(90, 77, 400, 300);
OnMouseDown:=@ExitFormOnMouseDown;
end;
do
Attached Images
File Type: png cancel.png (219.5 KB, 401 views)
Reply With Quote
The Following 4 Users Say Thank You to ChronoCross For This Useful Post:
oltjon (29-02-2016), punchao (09-10-2015), rinaldo (09-10-2015), Stor31 (29-02-2016)
  #10  
Old 09-10-2015, 16:53
lhanz678's Avatar
lhanz678 lhanz678 is offline
Registered User
 
Join Date: Apr 2014
Location: Philippines
Posts: 67
Thanks: 150
Thanked 65 Times in 27 Posts
lhanz678 is on a distinguished road
nice work
__________________
The Imitation Game
Reply With Quote
  #11  
Old 29-02-2016, 01:54
nasir ahmad nasir ahmad is offline
Registered User
 
Join Date: Oct 2015
Location: afghanistan
Posts: 60
Thanks: 90
Thanked 7 Times in 5 Posts
nasir ahmad is on a distinguished road
it's not working at close project.
Reply With Quote
  #12  
Old 29-02-2016, 04:20
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
Works perfectly in W7 / x64

Except



to remedy

Last edited by Stor31; 29-02-2016 at 05:16.
Reply With Quote
  #13  
Old 29-02-2016, 08:00
oltjon's Avatar
oltjon oltjon is offline
Registered User
 
Join Date: Dec 2013
Location: UNITED STATES OF ALBANIA
Posts: 218
Thanks: 1,132
Thanked 168 Times in 79 Posts
oltjon is on a distinguished road
Quote:
Originally Posted by Stor31 View Post
Works perfectly in W7 / x64

Except



to remedy
in windows 10 64 bit have the same problem
Reply With Quote
The Following User Says Thank You to oltjon For This Useful Post:
Pulcione86 (29-02-2016)
  #14  
Old 29-02-2016, 08:32
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
----->
__________________
if you understand read more
Reply With Quote
  #15  
Old 29-02-2016, 08:37
Pulcione86 Pulcione86 is offline
Registered User
 
Join Date: Feb 2013
Location: Italy
Posts: 65
Thanks: 12
Thanked 6 Times in 6 Posts
Pulcione86 is on a distinguished road
Qual'è il metodo di compressione compatibile?

What is the compression method compatible ?
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
Test Drive Unlimited 2 (DVD9 to 2xDVD5) *Multi5* [SREP + LZMA + INNO SETUP] REV0 PC Games - CD/DVD Conversions 15 19-08-2016 14:02
hi.. a lot of time.. i need you test my installer please Logrim Conversion Tutorials 7 15-04-2016 07:00
Reflate test Razor12911 Conversion Tutorials 8 09-09-2015 00:35
Test Drive Unlimited 2 Beta Dopefish PC Games - Protection List 5 06-02-2011 04:46



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


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