I don`t have problem If need install addon have only one .exe file. BUT what if i have other needed files witch must be placed togethrer with .exe like .png, .txt or several dll-s !??
Hi,
What kind of installer are you using? The lightweight addon installer or the regular installer?
In both cases, you can include all the necessary files into the installer executable. For the lightweight installer, you can use the tool provided by SAP to create the installer and use the dialog to add the necessary files.
The regular installer you'll have to embed the files you need yourself and then "copy" them into the appropriate directory.
Please provide more details regarding the installer you are using so we can help you further.
Pedro Magueija
I`m using installer from sample
In that case, you should include the files (perhaps as an embedded resource) in your installer executable.
You can then read the files from the resources on the installer assembly.
Pedro Magueija