Re: Creating desktop icons for Innosetup file

2005-03-13 Thread Greg Ewing
Will McGugan wrote: You need to set the working dir for the icon in the [Icons] sections. It would be better to re-design the application so that it doesn't rely on being started with any particular working directory. Then it will still work if the user creates additional shortcuts that don't have

Re: Creating desktop icons for Innosetup file

2005-03-13 Thread Harlin Seritt
Thanks Will! That did the trick. -- http://mail.python.org/mailman/listinfo/python-list

Re: Creating desktop icons for Innosetup file

2005-03-13 Thread Will McGugan
Harlin Seritt wrote: I have a test app that I am creating an Innosetup script for. Everything works great except for the fact that my icons (start menu and desktop) are not starting the executable in the appropriate directory. This is causing problems because it can't find "icon.ico" and other stuf