Results 1 to 5 of 5

Thread: Support files

  1. #1
    Join Date
    Jan 2006
    Location
    Sydney Australia
    Posts
    24

    Support files

    Hi,

    In InstallShield v6.2 I was able to put my support files in:

    ISPROJECTDIR/Setup Files/Compressed Files/0009-English/Intel 32/

    and they will be picked up by the build and available to me at SUPPORTDIR during setup.

    In v11.5 the entire 'Setup Files' structure is missing. Which suggests that it should done in a new way. From The IDE I could add support files via 'Installation Designer' -> 'Support Files' -> 'Language Independent' -> 'Files' -> 'Insert Files'. But this insert is a 'static' insert. I write the setup but I don't run the final build. The final build is always run by source control people who need to run all their builds in batch mode. So I need to be able to collect the support files from a relative folder rather than a fixed/static include.

    Does anyone know how to do this in v11.5?

    Much thanks!
    Ben

  2. #2
    Join Date
    Oct 2004
    Location
    Chicago, IL
    Posts
    241
    Unfortunately there's no such behavior in IS 11.5. All support files are now statically linked in the .ism.

    chris

  3. #3
    Join Date
    Jan 2006
    Location
    Sydney Australia
    Posts
    24
    Thanks Chris!
    Ben

  4. #4
    Join Date
    Jun 2002
    Posts
    55
    You can use a path variable and set it to the folder where you have all your support files. Add those files once to the project and then the build can make sure those files are present in the folder specified by the path variable.

  5. #5
    Join Date
    Oct 2001
    Location
    Here and there
    Posts
    16,233
    Please also see this archived DevLetter tip for an approach to simulating dynamic linking in the Support Files view: http://www.installshield.com/news/ne...automation.asp.
    Robert Dickau - This and That - Flexera Software

    Want help? See Windows Installer white papers, training courses, newsletters, HelpNet, forum search, Knowledge Base, ...
    Want more help?
    See our InstallTalk blog.
    Want even more help? See our relatively new Advanced Windows Installer (MSI) training course.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •