Archive: Is it a bug ?


Is it a bug ?
Hi Everyone,

I am using NSIS v1.98. Just found that the CreateShortCut instruction will set the "Start in" improperly( Just right click on the shortcut, choose properties, Shortcut tab, then watch the "Start in" editbox). I guess it should be the directory that the shortcut points to. But unfortunately it is point to the location of the shortcut itself now.

I am not sure if it is a bug or just I missed some properties of CreateShortCut instruction.:D Can I get any explanation?

Yours

Jacky


The working directory is set to the current output path. Use SetOutPath to set the intial working directory of the shortcut.