Link to home
Start Free TrialLog in
Avatar of keschuster
keschuster

asked on

Creating EXE file (installer) in Visual basic 2010 Express

I have two applications(exe files) to be installed. One is developed in visual basic 2010 express(sqlserver) and another one is developed in MsAccess database.

So here my requirement is those above two exe files has to run as a single setup file to install.

So how can i add these  two exe files to publish as  a single setup file and how can i get the updates for both the applications?
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

the only packager with Express is ClickOnce.

check http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/thread/ac6db89a-67c1-4c67-86f6-f405431d6cdd and replace the .mdf of the step 4 with your access database
As far as I know this is not feasible.
Both SQL express and Access are prerequisites of your installer, VS setup installer and Click once  do not support conditional logic for prerequisites.
thus you need two installers to keep separate prerequisites.
Avatar of keschuster
keschuster

ASKER

iexpress seems to have this capability
ASKER CERTIFIED SOLUTION
Avatar of Miguel Oz
Miguel Oz
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I've requested that this question be closed as follows:

Accepted answer: 0 points for keschuster's comment #37882404

for the following reason:

I can able to combine two exe files.
How. Can you post your solution steps?
I have a similar issue and it would help to have these steps handy- so far I am using Installaware for this but if there is a VS solution...