|
|
|
#1
|
|||
|
|||
|
Quote:
![]() Can u help me out? Since I am not from IT background so don't know much about programming. In this script I am not able to link the 'no start menu folder checkbox' with the 'start group selection'. if checkbox is checked then no start menu folder and disabled start group selection and if not then start menu folder. Pl have a look at the code: function CheckError:boolean; begin if ISDoneError = True then Result := False else Result := True; end; function CreateGI:boolean; begin if CheckError = True then begin if NoIconsCheck.IsChecked then Result:=True else Result:=False; end; end; procedure NoIconsCheckOnClick(Sender: TObject); begin if NoIconsCheck.IsChecked=True then begin WizardForm.GroupEdit.Enabled:= false; WizardForm.GroupBrowseButton.Enabled:= false; ButtonSetEnabled(GroupBtn, false); end else begin WizardForm.GroupEdit.Enabled:= true; WizardForm.GroupBrowseButton.Enabled:= true; ButtonSetEnabled(GroupBtn, true); end; WizardForm.GroupEdit.Color:= clblack; end; Last edited by buntionly4u; 20-08-2017 at 13:22. |
| Sponsored Links |
|
#2
|
|||
|
|||
|
Quote:
Can you tell me, from where you got it ? , am curious because there is my name in watermark and i shared it only to few people. Btw your functions to analyze hard disk and give informations arent working when you choose another drive like D ,F , etc. Last edited by -NORO-; 21-08-2017 at 04:57. |
|
#3
|
|||
|
|||
|
can u pl tell how to remove this bug
|
|
#5
|
|||
|
|||
|
i have already mentioned from where i got this script and secondly your names were included unintentionally. i showed this script to my frnd who done some changes including your name (coz i have given him corepack's installer inwhich your names were mentioned). I haven't noticed until you pointed out.
|
|
#6
|
|||
|
|||
|
Quote:
|
|
#7
|
|||
|
|||
|
I will remove all the names from the script once I done with the script.
|
|
#8
|
||||
|
||||
|
Quote:
![]() That won't solve the problem of you stealing others work and claiming to be your own, and now you just admitted you're going to remove the credits (no wonder everyone is closing their sources and/or stopping development). Last edited by Kobi Blade; 21-08-2017 at 03:46. |
| The Following User Says Thank You to Kobi Blade For This Useful Post: | ||
Razor12911 (31-08-2017) | ||
|
#9
|
|||
|
|||
|
Quote:
http://fileforums.com/showthread.php...light=corepack |
|
#10
|
||||
|
||||
|
Quote:
That is not the base of the problem though, is the fact you claim it's your work and admitted you're going to remove the credits of those who spent hours/days/weeks/months/years working on it. It's because of people like you that developers don't cooperate and improve their projects (sharing their sources), leeches taking credit of others work. I hope no one helps you with that, cause clearly you don't deserve it. If you truly had a hand in that script you could fix it alone with no effort, much like I did (at least I won't take credit for others work). Last edited by Kobi Blade; 21-08-2017 at 05:42. |
| The Following User Says Thank You to Kobi Blade For This Useful Post: | ||
Razor12911 (31-08-2017) | ||
|
#11
|
|||
|
|||
|
Quote:
do the changes way you want and post the script.. |
|
#12
|
||||
|
||||
|
I'm not going to post anything (no way I'm helping leeches), this is ravencrow work! The fixes I make are for my own use, unless ravencrow states otherwise.
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Copy file with Inno Setup Script | emrahcey | Software | 1 | 02-07-2010 08:24 |