- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Custom ISPrerequisitesFolder subfolder names
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Custom ISPrerequisitesFolder subfolder names
I've received some complaints regarding the folder naming convention of the InstallShield prerequisites. Currently I have the folder structure:
/
setup.exe
ISSetupPrerequisites/
{1C9DEF39-381E-4839-B979-3D98F82C0669}/
SQLEXPR_x64_ENU.exe
{3EB01EA9-E508-42A4-9785-3833555B5D00}/
VC_redist.x64.exe
{06D565DC-042E-4F1B-8702-2E0BD0F22805}/
ndp48-x86-x64-allos-enu.exe
It would be desirable to rename the folders to human-readable names, such as:
/
setup.exe
ISSetupPrerequisites/
SQL 2019 Express/
SQLEXPR_x64_ENU.exe
Visual C++ 2019/
VC_redist.x64.exe
.NET 4.8/
ndp48-x86-x64-allos-enu.exe
Is this possible? Another possibly-acceptable solution might be to place all the prerequisite files in the SETUPEXEDIR right next to setup.exe.