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
  #181  
Old 19-01-2016, 12:33
coveiro coveiro is offline
Registered User
 
Join Date: Dec 2014
Location: EUA
Posts: 77
Thanks: 90
Thanked 52 Times in 32 Posts
coveiro is on a distinguished road
Hi Razor12911, This Variables <VideoName> is showing <ProcessorName>.


She is showing the processor name and not of video card.


Last edited by coveiro; 19-01-2016 at 12:37.
Reply With Quote
The Following User Says Thank You to coveiro For This Useful Post:
Razor12911 (20-01-2016)
Sponsored Links
  #182  
Old 19-01-2016, 12:49
ChrisC20 ChrisC20 is offline
Registered User
 
Join Date: Dec 2015
Location: Rustenburg, Northwest, RSA
Posts: 12
Thanks: 3
Thanked 6 Times in 5 Posts
ChrisC20 is on a distinguished road
I would suggest adding an install directory prefix that can be changed, and an install directory suffix that stays constant/static.
Reply With Quote
  #183  
Old 19-01-2016, 20:27
ChrisC20 ChrisC20 is offline
Registered User
 
Join Date: Dec 2015
Location: Rustenburg, Northwest, RSA
Posts: 12
Thanks: 3
Thanked 6 Times in 5 Posts
ChrisC20 is on a distinguished road
What I liked about the previous version, was the option to disable/enable a button. With the latest version, I change the button "enable" to 0 for false. But the button can still be pressed. Am I missing something?
Reply With Quote
  #184  
Old 20-01-2016, 03: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
Well, I realized what's the point of disabling an item if there isn't anything that will enable it at some point, conditions are the ones that are controlling the property. If you want the item to be totally disabled, make a scenario which can never be possible,
Example {Math=4>7;}, we all know that 4 can never be greater than 7 so the item will forever be disabled.
But if you have something like {Math=<ProcessorCores> > 2;}, then the item will only be enabled if processor has more than 2 cores therefore there will be times when the item will be enabled.
Reply With Quote
The Following 2 Users Say Thank You to Razor12911 For This Useful Post:
ChrisC20 (20-01-2016), coveiro (20-01-2016)
  #185  
Old 20-01-2016, 06:19
ChrisC20 ChrisC20 is offline
Registered User
 
Join Date: Dec 2015
Location: Rustenburg, Northwest, RSA
Posts: 12
Thanks: 3
Thanked 6 Times in 5 Posts
ChrisC20 is on a distinguished road
okay thanx. I just really liked to have the "Finish" button grayed out while the extraction is in progress. You know, Like an InstallShield setup. haha. But what I'll do is make a shape with transparency overlaying the button.
Reply With Quote
  #186  
Old 20-01-2016, 08:52
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
Quote:
Originally Posted by coveiro View Post
Hi Razor12911, This Variables <VideoName> is showing <ProcessorName>.


She is showing the processor name and not of video card.

I'll look through it.
Reply With Quote
  #187  
Old 20-01-2016, 08:57
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
Those who would like to see or play around with an older source of ASC, there you go.
Use Delphi XE7 or XE8 to compile.

Edit:
Just added an animation file, just check it out, maybe it might spark a couple of you to start using animations, they are awesome.
Attached Files
File Type: 7z asc_v003_source.7z (5.43 MB, 332 views)
File Type: 7z Animation_1.7z (1.5 KB, 76 views)

Last edited by Razor12911; 20-01-2016 at 09:03.
Reply With Quote
The Following 4 Users Say Thank You to Razor12911 For This Useful Post:
arkantos7 (21-01-2016), coveiro (20-01-2016), Prince Soft (23-10-2016), RamiroCruzo (21-01-2016)
  #188  
Old 23-01-2016, 10:33
Lucas65 Lucas65 is offline
Registered User
 
Join Date: Nov 2015
Location: Italy
Posts: 59
Thanks: 110
Thanked 23 Times in 15 Posts
Lucas65 is on a distinguished road
Hello Razor. I experienced an issue using asc v6. Using a project created by me everything seems to work but when I want to uninstall the product the setup changes all associations of computer files making the system unusable. I must therefore restore the PC. For if I am that something wrong or is there something that can be had.. I thank you in advance and I hope for your help since the program I really like and I enjoy using it.

EDIT:
Ok, I solved alone. I'm sorry for the trouble but I did not realize that I had a associations task empty and eliminating it has solved the problem.
Hi Razor!

