Announcement

Collapse
No announcement yet.

Install files depend on 32 or 64bit OS

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Install files depend on 32 or 64bit OS

    Hello,

    in my Application I need to install files of a folder depend on the 32/64bit System.
    E.g. c:\Prgram Files\MyApplication\thisFolder
    The content files of thisFolder are depend on the System (32/64 bit).
    So that I need to detect the 32/64bit -System and copy the right files into the the folder. during installtion process.
    The name of the folder "thisFolder" should have always the same name.

    Is the a easy way to do this with Setup Factory 9?

    Thanks in advance

  • #2
    It can be done with Setup Factory, as I show here (read everything until you reach the explanations regarding unified installers), but if you are new to building installers and Setup Factory specifically, it may not be "easy".

    Ulrich
    Last edited by Ulrich; 06-12-2015, 06:47 PM.

    Comment


    • #3
      Hello Ulrich,

      thanks for your answer. It works and it was "easy" :-) to set Setup Factory to install folders regarding the operationg Systems.

      I used
      bIs64Bits = System.Is64BitOS()
      and put the variable bIs64Bits to the Conditions of the folders.

      Thx for your support

      Comment

      Working...
      X
      😀
      🥰
      🤢
      😎
      😡
      👍
      👎