Talk:Shortcuts removal fails on Windows Vista: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
(New page: Now the shortcuts are not created. I got an error from the installer exe.) |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Now the shortcuts are not created. I got an error from the installer exe. | Now the shortcuts are not created. I got an error from the installer exe. | ||
The problem was a missing statement: | |||
CreateDirectory "$SMPROGRAMS\Vista Test" | |||
It only took me an hour to track that one down:( |
Latest revision as of 21:52, 16 February 2010
Now the shortcuts are not created. I got an error from the installer exe.
The problem was a missing statement:
CreateDirectory "$SMPROGRAMS\Vista Test"
It only took me an hour to track that one down:(