Ahora el instalador no nesesita permisos de administrador
This commit is contained in:
parent
e1a03e0083
commit
e25bba038f
|
@ -1,4 +1,4 @@
|
|||
vn-support (1.020-deb8) stable; urgency=low
|
||||
vn-support (1.021-deb8) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
#define MyAppVersion "1.0"
|
||||
#define MyAppPublisher "Verdnatura"
|
||||
#define MyAppURL "http://www.verdnatura.es/"
|
||||
#define MyAppExeName "MyProg.exe"
|
||||
#define RegPath "Software\TightVNC\Server"
|
||||
|
||||
[Setup]
|
||||
|
@ -23,7 +22,7 @@ Compression=lzma
|
|||
SolidCompression=yes
|
||||
CreateUninstallRegKey=no
|
||||
Uninstallable=no
|
||||
;PrivilegesRequired=admin
|
||||
PrivilegesRequired=lowest
|
||||
DisableStartupPrompt=yes
|
||||
OutputDir=..
|
||||
OutputBaseFilename=vn-support
|
||||
|
@ -36,7 +35,7 @@ Name: "es"; MessagesFile: "compiler:Languages\Spanish.isl"
|
|||
Source: "client\*"; DestDir: "{tmp}"; Flags: ignoreversion
|
||||
|
||||
[Run]
|
||||
Filename: "{sys}\mshta.exe"; Parameters: """{tmp}\vn-support.hta"""; WorkingDir: "{tmp}"; Description: "Ejecutar soporte remoto"; Flags: postinstall runascurrentuser
|
||||
Filename: "{sys}\mshta.exe"; Parameters: """{tmp}\vn-support.hta"""; WorkingDir: "{tmp}"; Description: "{cm:LaunchProgram,{#MyAppName}}"; Flags: postinstall runascurrentuser
|
||||
|
||||
[Registry]
|
||||
Root: HKCU; Subkey: "{#RegPath}"; ValueType: "string"; ValueName: "ExtraPorts"; ValueData: ""; Flags: createvalueifdoesntexist
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<a id="download" href="vn-support.exe">
|
||||
Descargar
|
||||
</a>
|
||||
<a id="source" href="vn-support.tar.gz">
|
||||
<a id="source" href="http://www.verdnatura.es/gitweb/?p=vn-support;a=tree">
|
||||
Código fuente
|
||||
</a>
|
||||
</div>
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue