oldexhaustedmind / fuu

Automatically exported from code.google.com/p/fuu
1 stars 1 forks source link

Windows installer not working in Vista and above #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Double click on the installer
2.Click "next" as many times as needed
3.???
4.PROFIT!

What is the expected output? What do you see instead?

It's expected to see the UAC prompt before the installer is run. Instead no 
prompt is shown, and the installer breaks due to lack of permissions to write 
on the filesystem.

What version of the product are you using? On what operating system?

Latest as of now, downloaded from the project "Downloads" tab. (I haven't 
tested trunk yet).

Original issue reported on code.google.com by mvi...@gmail.com on 27 Sep 2011 at 2:51

GoogleCodeExporter commented 9 years ago
All seems to be related to this line in the installer script:

{{{
;Request application privileges for Windows Vista
RequestExecutionLevel user
}}}

We are requesting for "user" privileges instead of "admin".

I'll commit a patch for it.

Original comment by cracking...@gmail.com on 30 Sep 2011 at 10:55