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
  #106  
Old 12-07-2015, 08:57
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
With this code:

[UninstallDelete]
Type: filesandordirs; Name: {app}

game folder is not deleted when uninstall
Reply With Quote
Sponsored Links
  #107  
Old 12-07-2015, 23:17
mertderler mertderler is offline
Registered User
 
Join Date: Apr 2013
Location: ankara- TURKEY
Posts: 45
Thanks: 205
Thanked 14 Times in 11 Posts
mertderler is on a distinguished road
Quote:
Originally Posted by Bilawal View Post
Here's the fix
100% Working
Reply With Quote
  #108  
Old 27-07-2015, 04:43
toto621 toto621 is offline
Registered User
 
Join Date: Jul 2015
Location: The World
Posts: 71
Thanks: 42
Thanked 47 Times in 23 Posts
toto621 is on a distinguished road
Edit : fixed

Thx for the script

Last edited by toto621; 27-07-2015 at 05:44.
Reply With Quote
  #109  
Old 28-07-2015, 18:28
toto621 toto621 is offline
Registered User
 
Join Date: Jul 2015
Location: The World
Posts: 71
Thanks: 42
Thanked 47 Times in 23 Posts
toto621 is on a distinguished road
Hi,

I have a problem with the script, for redist I need to set an argument that point to "Documents" folder of windows so, following the rule described in the script :
;Redist Caption|Exec Directory + File|Arguments

I tried this :
Redist1=test redist 1 (7-Zip SFX)|Optionnal\test.exe|-o"{userdocs}\Documents\test1" -y
Redist2=test redist 2 (7-Zip SFX)|Optionnal\test.exe|-o{userdocs}"\Documents\test" -y
Redist3=test redist 3 (7-Zip SFX)|Optionnal\test.exe|-o"%userprofile%\Documents\test" -y
Redist4=test redist 4 (7-Zip SFX)|Optionnal\test.exe|-o%userprofile%"\Documents\test" -y

But all failled because "{userdocs}" or "%userprofile%" are treated as a folder name, not variable, is there a way to fix this ?

-- EDIT --
Another problem : No matter which soft I try (compressor or ultraarc, tested all available versions), it I tick precomp option WPI setup file ALWAYS fail with : Incorrect version of precomp.exe. Without precomp the decompression work as expected. I use WPI 3.1 untouched script from this thread.

Last edited by toto621; 29-07-2015 at 03:11. Reason: adding informations
Reply With Quote
  #110  
Old 29-07-2015, 02:41
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Find '{#R1[61]}' and rename it to ExpandConstant( '{#R1[61]}')
Find '{#R2[61]}' and rename it to ExpandConstant( '{#R2[61]}')
Find '{#R3[61]}' and rename it to ExpandConstant( '{#R3[61]}')
Find '{#R4[61]}' and rename it to ExpandConstant( '{#R4[61]}')
Find '{#R5[61]}' and rename it to ExpandConstant( '{#R5[61]}')
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
toto621 (29-07-2015)
  #111  
Old 29-07-2015, 03:40
toto621 toto621 is offline
Registered User
 
Join Date: Jul 2015
Location: The World
Posts: 71
Thanks: 42
Thanked 47 Times in 23 Posts
toto621 is on a distinguished road
Thumbs up

Quote:
Originally Posted by Razor12911 View Post
Find '{#R1[61]}' and rename it to ExpandConstant( '{#R1[61]}')
Find '{#R2[61]}' and rename it to ExpandConstant( '{#R2[61]}')
Find '{#R3[61]}' and rename it to ExpandConstant( '{#R3[61]}')
Find '{#R4[61]}' and rename it to ExpandConstant( '{#R4[61]}')
Find '{#R5[61]}' and rename it to ExpandConstant( '{#R5[61]}')
Perfect !! Thx a lot

If you can also help me about the precomp problem it would be awesome
Reply With Quote
  #112  
Old 29-07-2015, 04:53
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
what precomp problem?
Reply With Quote
  #113  
