What does your company do for creating setup?
-
Hi, What does your company do for creating setup? Do you use “Install Shield” type application or Setup project or some of your own made application as setup. Currently we are using MFC’s dialog based application as setup of our product, but are thinking of shifting to that MSI using MSI SDK. What does your company do for that?
Regards, Mushq
-
Hi, What does your company do for creating setup? Do you use “Install Shield” type application or Setup project or some of your own made application as setup. Currently we are using MFC’s dialog based application as setup of our product, but are thinking of shifting to that MSI using MSI SDK. What does your company do for that?
Regards, Mushq
-
Hi, What does your company do for creating setup? Do you use “Install Shield” type application or Setup project or some of your own made application as setup. Currently we are using MFC’s dialog based application as setup of our product, but are thinking of shifting to that MSI using MSI SDK. What does your company do for that?
Regards, Mushq
One place I worked for as tech support for a *short* time wrote their own installer/uninstaller that conveniently trashed the user's system if they uninstalled the software after completing an evaluation. The beauty is, if the customer didn't pay for the software, which most likely they didn't if they are uninstalling it, then we didn't give them support telling them how to fix their machine! This was actually unintentional, but provided lots of fun later when all our customers uninstalled the software to upgrade to a new version. Bu this point we had a standard procedure people could follow so as not to trash the system but it seems nobody reads the manual these days.
-
Hi, What does your company do for creating setup? Do you use “Install Shield” type application or Setup project or some of your own made application as setup. Currently we are using MFC’s dialog based application as setup of our product, but are thinking of shifting to that MSI using MSI SDK. What does your company do for that?
Regards, Mushq
"Copy" and "Paste" :sigh:
Steve
-
Hi, What does your company do for creating setup? Do you use “Install Shield” type application or Setup project or some of your own made application as setup. Currently we are using MFC’s dialog based application as setup of our product, but are thinking of shifting to that MSI using MSI SDK. What does your company do for that?
Regards, Mushq
clickonce
-
Hi, What does your company do for creating setup? Do you use “Install Shield” type application or Setup project or some of your own made application as setup. Currently we are using MFC’s dialog based application as setup of our product, but are thinking of shifting to that MSI using MSI SDK. What does your company do for that?
Regards, Mushq
I use Advanced Installer. Works for me.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
I use Advanced Installer. Works for me.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
Which edition of "Advanced Installer" do you use? "Advanced Installer Freeware" or "Advanced Installer Professional" or "Advanced Installer For Java" or "Advanced Installer Enterprise"
Regards, Mushq
-
Hi, What does your company do for creating setup? Do you use “Install Shield” type application or Setup project or some of your own made application as setup. Currently we are using MFC’s dialog based application as setup of our product, but are thinking of shifting to that MSI using MSI SDK. What does your company do for that?
Regards, Mushq
-
Which edition of "Advanced Installer" do you use? "Advanced Installer Freeware" or "Advanced Installer Professional" or "Advanced Installer For Java" or "Advanced Installer Enterprise"
Regards, Mushq
We started with freeware and bought professional when we needed it.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Hi, What does your company do for creating setup? Do you use “Install Shield” type application or Setup project or some of your own made application as setup. Currently we are using MFC’s dialog based application as setup of our product, but are thinking of shifting to that MSI using MSI SDK. What does your company do for that?
Regards, Mushq
Use InstallShield. Do not let anyone tell you about alternative products. No other product will ever reach the same heights of shock and awe.
We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
blog: TDD - the Aha! | Linkify!| FoldWithUs! | sighist -
InnoSetup - http://www.jrsoftware.org/isinfo.php[^] It's free and it's adequate if you're not going to need extraordinary features.
sashoalm wrote:
it's adequate if you're not going to need extraordinary features
For us, it's more than adequate. We use it to install our application, register our COM objects, install services, install device drivers, and even do a headless installation to a server box in the same rack cabinet. I've not tested Inno Setup for doing .NET installs, but I can't imagine it having problems.
Software Zen:
delete this;
-
Use InstallShield. Do not let anyone tell you about alternative products. No other product will ever reach the same heights of shock and awe.
We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
blog: TDD - the Aha! | Linkify!| FoldWithUs! | sighistYou are more evil than Darth Vader on acid. The last version of InstallShield that wasn't an expensive, buggy, annoying P.O.S. was version 2.1 (the Windows 3.1 version). The InstallShield development team is number 2 on my list of engineering teams to be put against the wall when the revolution comes. Spot number 1, of course, is reserved for the Lotus Notes team.
Software Zen:
delete this;
modified on Friday, March 7, 2008 6:45 AM
-
Hi, What does your company do for creating setup? Do you use “Install Shield” type application or Setup project or some of your own made application as setup. Currently we are using MFC’s dialog based application as setup of our product, but are thinking of shifting to that MSI using MSI SDK. What does your company do for that?
Regards, Mushq
WiX - One of our guys has already written two tutorials on the subject here on Code Project: Part 1[^] Part 2[^]
Upcoming FREE developer events: * Developer Day Scotland Recent blog posts: * Mixins in C#3.0 My website | Blog
-
WiX - One of our guys has already written two tutorials on the subject here on Code Project: Part 1[^] Part 2[^]
Upcoming FREE developer events: * Developer Day Scotland Recent blog posts: * Mixins in C#3.0 My website | Blog
Hi, Thanks for the info. Since we are thinking of creating MSI setup using MSI SDK but this can be better option. :) A question: Definitely I will read those articles but for now can you please tell me how is the support of Custom Actions in WIX?
Regards, Mushq
-
You are more evil than Darth Vader on acid. The last version of InstallShield that wasn't an expensive, buggy, annoying P.O.S. was version 2.1 (the Windows 3.1 version). The InstallShield development team is number 2 on my list of engineering teams to be put against the wall when the revolution comes. Spot number 1, of course, is reserved for the Lotus Notes team.
Software Zen:
delete this;
modified on Friday, March 7, 2008 6:45 AM
-
You're welcome; all part of the friendly service :-D.
Software Zen:
delete this;
-
Hi, What does your company do for creating setup? Do you use “Install Shield” type application or Setup project or some of your own made application as setup. Currently we are using MFC’s dialog based application as setup of our product, but are thinking of shifting to that MSI using MSI SDK. What does your company do for that?
Regards, Mushq
Interesting noone has mentioned NSIS...
-
Hi, Thanks for the info. Since we are thinking of creating MSI setup using MSI SDK but this can be better option. :) A question: Definitely I will read those articles but for now can you please tell me how is the support of Custom Actions in WIX?
Regards, Mushq
Custom actions can be tricky using Wix, but there is a great deal of functionality provided by the extensions that come with it. Everything from editing XML configuration files to creating databases and IIS sites. Quite honestly I've not had to do anything that couldn't be done with Wix. It is also compatible with msbuild scripts, which may or may not be an advantage to you.
"You're very clever, young man, very clever," said the old lady. "But it's turtles all the way down!"
-
Hi, What does your company do for creating setup? Do you use “Install Shield” type application or Setup project or some of your own made application as setup. Currently we are using MFC’s dialog based application as setup of our product, but are thinking of shifting to that MSI using MSI SDK. What does your company do for that?
Regards, Mushq
-
sashoalm wrote:
it's adequate if you're not going to need extraordinary features
For us, it's more than adequate. We use it to install our application, register our COM objects, install services, install device drivers, and even do a headless installation to a server box in the same rack cabinet. I've not tested Inno Setup for doing .NET installs, but I can't imagine it having problems.
Software Zen:
delete this;