Añadido icono corporativo
This commit is contained in:
parent
c961bc8c13
commit
56717195b4
BIN
src/icon.ico
BIN
src/icon.ico
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 |
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue