0
votes

I have a Basic MSI project in installshield 2012 and currently every time I want to build a release I have to manually go and update the included file, if needed. What I want to do is to include this process in our build process so that I can update the Basic MSI project from command line though a script and than create a installer.

The problem that I have is that I cannot find a way to update the project file from command line. I do not know if there is any other way to achieve my goal, maybe there is another type of project in installshield that can do this.

Can anyone help me regarding this problem?

cheers,

es

1
I'm not sure what you mean by "manually go and update the included file"?Steve
first thing, you don't need to update files each time while making a new build. You just need to copy latest files to relative path from where InstallShiled picking those while build process. Second thing, you can update project files or any files as well from your script. You also need to create InstallShield project object in your script.Ajit Medhekar
That is the question, where is the Basic MSI scriptGoozo

1 Answers