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
- :
- Re: How can i do compilation to .ism in c# ?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Jun 08, 2008
03:32 AM
How can i do compilation to .ism in c# ?
Hi All
i open project in c# and i add file and registry key i save the chenge and closed it but i don't know how to build it.
please help
Thanks Yaniv:confused:
i open project in c# and i add file and registry key i save the chenge and closed it but i don't know how to build it.
please help
Thanks Yaniv:confused:
(1) Reply
Jun 09, 2008
12:44 PM
You can use the Build method of the ISWiRelease object to build a project through the automation interface.
The sample VBScript code in the above article gives a general idea of how to get a specific release. The code would be similar in C#.
The sample VBScript code in the above article gives a general idea of how to get a specific release. The code would be similar in C#.