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
- :
- Need better way to communicate or automate installer details
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Jun 03, 2015
04:13 PM
Need better way to communicate or automate installer details
Currently we use a spreadsheet to communicate what files need to go in the installer, where to put them, what registry entries are needed, shortcuts, etc etc.
Once the spreadsheet is complete, it is given to the build person and there is a manual process of creating the installer by reading the spreadsheet and creating the IS project by hand.
For subsequent builds, changes are highlighted on the spreadsheet and again a manual process to update the IS project.
Essentially, the requirements for the build are listed in two places (and need to be maintained in two places) and there is room for human error when translating one to the other.
Ultimately I'd like to have enough automation in the process to avoid stupid human mistakes. To have only one place where build details are stored, and have those details be accessible to people who do not have an InstallShield license.
I noticed WiX does something like this where the install details are actually part of a Visual Studio project and are directly read in to create a build. Thats pretty sweet but learning WiX is a whole new battle.
Does anyone have any suggestions in this regard?
Thanks,
Dave
Once the spreadsheet is complete, it is given to the build person and there is a manual process of creating the installer by reading the spreadsheet and creating the IS project by hand.
For subsequent builds, changes are highlighted on the spreadsheet and again a manual process to update the IS project.
Essentially, the requirements for the build are listed in two places (and need to be maintained in two places) and there is room for human error when translating one to the other.
Ultimately I'd like to have enough automation in the process to avoid stupid human mistakes. To have only one place where build details are stored, and have those details be accessible to people who do not have an InstallShield license.
I noticed WiX does something like this where the install details are actually part of a Visual Studio project and are directly read in to create a build. Thats pretty sweet but learning WiX is a whole new battle.
Does anyone have any suggestions in this regard?
Thanks,
Dave
- Tags:
- installshield
(2) Replies
‎Jun 04, 2015
02:41 AM
I can think of InstallShield's build reports to your 2nd part of the question.. where people without InstallShield license can still see what went into the installer.
This has helped us in case of Dynamic File linking where you can answer people's question to what went into installer (viz. InstallScript project- as there's no MSI so can't use Orca) from a given dynamically linked folder.
look for the below folders (if you haven't already) in the InstaallShield project Release folder.
"Report Files" in InstallScript projects
"Reports" in MSI based projects
Btn: I would be interested in the WiX part which you are taking about... could you share some link?
we have been using WiX for an year and the report part which you mentions seems interesting.
This has helped us in case of Dynamic File linking where you can answer people's question to what went into installer (viz. InstallScript project- as there's no MSI so can't use Orca) from a given dynamically linked folder.
look for the below folders (if you haven't already) in the InstaallShield project Release folder.
"Report Files" in InstallScript projects
"Reports" in MSI based projects
Btn: I would be interested in the WiX part which you are taking about... could you share some link?
we have been using WiX for an year and the report part which you mentions seems interesting.
‎Jun 04, 2015
08:28 AM
Thanks for the info on Reports, I will take a look.
I did not mean it that way. I only meant that WiX can create an installer from a Visual Studio project, not that it can create reports. In fact I know almost nothing on WiX, just been reading a bit.
rrinblue22 wrote:
Btn: I would be interested in the WiX part which you are taking about... could you share some link?
we have been using WiX for an year and the report part which you mentions seems interesting.
I did not mean it that way. I only meant that WiX can create an installer from a Visual Studio project, not that it can create reports. In fact I know almost nothing on WiX, just been reading a bit.