-
Notifications
You must be signed in to change notification settings - Fork 212
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
[Windows Installation] - Path update variable is incorrect #243
Comments
Are you installing on windows using the MSI package? If so, the value added to PATH comes from the MIS's INSTALLDIR property. So if anything the bug is from Windows Installer. If using the Either way, I think this is not a bug in |
@jasongin yes I'm using the .msi installer, probably it's not a bug of nvs, but can we manage it? I think in the case of Windows (I don't know with other OS, but probably keeps the same behaviour) we need to force the partition character in uppercase. |
I think the MSI I don't know how you'd override it in the installer, since there is no code, it's just declarative. |
i have checked the env variables, but nothing strange and nothing in lowercase, wich version of WiX are you using for the setup wizard? (just for read the correct docs). |
I can't reproduce this issue. When I install on Windows with the MSI, the value added to path is I still don't understand why it's important. But if you want, I think the next step to diagnose this would be to look at the MSI verbose log:
Then look for log messages about how |
I close the issue, I have tried on another machine and it works fine, it seems more like a problem for my user: |
During installation, the env variable path is updated with "c:".
The correct case for Windows is C with uppercase.
The text was updated successfully, but these errors were encountered: