InstallAware Express, how generate deployment project

Got a problem you cannot solve? Try here.
F83eric
Posts: 8
Joined: Fri Dec 13, 2013 10:09 am

InstallAware Express, how generate deployment project

Postby F83eric » Fri Dec 13, 2013 10:19 am

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

FrancescoT
Site Admin
Posts: 5361
Joined: Sun Aug 22, 2010 4:28 am

Re: InstallAware Express, how generate deployment project

Postby FrancescoT » Fri Dec 13, 2013 1:33 pm

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
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

F83eric
Posts: 8
Joined: Fri Dec 13, 2013 10:09 am

Re: InstallAware Express, how generate deployment project

Postby F83eric » Mon Dec 16, 2013 1:23 am

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

FrancescoT
Site Admin
Posts: 5361
Joined: Sun Aug 22, 2010 4:28 am

Re: InstallAware Express, how generate deployment project

Postby FrancescoT » Tue Dec 17, 2013 5:34 am

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
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

F83eric
Posts: 8
Joined: Fri Dec 13, 2013 10:09 am

Re: InstallAware Express, how generate deployment project

Postby F83eric » Wed Dec 18, 2013 1:49 am

I am very soory but I don't find how it work.

EsatMdi is my main project.
Usagers035.jpg
Usagers035.jpg (9.63 KiB) Viewed 11053 times


Depend on EsateCommon, EsatCtrlFrm, EsatDataGene, EsatDataTest
Usagers034.jpg
Usagers034.jpg (3.38 KiB) Viewed 11053 times


There is no files in Setupe Properties
Usagers033.jpg
Usagers033.jpg (26.37 KiB) Viewed 11053 times


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

FrancescoT
Site Admin
Posts: 5361
Joined: Sun Aug 22, 2010 4:28 am

Re: InstallAware Express, how generate deployment project

Postby FrancescoT » Wed Dec 18, 2013 11:49 am

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.
vs project properties.png
vs project properties.png (16.62 KiB) Viewed 11012 times

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;
IA addin file setup properties.png
IA addin file setup properties.png (13.12 KiB) Viewed 11012 times


... and then the DLL assembly;
IA addin assemblies property.png
IA addin assemblies property.png (13.5 KiB) Viewed 11012 times


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.
vs installaware menu.png
vs installaware menu.png (34.89 KiB) Viewed 11012 times


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

F83eric
Posts: 8
Joined: Fri Dec 13, 2013 10:09 am

Re: InstallAware Express, how generate deployment project

Postby F83eric » Fri Dec 20, 2013 2:48 am

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

FrancescoT
Site Admin
Posts: 5361
Joined: Sun Aug 22, 2010 4:28 am

Re: InstallAware Express, how generate deployment project

Postby FrancescoT » Fri Dec 20, 2013 11:34 am

Dear Eric,

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

F83eric
Posts: 8
Joined: Fri Dec 13, 2013 10:09 am

Re: InstallAware Express, how generate deployment project

Postby F83eric » Mon Dec 30, 2013 1:20 am

Hello,
sorry for the delai, I come back from Holliday.

Is it possible with another version ?

Regards

F83eric
Posts: 8
Joined: Fri Dec 13, 2013 10:09 am

Re: InstallAware Express, how generate deployment project

Postby F83eric » Mon Dec 30, 2013 6:40 am

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

FrancescoT
Site Admin
Posts: 5361
Joined: Sun Aug 22, 2010 4:28 am

Re: InstallAware Express, how generate deployment project

Postby FrancescoT » Mon Dec 30, 2013 1:42 pm

Dear Eric,

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

F83eric
Posts: 8
Joined: Fri Dec 13, 2013 10:09 am

Re: InstallAware Express, how generate deployment project

Postby F83eric » Thu Jan 02, 2014 4:24 am

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

FrancescoT
Site Admin
Posts: 5361
Joined: Sun Aug 22, 2010 4:28 am

Re: InstallAware Express, how generate deployment project

Postby FrancescoT » Thu Jan 02, 2014 5:18 am

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
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

F83eric
Posts: 8
Joined: Fri Dec 13, 2013 10:09 am

Re: InstallAware Express, how generate deployment project

Postby F83eric » Fri Jan 03, 2014 1:28 am

Hello

I haven't error when I build my solution.
Kaspersky012.jpg
Kaspersky012.jpg (21.07 KiB) Viewed 10698 times


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

FrancescoT
Site Admin
Posts: 5361
Joined: Sun Aug 22, 2010 4:28 am

Re: InstallAware Express, how generate deployment project

Postby FrancescoT » Fri Jan 03, 2014 11:58 am

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
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


Return to “Technical Support”

Who is online

Users browsing this forum: No registered users and 162 guests