Old 29-07-2015, 05:25
toto621 toto621 is offline
Registered User
 
Join Date: Jul 2015
Location: The World
Posts: 71
Thanks: 42
Thanked 47 Times in 23 Posts
toto621 is on a distinguished road
The one I added in edited post :
No matter which soft I try (compressor or ultraarc, tested all available versions), it I tick precomp option (tested all versions too 0.38 to 0.42) WPI setup file ALWAYS fail with : "Incorrect version of precomp.exe".

Without precomp option the decompression work as expected. I use WPI 3.1 untouched script from this thread.
Reply With Quote
  #114  
Old 29-07-2015, 05:30
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Well, If you tested all version from 0.38 to 0.42 (0.38, 0.40, 0.41 and 0.42) then it means you have used a much earlier version or newer version of precomp, 0.43 is not supported by WPI. UltraARC is not supported, only compressor is supported. With precomp, you must be consistent, if you use version 0.38, for decompression, you must use the same version.
Reply With Quote
  #115  
Old 29-07-2015, 07:29
toto621 toto621 is offline
Registered User
 
Join Date: Jul 2015
Location: The World
Posts: 71
Thanks: 42
Thanked 47 Times in 23 Posts
toto621 is on a distinguished road
Ok I partially fixed my issue, until I do not tick "JPG compression" it seems to work, somehow (crc error at the end of decompression)...I will stop using PreComp for now.

Last edited by toto621; 29-07-2015 at 07:42.
Reply With Quote
  #116  
Old 29-07-2015, 08:18
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Try compressing different sets of data, for the crc error.
Reply With Quote
  #117  
Old 30-07-2015, 01:53
toto621 toto621 is offline
Registered User
 
Join Date: Jul 2015
Location: The World
Posts: 71
Thanks: 42
Thanked 47 Times in 23 Posts
toto621 is on a distinguished road
I tried many sets of data and, from what I have seen, precomp should be renamed Uber_Alpha_Proccess...

From 10 sets of data, only 2 were successfully compressed and extracted, 6 times fail at compression and 2 at decompression (CRC error).

It's far too random to be reliable so better not use it...I know some do not have problem with (hard to believe) but it's clearly not my case.

Thx for your time and advises razor
Reply With Quote
  #118  
Old 30-07-2015, 02:03
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
The only thing that makes that can be packjpg_dll.dll and zlib1.dll, just make sure that they are the same.
Reply With Quote
  #119  
Old 31-07-2015, 02:14
exorc exorc is offline
Registered User
 
Join Date: Jan 2010
Location: Spain
Posts: 75
Thanks: 78
Thanked 6 Times in 6 Posts
exorc is on a distinguished road
Not found with ultra-arc create files?

Thanks..
Reply With Quote
  #120  
Old 31-07-2015, 02:28
toto621 toto621 is offline
Registered User
 
Join Date: Jul 2015
Location: The World
Posts: 71
Thanks: 42
Thanked 47 Times in 23 Posts
toto621 is on a distinguished road
Lightbulb

Quote:
Originally Posted by exorc View Post
Not found with ultra-arc create files?

Thanks..
Like razor wrote earlier, UltraARC is not supported with WPI, only Compressor.

I have a question :
Actually I use Redist to install optionnal files but some are mutually exclusive.
For example, if Redist1 is ticked, Redist 2 must untick (if it is) and if redist2 is ticked, Redist1 must untick.

If it possible to modify the script to archieve this ?

Last edited by toto621; 31-07-2015 at 02:37.
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
Conversion Designer/Installer Creator Razor12911 Conversion Tutorials 1613 03-10-2024 01:24
Windows XP - Tricks gargujjwal Software 3 25-05-2008 02:54
Error Windows Installer: Command And Conquer 3 Kane Edition glfsd PC Games 14 24-01-2008 06:00
Frequently Asked Questions Joe Forster/STA PC Games - Frequently Asked Questions 0 29-11-2005 09:48



All times are GMT -7. The time now is 23:01.


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