Talk:Shortcuts removal fails on Windows Vista: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
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.


Same here, I get the error that it can't create a shortcut in
The problem was a missing statement:
c:\ProgramData\Microsoft\Windows\Start Menu\Programs\
  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:(