Software Archive
Read-only legacy content
17061 Discussions

Installation Packaging

Donald_D_
Beginner
697 Views

Hello All,

Looking through some emails it looks like Intel desires that a one click installation executable be included. Unfortunately this will be the first time I have produced an installation package. Can anyone guide me through the process with Visual Studio? 

Also, can some one confirm what version number is the SDK Gold 2014? My SDK information reads: 3.1.0.25181.

Just want to insure everything is in order. :)

Thanks,
-Don

0 Kudos
4 Replies
Piotr_P_
Beginner
697 Views

Hi, I was using Setup Project, you can search in web how to deploy application, here is an example how I did this https://msdn.microsoft.com/en-us/library/cc656819(v=vs.90).aspx

0 Kudos
Donald_D_
Beginner
697 Views

Turns out that since I had Visual Studio 2013 Express I was not able to install and use the setup project. I'm installing Visual Studio 2013 Community edition which should support Setup projects. Thanks!

If I have any more issue I will let you know. :)

Good luck to you kind sir,
-Don 

 

0 Kudos
Donald_D_
Beginner
697 Views

Ok so it looks like I was successful in building the instillation package using your instructions. However, I had to select the Target Platform as x64. I assume that this will not be an issue during testing/judging? 

-Don

0 Kudos
Colleen_C_Intel
Employee
697 Views

As long as you're sending the prebuilt exe - shouldn't be a problem.

0 Kudos
Reply