- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎Feb 15, 2013
04:38 AM
Generating MSI files with IS Limited Edition
Hi,
I've written an Outlook Plugin with VS 2012 and have to deploy it as an msi package. I'm using the Limited Edition that comes with Visual Studio 2012 which generates a setup.exe file by default.
Is there a way to generate an msi installer instead? I just haven't found the switch yet...
Thanks a lot,
Alex
I've written an Outlook Plugin with VS 2012 and have to deploy it as an msi package. I'm using the Limited Edition that comes with Visual Studio 2012 which generates a setup.exe file by default.
Is there a way to generate an msi installer instead? I just haven't found the switch yet...
Thanks a lot,
Alex
4 Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎Feb 19, 2013
04:34 AM
Hello,
Have you registered and activated ISLE? Once done, you should be able to find both .msi and .exe in the release folder after building the project.
Regards,
Swetha
Have you registered and activated ISLE? Once done, you should be able to find both .msi and .exe in the release folder after building the project.
Regards,
Swetha
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎Feb 20, 2013
02:37 AM
Hi Swetha,
thanks for your answer!
Yes, I have activated ISLE. I assume that this includes the registration as well, doesn't it? At least I don't get any messages about a trial period as described in the help file.
Still, only a setup.exe file is generated. I had the suspicion, that it might have something to do with the project type being an office addin, and created a setup for a simple windows forms project with the same result.
Any other guesses what it might be?
Thanks,
Alex
thanks for your answer!
Yes, I have activated ISLE. I assume that this includes the registration as well, doesn't it? At least I don't get any messages about a trial period as described in the help file.
Still, only a setup.exe file is generated. I had the suspicion, that it might have something to do with the project type being an office addin, and created a setup for a simple windows forms project with the same result.
Any other guesses what it might be?
Thanks,
Alex
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎Feb 22, 2013
05:57 AM
Could you refer the below thread.
http://community.flexerasoftware.com/showthread.php?194596-How-to-create-single-MSI-installer
http://community.flexerasoftware.com/showthread.php?194596-How-to-create-single-MSI-installer
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎Feb 22, 2013
09:06 AM
Thanks a lot!
That's what I was looking for.
That's what I was looking for.
