Results 1 to 4 of 4

Thread: Problem with win7 64bit

  1. #1

    Default Problem with win7 64bit

    I have downloaded setubbuilder and installed on a new computer. When I
    compile I am getting
    this message.

    : error GEN1017: Compression library error code: -200. Cannot open and
    compress file C:\Program Files\Lindersoft\SetupBuilder 6
    Developer\Images\sbInstall.bmp

    Setupbuilder seems to be under program files (x86). Not program files.


    Have I installed it improperly.

    Thanks
    Gary

  2. #2

    Default Re: Problem with win7 64bit

    32bit apps will be installed in the "program files (x86)" folder and 64bit
    apps will be installed in Program Files when its a 64bit OS.

    I would go into your script, General Information section, call up the window
    for the General Information section, scroll across to the Installer Style
    tab and reselect the bmps again as I suspect you have a script built on a
    win 32 OS and copied to your 64bit OS, so those links will need updating and
    possibly elsewhere depending on what else you do in your script.

    Richard Rose

  3. #3

    Default Re: Problem with win7 64bit

    Gary,

    > I have downloaded setubbuilder and installed on a new computer. When I
    > compile I am getting this message.
    >
    > : error GEN1017: Compression library error code: -200. Cannot open and
    > compress file C:\Program Files\Lindersoft\SetupBuilder 6
    > Developer\Images\sbInstall.bmp
    >
    > Setupbuilder seems to be under program files (x86). Not program files.
    >
    >
    > Have I installed it improperly.

    You have installed it properly. But you have a problem in your project.

    I think you have hard-coded a path and this path (or the file) does not
    exist any longer:

    C:\Program Files\Lindersoft\SetupBuilder 6 Developer\Images\sbInstall.bmp

    This points to a bitmap in a "SetupBuilder 6 Developer" folder. If you have
    defined the above sbInstall.bmp in "General Information" -> "Installer
    Style" then I would suggest to change it to:

    [SB]\Images\sbInstall.bmp

    Does this help?

    Friedrich

    --
    Friedrich Linder
    Lindersoft
    www.lindersoft.com
    +1.954.252.3910

    SetupBuilder is Windows 7 installation -- "point. click. ship"

    -- Official Comodo Code Signing and SSL Certificate Partner

  4. #4

    Default Re: Problem with win7 64bit

    Thank You

    Gary Hoffman

Thread Information

Users Browsing this Thread

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

Posting Permissions

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