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 stuff. When I go and manually change the startpath on the icon's property box, everything works fine. How do I ensure that the icon starts in the apppath?
You need to set the working dir for the icon in the [Icons] sections. Adding the following to your icons should do the trick..
WorkingDir: {app};
HTH,
Will McGugan -- http://mail.python.org/mailman/listinfo/python-list