
rakeshxp1.5524915718540564E12 asked a question.
Create Patch between 2 exe at command line
Can we create a Patch build between 2 exe at command line using installshield 2010.

rakeshxp1.5524915718540564E12 asked a question.
Hi, I am Reva - Ask me anything.
No new updates
Thanks for the feedback!
Your feedback has been saved.Rate this response:
Add Additional feedback ( Optional )
Are you sure you want to cancel
the case creation?
Are you sure you want to cancel the case creation?
Activity: Status change: 2 hours ago
Are you sure you want to close this case
| Products | Region | Phone Numbers |
|---|---|---|
| FlexNet Operations FlexNet Embedded FlexNet Publisher FlexNet Connect FlexNet Code Insight InstallAnywhere InstallShield |
North America * |
+1 630-332-2513 (toll) +1 877-279-2853 (toll-free in North America) |
| Europe * |
+44 1925 944367 (toll) +44 800 047 8642 (toll-free in Europe) |
|
| Japan * | +81 3-4540-5335 (select option 2) | |
| Australia * |
+61 3 9895 2177 +61 1800 560 603 (toll-free in Australia) |
|
|
Usage Intelligence (formerly
Revulytics) Compliance Intelligence |
Please use the Case Portal to submit your support ticket or reach out to your Revenera contact. | |
Revenera Assistant
Each patch you design has a configuration name, and you can build this patch configuration using the InstallShield automation interface, or the -patch_config switch to the command line build tool ISCmdBld.
ISCmdBld.exe –p "C:\InstallShield 2009 Projects\MyProject1\MyProject1.ism" -patch_config “Version 1.2”
But in Patch design section we need to specify the 2 msi files.
1 for the previous release and 1 for the latest release.
And i have exe files instead of msi files
So with ISCmdBld.exe how i can associate these exe files.
ISCmdBld.exe –p "C:\InstallShield 2009 Projects\MyProject1\MyProject1.ism" -patch_config “Version 1.2”
and i am getting the following error:
-1114: The parameter '¹p' is not preceded by a switch.
anyone has any idea about this?
Perhaps type the command (instead of copying and pasting) and see what happens?