Añadido icono corporativo

This commit is contained in:
Juan Ferrer Toribio 2016-03-14 12:01:40 +01:00
parent c961bc8c13
commit 56717195b4
4 changed files with 3 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 141 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -59,12 +59,14 @@ var App =
path = 'HKCU\\Software\\Microsoft\\Office\\11.0\\Access\\Settings';
this.regWrites (path, 'REG_DWORD', {
'Level' : 1,
'Confirm Document Deletions' : 0,
'Confirm Action Queries' : 0,
'Confirm Record Changes' : 0
});
path = 'HKCU\\Software\\Microsoft\\Office\\11.0\\Access\\Security';
this.regWrite (path, 'Level', 1, 'REG_DWORD');
// Crea el ODBC de MySQL
var dsDriverPath = this.getEnv ('ProgramFiles')