View Full Version : How to create a patch from command line builder
bhargava
03-13-2007, 03:13 PM
Hi,
I need to create a patch as a part of regular build process using Command Line Builder.
1. Is it possible ?
2. If yes, then what are the parameters to do so. I have a regular build process that will create the regular setup, using NAnt.
Can someone please let me know.
TIA
-Amit
deepu_phillauri
03-14-2007, 12:58 AM
yea you can do this with the help of IS 11.5 Stand Alone Build Engine.exe application. look up for this on the installshield site...
bhargava
03-14-2007, 05:30 PM
I think, I asked about the commands or any reference available in the help site, I had already looked for what you are saying, but I need to create a regular patch (update.exe) from command line, and NOT create a setup.exe from command line.
hariprasad
03-16-2007, 04:32 AM
Hi There,
Here is the VBScript code which does your task:
dim pProject
set pProject = CreateObject("IswiAuto1150.ISWiProject")
pProject.OpenProject("C:\Setup.ism")
pProject.BuildPatchConfiguration "PatchConfiguration1"
You may have to initiate this Vbscript through Batch file.
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.