TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About MSI
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ajay Yadav (4)
Doug Doedens (3)
Jignesh Trivedi (2)
Tural Suleymani (2)
Rajan M (1)
Prashant Bansal (1)
Mahesh Alle (1)
Ashish Shukla (1)
Sudhakar Jalli (1)
Mark Pelf (1)
Ranganath Prasad (1)
Rittik Basu (1)
Rahul Bansal (1)
Sergey Vasiliev (1)
Varun Bansal (1)
shrijeet (1)
Debendra Dash (1)
Ahsan Siddique (1)
Suthish Nair (1)
Anil Kumar (1)
Jay Parekh (1)
Akhil Mittal (1)
Vidya Vrat Agarwal (1)
Sateesh Arveti (1)
manish Mehta (1)
Zoran Horvat (1)
Praveen Kumar (1)
sudhirmangla (1)
Illawesome (1)
Srinivasa Sivkumar (1)
Kamran (1)
Srimani Venkataraman (1)
Related resources for MSI
No resource found
Claim Based And Policy-Based Authorization With ASP.NET Core 2.1
9/23/2024 9:48:11 AM.
Authorization is the process of determining if a user can access system resources. Claim-based authorization checks specific user claims (e.g., "DateOfJoining" or "IsAdmin") for ac
How To Perform Custom Actions And Upgrades Using Visual Studio Installer
6/24/2024 9:02:40 AM.
Visual Studio provides installer projects in order to make application deployment simple. To have Visual Studio installer project type with your version of Visual Studio, make sure you download and in
SharePoint 2016/2013 - How To Install SharePoint Client Components SDK
6/24/2024 9:00:42 AM.
Learn how to set up client machines for CSOM-based PowerShell development using SharePoint Client Components. Download the appropriate MSI file based on your OS version, install it, and access SharePo
Just-In-Time (JIT) Compiler in C#
6/5/2024 5:37:18 AM.
The JIT compiler in C# converts MSIL code to native code for execution, ensuring type safety. Types of JIT compilation include Pre-JIT, Econo-JIT, and Normal-JIT. Pre-JIT compiles all code at deployme
MSIL Programming: Part 1
5/16/2024 5:52:09 AM.
Learn MSIL programming fundamentals in this comprehensive series. Explore Microsoft Intermediate Language (MSIL) concepts, .NET assembly structure, IL instructions, and .NET runtime.
Anti-Reverse Engineering (Assembly Obfuscation)
5/1/2024 11:02:29 AM.
Learn how to protect your .NET source code from reverse engineering using obfuscation techniques with Dotfuscator. Explore the process step-by-step, including obfuscated code analysis and MSIL code ex
.NET Binary Reverse Engineering: Part 1
4/19/2024 10:41:26 AM.
This article elucidates the Common Instruction Language (CIL), foundational to .NET, distinguishing directives, attributes, opcodes, and tools like IL Disassembler and Reflector. It explores CIL's
.NET internals: Stack-Oriented .NET IL
3/16/2024 11:11:20 AM.
Understanding .NET IL (Intermediate Language) is crucial for developers to comprehend how code interacts with the .NET Framework. While not typically written directly, it offers insights into compilat
.NET Internals: Writing .NET IL/MSIL Code
3/13/2024 8:56:33 AM.
Learn about .NET IL, the bridge language of the .NET runtime, compiling all high-level .NET languages into a single language. Write multi-language applications in .NET, gaining insights into program e
Entity Framework 6.0: NGen.exe and Startup Performance
3/7/2024 8:48:20 AM.
This content discusses native code generation, focusing on the process where the Just In Time (JIT) compiler converts MSIL code into native code for execution. It explains how the Native Image Generat
CLR Execution Process
9/25/2023 4:00:15 AM.
Here you will see CLR Execution Process. The CLR which is the runtime environment for .Net, provides services such as Memory Management, Security Management, Exception Handling, and Cross language Int
Compilation And Runtime Execution Of A C-Sharp Program
9/14/2023 5:17:03 AM.
C-Sharp (C#) is a strongly typed object-oriented programming language designed to give optimum composition of simplicity, expressiveness and performance.
.NET - 5 Free Decompilers
3/6/2023 6:02:38 AM.
We are giving an overview of 5 free .NET Decompilers.
SharpLab - Another Powerful Online Code Execution And Decompiler Tool
1/20/2022 2:03:25 PM.
SharpLab is another online tool that lets you write code, run it, inspect MSIL, and even decompile the MSIL code
Send Events To Event Grid Topic From Blob Triggered Azure Function Using Managed Service Identity
9/26/2021 8:24:19 AM.
This article demonstrates one use case of managed identity which explains how to send events from blob triggered azure function to Event grid topic in a simple way by using managed service identity.
Understanding the Common Type System in Real Scenarios Using The MSIL DisAssembler
3/25/2021 5:39:15 AM.
This article explains the Common Type System (CTS) in Real Scenarios using the MSIL DisAssembler.
MSIL Programming: Part 2
2/3/2021 5:51:35 AM.
The primary goal of this article is to exhibit the mechanism of defining (syntax and semantics) the entire typical Object Oriented Programming “terms” like namespace, interface, fields, class and so o
Check How You Remember Nullable Value Types - Let's Peek Under The Hood
11/9/2020 6:52:04 PM.
In this article, you will learn to check how you remember nullable value types. Let's peek under the hood.
Windows Installer Setup With Custom Actions
6/9/2020 12:51:56 AM.
This article demonstrates how to configure and add custom actions to a Windows Installer Application using Visual Studio 2010.
Step by Step Guide to Create a Setup for a Web Application
6/9/2020 12:17:16 AM.
Deployment of an application is big issue in application software development.
Setting Up Visual Studio To Work With Python
3/5/2020 6:26:49 AM.
In this article, you will learn how to set up the environment in Visual Studio to work on Python.
Xamarin.Android - Simsimi Chat App
12/9/2017 4:58:45 PM.
Today, I shall show you how to make a simple Simsimi chat application.
Must Have Visual Studio Extensions or Tools - Part One
7/28/2016 1:23:50 AM.
In this article you will learn Visual Studio extensions or tools that supports development activities.
Custom Installation Of Software From Command Prompt
1/1/2016 2:32:14 AM.
This article is intended to explore the way to silently/quietly install software from command prompt.
Getting Started With WIX (Windows Installer XML) in VS2012
10/4/2014 11:52:12 PM.
The Windows Installer XML (WiX) is a toolset that builds Windows installation packages from XML source code. The toolset supports a command line environment that developers may integrate into their build processes to build MSI and MSM setup packages.
Customize User Interfaces and Pass User Input to Installer Classes
6/5/2014 8:16:07 AM.
In this article I am going to demonstrate how to customize your MSI install to prompt the user for some information and then pass this information to an installer class. This can be useful when needing to do something during an install based on the user input.
Creating an MSI Package for C# Windows Application Using a Visual Studio Setup Project
5/19/2014 2:17:17 PM.
In this article I would like to explain a step-by-step procedure to create a Windows application and a setup installer for it.
.NET Code Access Security (CAS)
8/6/2013 1:28:48 PM.
Security is an essential part of an application and it should be taken into consideration from the grass root level from an application’s design. Security is all about protecting your assets from unauthorized actions.
Enhanced MSI Analyzer in .NET using C# and Windows Forms
9/30/2012 3:33:29 AM.
This application allows us to view and update the contents of an MSI file.
Protecting IL Code from unauthorised Disassembling
5/19/2012 7:41:28 AM.
Microsoft .NET proved a mechanism where the code written in VB.NET, C# or any CLS compliant languages to generate MSIL (Microsoft Intermediate Language)code which targets the CLR and executes. This is an excellent mechanism to abstract the high level code from the underlying hardware.
Properly Handling Control.MinimumSize Property in Windows Forms Applictaions
8/4/2011 5:41:26 AM.
This article explains, and demonstrates through a relatively complex example, proper way of calculating MinimumSize property value at runtime. Result is that all controls can be rendered without loss caused by insufficient size of their parent controls.
Compiling and Debugging
11/8/2009 11:29:15 PM.
In this this article I will explain you about compilation and debugging in .NET.
Introduction to ASP.NET
6/10/2009 2:15:00 AM.
I have seen many tutorials on ASP.NET but most of them starts with coding and writing your first ASP.NET program. But here I have written this tutorial for explaining why there is a need for ASP.NET when classy ASP is working fine, what are the underlying technology behind ASP.NET, and what programming model ASP.NET provides to programmers.
Using Visual Studio .NET to Build and Deploy Applications
10/26/2006 12:25:17 AM.
No matter how much time you spend designing your application there is one key stage where it can all fall apart, the build and deployment stage.This is a first in a series of articles in which I am going to demonstrate how to use Visual Studio .NET.
Using Installer Classes to Ease Deployment in VS.NET
9/1/2006 7:39:11 AM.
In this article I will demonstrate how to incorporate installer classes with your Visual Studio .NET msi's to handle any supporting tasks that your assemblies may need.
Using MSIL Code to Close Application Programmatically
12/28/2005 4:09:57 AM.
You can use MSIL code to call Win32 APIs and one of the simplest example of it is by closing an application programmatically.
C# or VB.NET - World War III
12/22/2005 7:52:54 AM.
In this article I'm going to go under the hood and show you what really happens to the in C# and VB.NET.
C# and .NET
12/21/2005 1:47:50 AM.
It is sometimes important to know the details of what the compiler does. You may want to know whether constants are evaluated at compile time, or whether constant strings are folded at compile time.
Comparison of C# with Java: A Developer Perspective
12/17/2005 2:25:19 AM.
The .NET is a language and operating system (on Windows as of now) independent platform pretty similar to Java.