Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Source path to the installation build


1 reply to this topic

reddy611

reddy611
  • Full Members
  • 117 posts

Posted 15 February 2008 - 07:30

Hi,

I am using InstallShield 2008 professional - AdminStudio[Basic MSI Project]. I know how to build a project without opening the IDE. for example :
ISCmdBld.exe -p "C:\InstallShield 2008 Projects\My Othello Project\Othello.ism" -r "Othello Beta" -c COMP -a "Build 245"
Installation build is successful, so no issue.

My Project Requirement:
I will delcare a SOURCE_PATH of the files(List of the compoents) in the Path Variables insde IDE(Media,Path Variables) and Ill pass one extra argument(parameter) to the IsCmdBld.exe, it should read the source path of the files then it should build the installation project.
For example:
ISCmdBld.exe -d SOURCE_PATH="D:\SourcePath" -p "MHDK.ism" -r "Release1" -c COMP -a "MHDK"

Could you please anyone sugest me on this, and also guide me if any other options avaliable for this.

Thanks in Advance,
Prathap

Edited by reddy611, 15 February 2008 - 07:31.


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 15 February 2008 - 14:56

-d is for prerocessor defines.
Path variables could be based on an environment variable or a registry entry.