This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Problem in building project using ISCmdBld.exe
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 20, 2009
04:15 PM
Problem in building project using ISCmdBld.exe
I am trying to build Basic MSI project using this bat file:
"C:\Program Files\InstallShield\2010\System\ISCmdBld.exe" -p "C:\Perforce\products\Server\Installer\ImageServerInstaller\ImageServerInstaller.ism" -l PATH_TO_IMAGESERVERPAGE_FI="C:\Perforce\products\Server\Installer\Tinderbox Builds\20091028_GA_ImageServer_1.6.102226\Build\ImageServerPageOverrides" -e Y -b "c:\"
This bat file runs successfully if I remove the -b parameters i.e. -b "c:\".
However with -b paramter, it gives error:
ISDEV : fatal error -5006: Could not save "C:\Perforce\products\Server\Installer\ImageServerInstaller\ImageServerInstall
er.ism"
ISDEV : fatal error -6199: Internal build error
ISDEV : error -5047: Cannot create directory
Default Configuration\Release - 2 error(s), 0 warning(s)
Build finished at Nov 20 2009 04:54 PM
Please help. It is driving me crazy.
"C:\Program Files\InstallShield\2010\System\ISCmdBld.exe" -p "C:\Perforce\products\Server\Installer\ImageServerInstaller\ImageServerInstaller.ism" -l PATH_TO_IMAGESERVERPAGE_FI="C:\Perforce\products\Server\Installer\Tinderbox Builds\20091028_GA_ImageServer_1.6.102226\Build\ImageServerPageOverrides" -e Y -b "c:\"
This bat file runs successfully if I remove the -b parameters i.e. -b "c:\".
However with -b paramter, it gives error:
ISDEV : fatal error -5006: Could not save "C:\Perforce\products\Server\Installer\ImageServerInstaller\ImageServerInstall
er.ism"
ISDEV : fatal error -6199: Internal build error
ISDEV : error -5047: Cannot create directory
Default Configuration\Release - 2 error(s), 0 warning(s)
Build finished at Nov 20 2009 04:54 PM
Please help. It is driving me crazy.
2 Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 22, 2009
06:31 PM
Hi Naveed,
Pass an additional parameter -v to the IsCmdBld.exe when it is failing. This will provide some more information about the failure.
Thanks,
Alpesh
Pass an additional parameter -v to the IsCmdBld.exe when it is failing. This will provide some more information about the failure.
Thanks,
Alpesh
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 23, 2009
01:21 PM
Thanks Alpesh,
Detailed log with /v helped. The problem was that .ism file was already open with Visual Studio 2008. I closed the all programs that were using .ism file and then ran the IsCmdBuild.exe; it worked. Yahoo 🙂
Thanks.
Naveed
Detailed log with /v helped. The problem was that .ism file was already open with Visual Studio 2008. I closed the all programs that were using .ism file and then ran the IsCmdBuild.exe; it worked. Yahoo 🙂
Thanks.
Naveed
