InstallAware Express, how generate deployment project
InstallAware Express, how generate deployment project
Hello,
I have install InstallAware Express (on my computer I have VS2010 and VS2012).
I lauch Visual Studio VS2012 but I don't find how generate a deployment project (in new project I don't find specific project).
Could you help me ?
Thank's
Eric
I have install InstallAware Express (on my computer I have VS2010 and VS2012).
I lauch Visual Studio VS2012 but I don't find how generate a deployment project (in new project I don't find specific project).
Could you help me ?
Thank's
Eric
-
- Site Admin
- Posts: 5361
- Joined: Sun Aug 22, 2010 4:28 am
Re: InstallAware Express, how generate deployment project
Dear Eric,
Please have a look at the following topic.
http://www.installaware.com/forum/viewtopic.php?f=2&t=9393&hilit=+ia_vsmenu.png
Regards
Please have a look at the following topic.
http://www.installaware.com/forum/viewtopic.php?f=2&t=9393&hilit=+ia_vsmenu.png
Regards
Francesco Toscano
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Re: InstallAware Express, how generate deployment project
Thank you, with your link, it's ok now. I have InstallAware menu and barre.
But :
I have a solution with four projects.
I click on Build Setup : it's ok
I click on setup properties : and on Code Generation/ Files I see no files, same in Assemblies. I can't or don't find how add files. Where are my Dll and dependancies ?
Package are generated but doesn't work, When I launch it, no files are installed
regards
Eric
But :
I have a solution with four projects.
I click on Build Setup : it's ok
I click on setup properties : and on Code Generation/ Files I see no files, same in Assemblies. I can't or don't find how add files. Where are my Dll and dependancies ?
Package are generated but doesn't work, When I launch it, no files are installed
regards
Eric
-
- Site Admin
- Posts: 5361
- Joined: Sun Aug 22, 2010 4:28 am
Re: InstallAware Express, how generate deployment project
Dear Eric,
this could depend on how those files are included with your VS project and on the assemblies type as well.
Anyway, you can also add any file that you need to include in your IA project, by adding them through the IA express IDE.
Regards
this could depend on how those files are included with your VS project and on the assemblies type as well.
Anyway, you can also add any file that you need to include in your IA project, by adding them through the IA express IDE.
Regards
Francesco Toscano
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Re: InstallAware Express, how generate deployment project
I am very soory but I don't find how it work.
EsatMdi is my main project.
Depend on EsateCommon, EsatCtrlFrm, EsatDataGene, EsatDataTest
There is no files in Setupe Properties
I do not know what to do more, It's a very simple project.
I don't fine how Add Files on the interface, (no button, no right click).
Do you have a link to show me or white paper or documentation ?
Thanks
EsatMdi is my main project.
Depend on EsateCommon, EsatCtrlFrm, EsatDataGene, EsatDataTest
There is no files in Setupe Properties
FrancescoT wrote:this could depend on how those files are included with your VS project and on the assemblies type as well.
Regards
I do not know what to do more, It's a very simple project.
FrancescoT wrote:Anyway, you can also add any file that you need to include in your IA project, by adding them through the IA express IDE.
Regards
I don't fine how Add Files on the interface, (no button, no right click).
Do you have a link to show me or white paper or documentation ?
Thanks
-
- Site Admin
- Posts: 5361
- Joined: Sun Aug 22, 2010 4:28 am
Re: InstallAware Express, how generate deployment project
Dear Eric,
I don't know which kind of VS project you are working with, but I just tried with a test C# project that includes a DLL (assembly) and it works fine.
The steps I used are;
1- Created a new C# WindowForms application project with Visual studio.
2- Added a dll to the project.
3- Finally, I created the installer project from the InstallAware add-in menu in Visual studio, by selecting "Create Setup project".
Once the InstallAware project has been created, I verified that the Visual Studio project files are effectively included with the new created setup project;
... and then the DLL assembly;
As you can easily verify, both files I used with the Visual Studio project have been successfully included with the InstallAware setup project.
In addition, it is possible to modify the project with adding any other file type by adding them through the IA express IDE.
To launch the InstallAware express IDE from Visual Studio, select "Launch InstallAware" from the InstallAware add-in menu in Visual studio.
Hope this clarify your doubt.
Regards
I don't know which kind of VS project you are working with, but I just tried with a test C# project that includes a DLL (assembly) and it works fine.
The steps I used are;
1- Created a new C# WindowForms application project with Visual studio.
2- Added a dll to the project.
3- Finally, I created the installer project from the InstallAware add-in menu in Visual studio, by selecting "Create Setup project".
Once the InstallAware project has been created, I verified that the Visual Studio project files are effectively included with the new created setup project;
... and then the DLL assembly;
As you can easily verify, both files I used with the Visual Studio project have been successfully included with the InstallAware setup project.
In addition, it is possible to modify the project with adding any other file type by adding them through the IA express IDE.
To launch the InstallAware express IDE from Visual Studio, select "Launch InstallAware" from the InstallAware add-in menu in Visual studio.
Hope this clarify your doubt.
Regards
Francesco Toscano
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Re: InstallAware Express, how generate deployment project
Francesco,
With a new project, it's ok.
I don' know why on my project when I created the installer project from the InstallAware add-in menu in Visual studio, by selecting "Create Setup project" nothing appeared into 'code Generation Files & Assemblies'.
It's bad because I want to test IA from my main project before buy another version of IA.
I have :
Project1
Project2 depends on project1
Project3 depends on project1 and project2
Project4 (main) depend on project1, project2 and project3
IA is it able to bluid visual studio solution that contains multiple projects dependent on each other ?
Regards
With a new project, it's ok.
I don' know why on my project when I created the installer project from the InstallAware add-in menu in Visual studio, by selecting "Create Setup project" nothing appeared into 'code Generation Files & Assemblies'.
It's bad because I want to test IA from my main project before buy another version of IA.
I have :
Project1
Project2 depends on project1
Project3 depends on project1 and project2
Project4 (main) depend on project1, project2 and project3
IA is it able to bluid visual studio solution that contains multiple projects dependent on each other ?
Regards
-
- Site Admin
- Posts: 5361
- Joined: Sun Aug 22, 2010 4:28 am
Re: InstallAware Express, how generate deployment project
Dear Eric,
yes, I suppose that is the cause of your issue ... and you must use a single project.
Regards
yes, I suppose that is the cause of your issue ... and you must use a single project.
Regards
Francesco Toscano
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Re: InstallAware Express, how generate deployment project
Hello,
sorry for the delai, I come back from Holliday.
Is it possible with another version ?
Regards
sorry for the delai, I come back from Holliday.
Is it possible with another version ?
Regards
Re: InstallAware Express, how generate deployment project
Hello,
I try with two small projects in one solution and it's working.
So IA is able to build solution with more than one project.
Is it possible to generate log to analyse why IA doesn't work ?
With IA Express, is it possible to générate a installfile from a VS solution without use VS plugin ?
Regards
I try with two small projects in one solution and it's working.
So IA is able to build solution with more than one project.
Is it possible to generate log to analyse why IA doesn't work ?
With IA Express, is it possible to générate a installfile from a VS solution without use VS plugin ?
Regards
-
- Site Admin
- Posts: 5361
- Joined: Sun Aug 22, 2010 4:28 am
Re: InstallAware Express, how generate deployment project
Dear Eric,
It works with a solution as well ... I just found the same.
No, it is not possible.
Regards
It works with a solution as well ... I just found the same.
With IA Express, is it possible to générate a installfile from a VS solution without use VS plugin ?
No, it is not possible.
Regards
Francesco Toscano
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Re: InstallAware Express, how generate deployment project
Hello,
With no log to find why IA doesn't work with my solution, IA doesn't seem to fit my needs.
I regret it because on paper it seemed a good product.
Best regards
With no log to find why IA doesn't work with my solution, IA doesn't seem to fit my needs.
I regret it because on paper it seemed a good product.
Best regards
-
- Site Admin
- Posts: 5361
- Joined: Sun Aug 22, 2010 4:28 am
Re: InstallAware Express, how generate deployment project
Dear Eric,
... I am not sure to follow your question correctly, if exist any error with building your project it will be reported within the Visual Studio output window.
This is the effective log output generated by the IA build process.
In addition, You can always create a setup project using the IA Express IDE directly and instead of using the integrated VS addin.
Regards
... I am not sure to follow your question correctly, if exist any error with building your project it will be reported within the Visual Studio output window.
This is the effective log output generated by the IA build process.
In addition, You can always create a setup project using the IA Express IDE directly and instead of using the integrated VS addin.
Regards
Francesco Toscano
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Re: InstallAware Express, how generate deployment project
Hello
I haven't error when I build my solution.
But in setup IA properties there isn't files and assemblies.
I know I can use IA Express IDE but it's not a good solution.
Regards
I haven't error when I build my solution.
But in setup IA properties there isn't files and assemblies.
I know I can use IA Express IDE but it's not a good solution.
Regards
-
- Site Admin
- Posts: 5361
- Joined: Sun Aug 22, 2010 4:28 am
Re: InstallAware Express, how generate deployment project
Dear Eric,
in reality it is an advantage to have the possibility to operate through the IA IDE, there are many more features and settings available.
The Visual Studio add-in is mainly the entry level version of our product and in fact, the same it's available with the free edition of InstallAware.
Honestly, I don't understand which kind of VS project/solution you are trying to use, but I am sure that with creating a WindowForms application it works.
If you want, you can try to post a Visual Studio project sample that replicates what you are reporting and I'll try to have a look.
Regards
in reality it is an advantage to have the possibility to operate through the IA IDE, there are many more features and settings available.
The Visual Studio add-in is mainly the entry level version of our product and in fact, the same it's available with the free edition of InstallAware.
Honestly, I don't understand which kind of VS project/solution you are trying to use, but I am sure that with creating a WindowForms application it works.
If you want, you can try to post a Visual Studio project sample that replicates what you are reporting and I'll try to have a look.
Regards
Francesco Toscano
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Who is online
Users browsing this forum: No registered users and 70 guests