3

Before I install InstallShield, the Setup and Deployment can be seen in the new project creation window and when I click the Enable InstallShield Limited Edition, it says "Setup project creation failed..." at the bottom so I decided to install the InstallShield 2012 Spring Limited Edition. After I installed it, the Setup and Deployment suddenly disappear from the project creation window including the option Enable InstallShield Limited Edition. Tried restarting my computer, nothing happened. Tried uninstalling everything and reinstalling the same thing happened again.

shriekyphantom
  • 143
  • 1
  • 4
  • 19

1 Answers1

0

No, it was never there in the first place.

Visual Studio setup projects (vdproj) will not ship with future versions of VS

Christopher Painter
  • 54,556
  • 6
  • 63
  • 100
  • InstallShield is there but you still need to download it. I'm pretty sure because VS 2012 Ultimate of my classmates have it even before they install the InstallShield. When they install the InstallShield, they can use it now to create an installer. And VB setup project is different from the InstallShield – shriekyphantom Sep 15 '13 at 01:44
  • What I'm telling you is a fact. You can take it to the bank. There was a project category called Setup and Deployment and the InstallShield LE hook was there to capture the users of the old setup projects and get them to download and install LE. But once installed the category goes away and it shows up under IS LE. But trust me, the old setup projects were dumped from 2012 and you never had it to begin with. – Christopher Painter Sep 15 '13 at 02:05
  • I know that the old one is dumped. That's why InstallShield and WiX is now used in 2012 and the reason why I'm asking why the InstallShield in the project creation window disappeared after installing InstallShield LE. – shriekyphantom Sep 15 '13 at 07:33
  • Nope. I just ask one of my friends to make an installer for me. It's just weird that some of my friends' VS InstallShield is working and some are not. – shriekyphantom Oct 21 '13 at 19:39