i want to make an installer for every plugin / addin which we release.
When the installer runs it should get the content of the following registry path:
HKLM SOFTWARE\MESAP\Mesap4\Directories "UIMdb"
And of course... it works.. when i test it i get the directory of the software (f.e. C:\Program Files\Mesap4\).
So now the problem is, that i have to put files in to these folder.
The following problem:
...to get the path into $MesapDirReadRegStr $MesapDir HKLM SOFTWARE\MESAP\Mesap4\Directories "UIMdb"
...to create the uninstaller.StrCpy $UninstallExe "$MesapDirUninstall - $AddInName.exe"
...to register the copied dll-files.RegDLL "$MesapDir$DllFile.dll"
But of course all these phrases doesn't work!
What do i have to do to make it work? $MesapDir\*rest* doesn't work because there are two backslashes... :-(
can anyone help please?
greetz, scorpion
PS: german is also ok (or much better!)