mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-17 10:38:04 +02:00
minor changes to FAQ
@@ -58,13 +58,13 @@ You can use this button to pre-download any scripts you wish to use. They will b
|
||||
|
||||
Since PEBakery and PhoenixPE are fully portable, it is also possible to place the PhoenixPE install directory on a USB drive or portable hard drive, plug in at someplace with a faster/more reliable internet connection and launch PEBakery to pre-download the apps you need.
|
||||
|
||||
As a last resort, you can also download an installer manually and place it in the correct cache folder, but you must know exactly which path and file name that the script will be looking for, so this is best left for expert users who fully understand what each script wants.
|
||||
As a last resort, you can also download an installer manually and place it in the correct cache folder, but you must know exactly which path and file name that the script will be looking for, so this is best left for expert users who fully understand how each script operates.
|
||||
|
||||
== There is a new version of program '''''xyz.exe''''' available. Can I update the script myself in order to use the new release? ==
|
||||
== There is a new version of program '''''xyz.exe''''' available. Can I update the script myself? ==
|
||||
|
||||
Sure. Most scripts can be easily updated if you know the version number and the download links have not changed.
|
||||
Sure. '''Most''' scripts can be easily updated if you know the program's version number and the download links have not changed.
|
||||
|
||||
Open the script in Notepad++ or your favorite code editor and modify the '''ProgramVersion''' variable under the '''[Variables]''' section.
|
||||
Updating is usually as simple as opening the script in Notepad++ or your favorite code editor and modifying the '''ProgramVersion''' variable under the '''[Variables]''' section.
|
||||
|
||||
<code>
|
||||
[Variables]
|
||||
@@ -76,7 +76,7 @@ Open the script in Notepad++ or your favorite code editor and modify the '''Prog
|
||||
%DownloadURLx64%=https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v%ProgramVersion%/npp.%ProgramVersion%.portable.x64.7z
|
||||
</code>
|
||||
|
||||
Keep in mind that depending on the software, other script modifications may also need to be made. If in doubt ask for help in the forums.
|
||||
Keep in mind that depending on the software, the process may be different, and/or other script modifications may also need to be made. If in doubt ask for help in the forums.
|
||||
|
||||
You can also check the master branch on github to see if the script has already been updated but has not yet made it into a release package. Scripts in the master branch are considered stable and ready for general use.
|
||||
|
||||
|
Reference in New Issue
Block a user