-
-
Notifications
You must be signed in to change notification settings - Fork 632
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installer sets broken icon path on 64bit windows #354
Comments
Comment 1 by mdcurran on 2009-07-22 05:36
The parameters to CreateShortcut are: According to this line, both target file name, and icon path are pointing to the same thing, which is "$INSTDIR${PRODUCT}.exe". ${PRODUCT} is defined as "nvda". It seems to me that this is perhaps a bug in Nsis and CreateShortcut. Both target path and icon path should be the same value. Although this is not an error on 32-bit systems, looking at the icon path for a desktop shortcut on my 32-bit Vista machine, it is also %ProgramFiles% but the target path is "C:\Program Files" So this bug is definitly not specific to Windows 7 or 64-bit. I'm interested if this problem exists on XP machines? |
Comment 2 by jteh on 2012-03-14 01:32 We need some sighted help with this one. |
Comment 3 by jteh on 2012-05-11 04:41 |
Comment 4 by jteh on 2012-05-25 01:35 |
Reported by timeless on 2009-07-03 09:03
w7 rc1; NVDA 0.6p3.2
The installer managed to put a shortcut on my desktop and in my start menu, both point to:
"C:\Program Files (x86)\NVDA\nvda.exe"
but the icon is: %ProgramFiles%\NVDA\NVDA.exe.
This means that I get the default icon because that path doesn't exist
environment variable table for reference:
ProgramData=C:\ProgramData
ProgramFiles=C:\Program Files
ProgramFiles(x86)=C:\Program Files (x86)
ProgramW6432=C:\Program Files
The text was updated successfully, but these errors were encountered: