0

I have a problem concerning folder structure of a built InstallShield suite project.

I have several MSI packages included into the suite, and I want them to be copied from source media and not extracted from setup.exe (that's an option when clicking on the MSI package, general tab -> location).

That means I'd have small setup.exe and every MSI in it's own folder. But by default, the folder name resembles GUID i.e. {xxxxxxxxx}.

I didn't find any option in the suite project to change the folder name. The only "solution" was to open the project file (it has XML structure) and change the folder tag there. Is there any better way of changing folder names?

Cosmin
  • 21,216
  • 5
  • 45
  • 60
deckard cain
  • 497
  • 10
  • 24

2 Answers2

1

Not yet; this is a gap in the InstallShield IDE.

In an ideal world, would you rather this folder follow the display name you've selected for your package (which requires display names to be distinct), or to be a separate field?

Michael Urman
  • 15,737
  • 2
  • 28
  • 44
  • thanks for quick response, it's just that it would be good to have an option to change default folder names of the packages – deckard cain Jan 25 '12 at 22:40
0

In 2012 Spring, I was able to rename the Package Files folder for each included package and the corresponding folders used it.