I hope this title is meaningful, and is not misleading my request.
I want to deploy My Application as a setup file, that requires 3rd-Party dependencies.
Target: Windows 7/8
- My Application (C#.NET project)
- 3rd-Party Tool (.exe setup)
- [-] Additionally adds RegKeys to the system, depending on the chosen options in the setup wizard that are required for My Application later on.
- [+] Supports silent install (with arguments)
setup.exe /S /D="C:Program Files (x86)3rd-Party"
My Application should be stored in the same directory as the 3rd-Party.
So the order would be to silently install the setup.exe, and after it's finished; My Application should be located the same place.
Optionally the setup could check if the 3rd-Party is installed already, but that is not necessary, since the silence installation /S
would not make any changes or cause any problems to the original.
The setup wizard should follow up with the following pages:
Setup StartPage -> Licens agreement -> Choose installion path -> Progress -> Finish.
The Choose installation should point to a variable, which will be used for the silent installation of the 3rd-Party application and My Application.
What do you recommend to use in this case? (only free solutions please)
I'd a brief look into Inno-Setup and WiX, but they seemed a bit overkill for this little thing.
Furthermore I want to point that I do not have experience with the script-languages of setups. (time constant)
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…