Install IntraSell: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Marko (Diskussion | Beiträge) |
Grigor (Diskussion | Beiträge) |
||
Zeile 7: | Zeile 7: | ||
==Files== | ==Files== | ||
− | 1. Copy existing IntraSell Installation from | + | 1. Copy existing IntraSell Installation from your central server. |
*For this purpose you can use the command | *For this purpose you can use the command | ||
Zeile 14: | Zeile 14: | ||
*Answer with "V"erzeichnis in the command window. | *Answer with "V"erzeichnis in the command window. | ||
*You should get confirmation that the IntraSell.dll was successfully registered. | *You should get confirmation that the IntraSell.dll was successfully registered. | ||
− | *This | + | *This creates folder c:\intrasell4\ and all files are copied there. |
==ODBC== | ==ODBC== | ||
Zeile 25: | Zeile 25: | ||
− | + | 3. Use the 32 bit ODBC Manager to register the MySQL Database. | |
− | 3. Use the 32 | + | *Open command window and run: |
− | *Open command | ||
<pre>c:\windows\SysWOW64\odbcad32.exe</pre> | <pre>c:\windows\SysWOW64\odbcad32.exe</pre> | ||
Zeile 48: | Zeile 47: | ||
</pre> | </pre> | ||
− | 4. Create command | + | 4. Create command window as "Administrator" user |
:4.1. Run "regsvr32 intraSell.dll" | :4.1. Run "regsvr32 intraSell.dll" | ||
Zeile 54: | Zeile 53: | ||
==Run== | ==Run== | ||
− | 5. Start IntraSell using the | + | 5. Start IntraSell using the executable file |
<pre> | <pre> | ||
c:\intrasell4\IntraSell\IntraSell4.exe | c:\intrasell4\IntraSell\IntraSell4.exe | ||
</pre> | </pre> | ||
That's it! | That's it! |
Version vom 3. Februar 2016, 22:08 Uhr
These steps are valid for Windows 64 bit and MS Access 2010 (32 Bit)
- Log in as Administrator
- Check if Access 2010 (32 Bit) and MS Word 2010 are already installed.
Files
1. Copy existing IntraSell Installation from your central server.
- For this purpose you can use the command
Z:\intrasell4\update_lokal.bat
- Answer with "V"erzeichnis in the command window.
- You should get confirmation that the IntraSell.dll was successfully registered.
- This creates folder c:\intrasell4\ and all files are copied there.
ODBC
- For steps 2, 3 and 4 you can use the batch file:
Z:\intrasell4\IntraSell\setup64Bit.bat
2. Install the 32 Bit ODBC Driver from MYSQL Downloads: http://dev.mysql.com/get/Downloads/Connector-ODBC/5.1/mysql-connector-odbc-5.1.13-win32.msi
3. Use the 32 bit ODBC Manager to register the MySQL Database.
- Open command window and run:
c:\windows\SysWOW64\odbcad32.exe
Example content of IntraSell_ODBCRegister_64bit
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBC.INI] [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBC.INI\intrasell_daten_2] "Driver"="C:\\Program Files (x86)\\MySQL\\Connector ODBC 5.1\\myodbc5.dll" "SERVER"="arfaian_server2" "UID"="webshop" "PWD"="xxx" "PORT"="3306" "DATABASE"="intrasell_daten_2" [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBC.INI\ODBC Data Sources] "intrasell_daten_2"="MySQL ODBC 5.1 Driver"
4. Create command window as "Administrator" user
- 4.1. Run "regsvr32 intraSell.dll"
Run
5. Start IntraSell using the executable file
c:\intrasell4\IntraSell\IntraSell4.exe
That's it!