+ Reply to Thread
Results 1 to 4 of 4

Thread: Type of installer.exe for 64-bit application

  1. #1
    Manish Jhalani Guest

    Default Type of installer.exe for 64-bit application

    I am using setup builder 7.7 for creating installer.exe for an 64-bit application. Installer Type is set to 64-bit. On Windows 7 when I run installer and check task manager installer.exe process is being shown as 32-bit "installer.exe *32".

    If I am creating an installer with installer type 64-bit then why its being created as 32-bit. Do we have any way to create 64-bit installer.exe ?

    Thanks.

  2. #2
    Join Date
    Mar 2004
    Posts
    4,308

    Default Re: Type of installer.exe for 64-bit application

    Hello,

    This is the correct and expected behavior. If you set Installer Type to "64-bit" then the generated executable runs in 64-bit mode to install your 64-bit application on 64-bit Windows OS (and to access 64-bit resources). The installer cannot be executed on 32-bit Windows OS. But the application itself is still a native 32-bit process.

    Hope this helps.

    Friedrich

  3. #3
    Unregistered Guest

    Default Re: Type of installer.exe for 64-bit application

    Quote Originally Posted by linder View Post
    Hello,

    This is the correct and expected behavior. If you set Installer Type to "64-bit" then the generated executable runs in 64-bit mode to install your 64-bit application on 64-bit Windows OS (and to access 64-bit resources). The installer cannot be executed on 32-bit Windows OS. But the application itself is still a native 32-bit process.

    Hope this helps.

    Friedrich
    Thanks for help.

    Can setup builder create 64-bit installer.exe (such that the executing process by installer.exe is 64-bit ) ?

  4. #4
    Join Date
    Mar 2004
    Posts
    4,308

    Default Re: Type of installer.exe for 64-bit application

    No. For backward compatibility reasons, this is not possible. From a SetupBuilder installer, you can create a setup for native 32-bit, hybrid 32-/64-bit and native 64-bit applications. Why do you need a true 64-bit process setup.exe?

    Friedrich

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

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