5 Answers, 1 is accepted
0
Accepted
Hello,
Thank you for writing.
You can read our article Application Deployment which will give you a general idea of how to deploy our assemblies. You can ILMerge them and then pack all that up in InstallShield. Please, keep in mind that our support services cover only UI for WinForms and any help regarding InstallShield should be sought in the appropriate forums(such as StackOverflow) or by contacting the InstallShield team.
Let me know, should you have further questions.
Regards,
George
Telerik
Thank you for writing.
You can read our article Application Deployment which will give you a general idea of how to deploy our assemblies. You can ILMerge them and then pack all that up in InstallShield. Please, keep in mind that our support services cover only UI for WinForms and any help regarding InstallShield should be sought in the appropriate forums(such as StackOverflow) or by contacting the InstallShield team.
Let me know, should you have further questions.
Regards,
George
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
0
Hotel
Top achievements
Rank 1
answered on 10 Sep 2014, 10:56 PM
Thanks for replying,
There is another way to generate an installer using Telerik?
There is another way to generate an installer using Telerik?
0
Leo
Top achievements
Rank 1
answered on 12 Sep 2014, 02:59 AM
Why use InstallShield, it's so complex.
I use InnoSetup and sometimes Actual Installer:
http://www.jrsoftware.org/isinfo.php
http://www.actualinstaller.com
I use InnoSetup and sometimes Actual Installer:
http://www.jrsoftware.org/isinfo.php
http://www.actualinstaller.com
0
Hello,
You can use alternative products such as the ones which Leo mentioned. Basically, you can create an installer our of a Telerik WinForms application as long as you provide all the required files.
I hope this helps.
Regards,
George
Telerik
You can use alternative products such as the ones which Leo mentioned. Basically, you can create an installer our of a Telerik WinForms application as long as you provide all the required files.
I hope this helps.
Regards,
George
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
0
Hotel
Top achievements
Rank 1
answered on 15 Sep 2014, 02:43 PM
Thank you very much for your answers and I could fix, works perfect.