This is a migrated thread and some comments may be shown as answers.

Portab;e WinForms Application

3 Answers 42 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Vladimir
Top achievements
Rank 2
Vladimir asked on 20 Sep 2014, 05:56 AM
Hi all! Need advices.

How to create portable Winform application?
It is business program with charts, data grids and pdf/xls export.

But it is need that administrator rights are not required for a user.
My customer works in very strict company and haven't full access to a computer.
Even to install MS SQL Server Compact he must have administratior rights, but he haven't.

I use DataAccessModel.
Can I use other DB that has portable implementation?

3 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 24 Sep 2014, 02:09 PM
Hi Vladimir,

Thank you for writing.

If you want to create a portable WinForms application you can follow the guide in the following help article: Redistributing Telerik UI for WinForms | UI for WinForms Documentation. The section ILMerge Telerik WinForms assemblies will show you how to merge all Telerik (and possibly other) assemblies into a single .exe file.

As to the database part, you can use any of the supported databases listed here: Telerik Data Access .NET ORM Support for Multiple Databases.

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
Vladimir
Top achievements
Rank 2
answered on 25 Sep 2014, 05:54 PM
Thank you very much! 
Is it possible to add .Net dll as assembles to my .exe?
'cause on that computer there is no .Net
0
George
Telerik team
answered on 30 Sep 2014, 08:03 AM
Hello Vladimir,

Thank you for your reply.

Currently, .NET based apps can run only in .NET environment. In future .NET Native can change that, but for the moment this is how it is.

Let me know, should you have further questions regarding UI for WinForms.

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.
 
Tags
General Discussions
Asked by
Vladimir
Top achievements
Rank 2
Answers by
George
Telerik team
Vladimir
Top achievements
Rank 2
Share this question
or