
Quote from Darbdenral on August 6, 2026, 5:50 amI'd like to see the ability to add system variables to the Modern installer and classic installer field for the "suggested installation folder" field.
The Modern installer help file instructs us to use the fields in the Modern installer like "version" and "Output filename" but they don't exist in the Modern installer form and so I found when creating a setup, it used the app option "General/Version info" form for this info.
Anyways, there are many variables for user folders we could use for "suggested installation folder" to allow more configurability, maybe even use the Inno variables if possible, just thinking..
Thanks!
Brad
I'd like to see the ability to add system variables to the Modern installer and classic installer field for the "suggested installation folder" field.
The Modern installer help file instructs us to use the fields in the Modern installer like "version" and "Output filename" but they don't exist in the Modern installer form and so I found when creating a setup, it used the app option "General/Version info" form for this info.
Anyways, there are many variables for user folders we could use for "suggested installation folder" to allow more configurability, maybe even use the Inno variables if possible, just thinking..
Thanks!
Brad
Quote from mishem on August 6, 2026, 1:37 pm@alangonzalez91
setvar "[my car]" "Audi" setvar "[cars]" "Ford;Toyota;Rnault" StrRegexIsMatch "[my car]" "[cars]" "[result]" If "[result]" "=" "True" alertbox "Car" "Car match!" Else alertbox "Car" "Car not match!" Endif
setvar "[my car]" "Audi"
setvar "[cars]" "Ford;Toyota;Rnault"
StrRegexIsMatch "[my car]" "[cars]" "[result]"
If "[result]" "=" "True"
alertbox "Car" "Car match!"
Else
alertbox "Car" "Car not match!"
Endif
Quote from no1g8tor96 on August 7, 2026, 8:26 pmI Think I have asked this before, but I was hoping you could revamp the License of VN WIN and Web. Most software I use has a site to goto to manage licenses.
There is one new app I am trying for Purebasic that is cool and every license you buy gives you three activations. When you activate it reads the system ID of the machine and logs it in the site so you can see the activations and keeps a count. You then can DEACTIVATE them and reactivate on a different PC/Mac.
This is a far better way than having to email you each time we want to move a license. Also, creates better revenue. If say I need 6 licenses then I need to buy 2 sets from you. I have zero problem with that. You need to make money for your great efforts.
Also, would be great if you can make it so we can use it also. I have not looked at the new activation program you have for this but maybe it does it.
I have seen others ask for it in here.
Thanks again for listening.
I Think I have asked this before, but I was hoping you could revamp the License of VN WIN and Web. Most software I use has a site to goto to manage licenses.
There is one new app I am trying for Purebasic that is cool and every license you buy gives you three activations. When you activate it reads the system ID of the machine and logs it in the site so you can see the activations and keeps a count. You then can DEACTIVATE them and reactivate on a different PC/Mac.
This is a far better way than having to email you each time we want to move a license. Also, creates better revenue. If say I need 6 licenses then I need to buy 2 sets from you. I have zero problem with that. You need to make money for your great efforts.
Also, would be great if you can make it so we can use it also. I have not looked at the new activation program you have for this but maybe it does it.
I have seen others ask for it in here.
Thanks again for listening.