Last edited by Lucas65; 24-01-2016 at 14:41. Reason: Problem solved
Reply With Quote
  #189  
Old 25-01-2016, 07:23
Luck Luck is offline
Registered User
 
Join Date: Dec 2015
Location: EUA
Posts: 8
Thanks: 5
Thanked 1 Time in 1 Post
Luck is on a distinguished road
First. Thank you for Razor great tool, I am in doubt as a .bat run this program I set the Run more does not work, the .bat opens more does not extract, I tested in inno standard setup works. I need to add something in the ASC?

Last edited by Luck; 25-01-2016 at 08:27.
Reply With Quote
  #190  
Old 25-01-2016, 07:37
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
Quote:
Originally Posted by Lucas65 View Post
Hello Razor. I experienced an issue using asc v6. Using a project created by me everything seems to work but when I want to uninstall the product the setup changes all associations of computer files making the system unusable. I must therefore restore the PC. For if I am that something wrong or is there something that can be had.. I thank you in advance and I hope for your help since the program I really like and I enjoy using it.

EDIT:
Ok, I solved alone. I'm sorry for the trouble but I did not realize that I had a associations task empty and eliminating it has solved the problem.
Hi Razor!
http://fileforums.com/showpost.php?p...&postcount=176

@Luck, you're not the only one who has said bats don't work, I'll have to look into the feature.

Last edited by Razor12911; 25-01-2016 at 07:39.
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
Luck (25-01-2016)
  #191  
Old 26-01-2016, 17:11
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
Update available

Changes

Slideshow fixed
Updated select directory
+1 New Sample +1 Fixed Sample

Known issues

Anything related to registry must be used else it will damage operating system by deleting everything from registry.


What to expect in the next update:
Increase item quota
Registry fix
Reply With Quote
The Following 6 Users Say Thank You to Razor12911 For This Useful Post:
Amsal (27-01-2016), arkantos7 (27-01-2016), coveiro (26-01-2016), JustFun (26-01-2016), Lucas65 (30-01-2016), Stor31 (29-01-2016)
  #192  
Old 31-01-2016, 05:24
Lucas65 Lucas65 is offline
Registered User
 
Join Date: Nov 2015
Location: Italy
Posts: 59
Thanks: 110
Thanked 23 Times in 15 Posts
Lucas65 is on a distinguished road
Hi razor. I tried adding the external compressors in the tab "setup resources" but I have problems. For example if I use xz or LZ77, Precomp 0.45 or 0.44 or nanozip the extraction does not start showing a page of dialogue made by me and then closing the installation. Obviously in resource add .exe and cls file necessary and arc.ini right but until now works only the classic precomp(0.38-0.43)+msc+srep+lzma.

This is normal because these extraction methods must be internal to the program "asc"?
Reply With Quote
  #193  
Old 31-01-2016, 05:37
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
did you include 7z.dll by any chance?
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
Lucas65 (31-01-2016)
  #194  
Old 31-01-2016, 05:58
Luck Luck is offline
Registered User
 
Join Date: Dec 2015
Location: EUA
Posts: 8
Thanks: 5
Thanked 1 Time in 1 Post
Luck is on a distinguished road
I read the manual, and I am unable to mount a redisit can tell me a step by step please.
Thank you in already
Reply With Quote
  #195  
Old 31-01-2016, 06:58
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
first, add exe to run under configuration, secondly, go to user interface add checkbox, give the checkbox a name, eg: MyRedist then go back to configuration, edit the exe row you added, under condition, use the condition format to make the redist install only if checkbox is checked like this {MyRedist=True}, all done.
Reply With Quote
The Following 3 Users Say Thank You to Razor12911 For This Useful Post:
coveiro (31-01-2016), Luck (31-01-2016), RamiroCruzo (31-01-2016)
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
BlackBox v2 y_thelastknight Conversion Tutorials 567 11-03-2025 07:16
Conversion Designer/Installer Creator Razor12911 Conversion Tutorials 1613 03-10-2024 01:24
Useful Dll for Inno Setup users peterf1999 Conversion Tutorials 88 01-12-2017 16:00
Inno Setup Advanced Splash Library Razor12911 Conversion Tutorials 6 18-11-2015 13:33
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup REV0 Conversion Tutorials 51 26-03-2015 06:57



All times are GMT -7. The time now is 12:36.


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