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.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
#define MyAppVersion "1.0"
|
#define MyAppVersion "1.0"
|
||||||
#define MyAppPublisher "Verdnatura"
|
#define MyAppPublisher "Verdnatura"
|
||||||
#define MyAppURL "http://www.verdnatura.es/"
|
#define MyAppURL "http://www.verdnatura.es/"
|
||||||
#define MyAppExeName "MyProg.exe"
|
|
||||||
#define RegPath "Software\TightVNC\Server"
|
#define RegPath "Software\TightVNC\Server"
|
||||||
|
|
||||||
[Setup]
|
[Setup]
|
||||||
|
@ -23,7 +22,7 @@ Compression=lzma
|
||||||
SolidCompression=yes
|
SolidCompression=yes
|
||||||
CreateUninstallRegKey=no
|
CreateUninstallRegKey=no
|
||||||
Uninstallable=no
|
Uninstallable=no
|
||||||
;PrivilegesRequired=admin
|
PrivilegesRequired=lowest
|
||||||
DisableStartupPrompt=yes
|
DisableStartupPrompt=yes
|
||||||
OutputDir=..
|
OutputDir=..
|
||||||
OutputBaseFilename=vn-support
|
OutputBaseFilename=vn-support
|
||||||
|
@ -36,7 +35,7 @@ Name: "es"; MessagesFile: "compiler:Languages\Spanish.isl"
|
||||||
Source: "client\*"; DestDir: "{tmp}"; Flags: ignoreversion
|
Source: "client\*"; DestDir: "{tmp}"; Flags: ignoreversion
|
||||||
|
|
||||||
[Run]
|
[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]
|
[Registry]
|
||||||
Root: HKCU; Subkey: "{#RegPath}"; ValueType: "string"; ValueName: "ExtraPorts"; ValueData: ""; Flags: createvalueifdoesntexist
|
Root: HKCU; Subkey: "{#RegPath}"; ValueType: "string"; ValueName: "ExtraPorts"; ValueData: ""; Flags: createvalueifdoesntexist
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
<a id="download" href="vn-support.exe">
|
<a id="download" href="vn-support.exe">
|
||||||
Descargar
|
Descargar
|
||||||
</a>
|
</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
|
Código fuente
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue