Creating desktop icons for Innosetup file

Will McGugan news at NOwillmcguganSPAM.com
Sun Mar 13 09:14:25 EST 2005


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 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



More information about the Python-list mailing list