Hi,
I would like to find out if it is possible to use Environmental Variables when setting up Registry Keys. Example:
[Environment] RegLoc="HKCU\Software\Some Program" [RegistryValueWrite] "%RegLoc%\"=REG_SZ:""
New: Draw.io (Jun 2, 2022), Platform 22.0b1 (Jun 10, 2022)
400+ real apps (47GB), 1.04 billion downloads, Please donate.
Hi,
I would like to find out if it is possible to use Environmental Variables when setting up Registry Keys. Example:
[Environment] RegLoc="HKCU\Software\Some Program" [RegistryValueWrite] "%RegLoc%\"=REG_SZ:""
Environment Variables are unsupported in this manner.
How can I request for this to be added to a support request. As this will work very well with programs that have common base so that I can change the program run by just changing the name of one or two variables which will update the whole list. Thus eliminating a possible error location.
Well PA doesnt support it in a standard way but you can do it with some cmd file.
To get an idea (how to work with environment variables) have a look in my launchers:
e.g. portable launcher for IntelliJ-IDEA:
https://github.com/YoursTruly55/PortableApps/tree/master/Tools/IntelliJI...