Can i use VS Setup Project to build a bootstrapper which can install correct platform version or are
Posted
by milter
on Stack Overflow
See other posts from Stack Overflow
or by milter
Published on 2010-05-02T10:26:35Z
Indexed on
2010/05/02
10:27 UTC
Read the original article
Hit count: 329
I'm building 2 different MSI with Visual Studio Setup Project. One for x86 and x64. But i couldn't find a way to combine both into one project so that the bootstrapper is installing the correct platform version.
Is there a way to do so in VS Setup Project or are are there any free 3rd party tools i can use? I found dotnetinstaller, but i'm not sure if that is what i'm looking for.
© Stack Overflow or respective owner