|
#181
|
|||
|
|||
|
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. |
| The Following User Says Thank You to coveiro For This Useful Post: | ||
Razor12911 (20-01-2016) | ||
| Sponsored Links |
|
#182
|
|||
|
|||
|
I would suggest adding an install directory prefix that can be changed, and an install directory suffix that stays constant/static.
|
|
#183
|
|||
|
|||
|
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?
|
|
#184
|
||||
|
||||
|
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. |
|
#185
|
|||
|
|||
|
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.
|
|
#186
|
||||
|
||||
|
I'll look through it.
|
|
#187
|
||||
|
||||
|
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. Last edited by Razor12911; 20-01-2016 at 09:03. |
| The Following 4 Users Say Thank You to Razor12911 For This Useful Post: | ||
|
#188
|
|||
|
|||
|
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 |
|
#189
|
|||
|
|||
|
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. |
|
#190
|
||||
|
||||
|
Quote:
@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. |
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
Luck (25-01-2016) | ||
|
#191
|
||||
|
||||
|
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 |
|
#192
|
|||
|
|||
|
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"? |
|
#194
|
|||
|
|||
|
I read the manual, and I am unable to mount a redisit can tell me a step by step please.
Thank you in already |
|
#195
|
||||
|
||||
|
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.
|
| The Following 3 Users Say Thank You to Razor12911 For This Useful Post: | ||
![]() |
|
|
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 |