Skip to content
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

install.bat-uninstall.bat & UAC #27

Closed
Sta2s opened this issue Apr 28, 2015 · 1 comment
Closed

install.bat-uninstall.bat & UAC #27

Sta2s opened this issue Apr 28, 2015 · 1 comment

Comments

@Sta2s
Copy link

Sta2s commented Apr 28, 2015

If UAC is enabled - there is no other way to install RDPWrap than:

  1. launch elevated cmd
  2. change dir to rdpwrap folder
  3. execute install.bat

to fix this one line must be changed in install.bat:

RDPWInst -i

to

%~dp0RDPWInst -i

and in uninstall.bat

RDPWInst -u

to

%~dp0RDPWInst -u

renewed files will work from windows explorer as expected and there will be no need in 1&2

@binarymaster
Copy link
Member

Duplicate issue of #17

This will be fixed in future release. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants