cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
fattah_safa
Level 2

Tutorial for InstallShield programming using C#

Hi,

Iam new to InstallShield, and I need to create installer package in IS using C#.

Any good idea to start?

Thanks,
Abed
Labels (1)
0 Kudos
(1) Reply
artevseev
Level 3

Abed,

It's not clear - which part you are going to implement using c#?
Actually it's only possible to write some c# code, compile it as assembly and run some methods using Custom action. You can use this approach: http://kb.flexerasoftware.com/doc/Helpnet/installshield14langref/DotNetCoCreateObject.htm

Or, actually, you can just compile it as .exe and run from installation 🙂

Regards,
Arthur
0 Kudos