xsharp.eu • Create setup file
Page 1 of 1

Create setup file

Posted: Wed Jun 20, 2018 8:52 am
by Anonymous
Dear,

Is there a rule to see which .dll should be included in the setup file ?
If Vulcan.dll is used, it must be included, but if it is only X # which * .dll must be included.

Are there any issues you need to consider when you create a setup file?

Thanks for the answer !


Johan Kwaspen

Create setup file

Posted: Wed Jun 20, 2018 4:05 pm
by robert
Johan,
This depends what you are using in your app.
- Are you using only Framework DLLs then only your apps own DLLs and EXEs
- Are you using a 3rd party control then you need to include the relevant DLLs for that control. These should be listed in the 3rd party control doc.
- If you are using the Vulcan runtime then the files in the Program FilesVulcanredist folder
- If you are using the X# runtime then the files in the Program FilesXsharpredist folder

You can also open the generated assemblies with ILSpy or Reflector and see which dependencies there are.
Robert

Create setup file

Posted: Thu Jun 21, 2018 1:18 pm
by JKW
Thanks Robert,

The redist folder is nice to kwow !
I can continue with this.


Thanks,

Johan Kwaspen
Begië