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: Command line to compile Installshield project(isl)
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
Mar 21, 2011
05:46 AM
Command line to compile Installshield project(isl)
I will be very thankful to you guys, if you can help me out in using the command line for compiling the installshield project file.
I am having Instalshield limited edition 2011.
I am having Instalshield limited edition 2011.
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 24, 2011
08:59 AM
Hi ,
Please let me know if your requirement is to use MSBuild.
If so kindly refer the InstallShield Limited Edition help document for the topic "Using MSBuild to Build a Release from the Command Line" and “Microsoft Build Engine (MSBuild)” where all the parameters related to MSbuild are listed.
Thanks,
Madusree
Please let me know if your requirement is to use MSBuild.
If so kindly refer the InstallShield Limited Edition help document for the topic "Using MSBuild to Build a Release from the Command Line" and “Microsoft Build Engine (MSBuild)” where all the parameters related to MSbuild are listed.
Thanks,
Madusree
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 13, 2011
04:34 AM
Hi,
We are using team build to compile installshield setup project. This is compiling well if output path of Installshield project is poiting to c:\ drive (short path).But by default, it creates output at installshield project directory path.
Some where i read that there is no command line support to create installshield output path at customized location. Why i am asking this is, if i go with default path, i am seeing problem with limit in length of file paths during compilation of installshield project.
I will be very thankful if you can help or provide some workaround to proceed further.
Thanks
-Nagababu
We are using team build to compile installshield setup project. This is compiling well if output path of Installshield project is poiting to c:\ drive (short path).But by default, it creates output at installshield project directory path.
Some where i read that there is no command line support to create installshield output path at customized location. Why i am asking this is, if i go with default path, i am seeing problem with limit in length of file paths during compilation of installshield project.
I will be very thankful if you can help or provide some workaround to proceed further.
Thanks
-Nagababu
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 18, 2011
08:38 AM
Hi,
Thanks for the response.
Currently I am looking into this Issue.I should have further updates at the earliest.
Thanks,
Madusree
Thanks for the response.
Currently I am looking into this Issue.I should have further updates at the earliest.
Thanks,
Madusree
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 28, 2011
04:24 AM
Hi,
I understand you are encountering problem with limit in length of file paths during compilation of InstallShield project.
Kindly try the following steps 🙂 :
1) Check-out your ISPROJ project from TFS then close the solution
2) Open the .ISL in Notepad
3) Using the search to locate the table definition for ISPathVariable
4) Note that the column definition is defined by default as
ISPathVariable
Change the def value to a larger number such as "s64"
5) Re-open the solution in Visual Studio and open the "Direct Editor" view of your Installer project
6) Correct all of the project names in the following columns of the following tables (this is a one-time action after increasing the ISPathVariable column length):
Column ISPathVariable; Table ISPathVariable
Column ISBuildSourcePath; Table File
7) Save and check-in your project.
Thanks,
Madusree
I understand you are encountering problem with limit in length of file paths during compilation of InstallShield project.
Kindly try the following steps 🙂 :
1) Check-out your ISPROJ project from TFS then close the solution
2) Open the .ISL in Notepad
3) Using the search to locate the table definition for ISPathVariable
4) Note that the column definition is defined by default as
ISPathVariable
Change the def value to a larger number such as "s64"
5) Re-open the solution in Visual Studio and open the "Direct Editor" view of your Installer project
6) Correct all of the project names in the following columns of the following tables (this is a one-time action after increasing the ISPathVariable column length):
Column ISPathVariable; Table ISPathVariable
Column ISBuildSourcePath; Table File
7) Save and check-in your project.
Thanks,
Madusree
