This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Tutorial for InstallShield programming using C#
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 27, 2011
07:57 AM
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
Iam new to InstallShield, and I need to create installer package in IS using C#.
Any good idea to start?
Thanks,
Abed
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 24, 2011
05:17 AM
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
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