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

How to change exe icon and build Linux installatio


3 replies to this topic

Carrie

Carrie
  • Members
  • 4 posts

Posted 14 August 2003 - 07:25

huh.gif If using InstallShield PackageForTheWeb,

1. How to change icon for the created exe file?
2. How to let the copying file dialog not display to end user before executable file excutes?
3. Can I use it to get a self-extracting executable file for Linux?

Thank you.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 14 August 2003 - 13:31

1. There's no easy way to do this. You would have to edit the resource in the template stub.exe using Visual Studio.
2. Use the -s command line switch.
3. No.

Carrie

Carrie
  • Members
  • 4 posts

Posted 15 August 2003 - 04:29

Thanks very much for your reply.

There still is a problem using -s switch. If I use -s in MS command line environment , it works well, but if I add "-s" in "Command" field of Delivery Options Panel, and double click the built exe in windows explore, InstallShield extracting dialog still appear as before. What should I do using PackageForTheWeb to let user not see any InstallShield UI if he double click the result exe.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 18 August 2003 - 08:34

I don't think that's possible.