Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6709763
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T07:55:14+00:00 2026-05-26T07:55:14+00:00

I am trying to do an automated build and have my build server pass

  • 0

I am trying to do an automated build and have my build server pass some command-line options to iscmdbld.exe in order to modify windows installer properties in the resulting msi file. I was able to get it working with one property change, but now I want change two and the second one doesn’t seem to work.

Currently I am using the following options to build the app:

    -y "2.50.0100" -z "APP_VERSION=2.5.0.0.1" -z "APP_COMMENTS= Customer ID Version 2.5.0.0.1"

The part that doesn’t seem to work is the second -z command-line option for the second property. Any thoughts?

PS. I used the installshield-2011 tag since I couldn’t create one for 2012 and this should be basically the same in 2011 and 2012.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T07:55:15+00:00Added an answer on May 26, 2026 at 7:55 am

    I created a new Basic MSI project, added a dummy feature and component and built it with the multiple -z arguments as you typed them and it worked for me without any problems. I looked at the output MSI’s Property table and the values were there as expected.

    Do you get any errors in your logfile?

    BYW, IsCmdBld is fine and all, but when you get into more complicated build scenarios you might appreciate the use of InstallShield’s MSBuild support and COM Automation Interface to run your builds.

    For example, I find it far easier to do this bit of XML then know to pass -z arguments to some EXE.

    <PropertyGroup>
      <InstallShieldProductVersion>$(MSIProductVersion)</InstallShieldProductVersion>
    </PropertyGroup>
    <ItemGroup>
      <InstallShieldPropertyOverrides Include="$(CustomLongProductVersion)">
        <Property>APP_VERSION</Property>
      </InstallShieldPropertyOverrides>
      <InstallShieldPropertyOverrides Include=" Customer ID Version $(CustomLongProductVersion)">
        <Property>APP_COMMENTS</Property>
      </InstallShieldPropertyOverrides>
    </ItemGroup>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

They don't have setMnemonic(), as Buttons do. I'm trying to build some automated UI
I am trying to set up an automated build system on Windows using Cygwin.
I am trying to setup an automated build of my Windows CE application. However,
I'm trying to setup an automated build server for my rails projects using Hudson
I have some issues when I'm trying to deploy my application in windows azure.
I am trying to implemment automated tests for my app. I have sliding drawer
So we have two automated processes on our build system. The first performs an
I'm trying to build a test framework for automated web testing in Selenium and
I am having some issues trying to get my automated builds to compile projects
I am trying to setup a internal Mercurial HgWeb server on a Windows 2003

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.