Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

IExpress cab file doesn't always work on XP


6 replies to this topic

dtieuf

dtieuf
  • Full Members
  • 31 posts

Posted 19 January 2005 - 18:09

Our setup is a basic InstallShield setup (setup.exe + cab files + ini files and such) that is packaged using Microsoft's IExpress to be a single "ourproduct.exe" file.

When some of our users launch this exe, it seems to extract but then nothing happens, the included setup.exe is not launched.

Somehow, the users having this problem have XP systems.

Anyone knows how this extraction/setup would break ?
Any pointers on how to troubleshoot this would also be appreciated cool.gif
We would like to avoid the manual extraction workaround as much as possible...

[Before using cab files, the package was shipped as a self-extracting zip file, and this would happen as well...]

Thank you,

Sophie

Edited by dtieuf, 19 January 2005 - 18:13.


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 20 January 2005 - 15:43

If you are using an old InstallShield version it may be the problem described here:
http://www.installsi...s_is5.htm#isp5x

Does the same setup work properly if it's not packed using IExpress?

dtieuf

dtieuf
  • Full Members
  • 31 posts

Posted 20 January 2005 - 16:02

I am using InstallShield DevStudio 9 + VBuild 2.1.

For these users, the setup doesn't hang, it just doesn't run at all...

Our current workaround is to tell the users to extract the files manually, using WinZip for instance, and then launch setup.exe. It then works fine.

Before using IExpress, we were using WinZip's self-extractor tool and the same problem would occur.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 21 January 2005 - 13:41

I guess these self extractors fails to wait until your setup has finished.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 21 January 2005 - 13:42

BTW I wonder why you are using a separate tool to buld a self extracting exe. Why don't you build a single file setup.exe in InstallShield?

dtieuf

dtieuf
  • Full Members
  • 31 posts

Posted 21 January 2005 - 16:15

We're using IS9 + VBuild + IExpress because it makes the exe about 25% smaller than using IS alone for a full-version setup.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 22 January 2005 - 12:24

I thought that vBuild could generate such an exe for you. But I may be wrong (I've never really used vBuild)