Milkncookiez
Milkncookiez

Reputation: 7397

free repackaging tool (perhaps by Microsoft)

Is there a free repackaging tool (.exe to .msi) by Microsoft ? My boss told me he was using one before, that was from Microsoft, and free and was working perfectly, so I am trying to search out for it.

On the Internet I didn't find any free ones, which doesn't really work out for me.

Upvotes: 0

Views: 1658

Answers (2)

Christopher Painter
Christopher Painter

Reputation: 55581

There used to be a (InstallShield/Flexera Software) AdminStudio SCCM Edition that was free for SCCM customers of Microsoft. That's the closest I can think of as "free".

Truthfully I don't even use AdminStudio or the InstallShield repackager anymore. The authoring quality is just too low for me. I'll use free tools to capture what the installer did, reverse engineer the rest of the details, refactor as needed then write it from scratch using Windows Installer XML (WiX).

It takes a lot of knowledge and experience to be able to do all that, but it's all possible with free tools.

Upvotes: 1

Traveling Tech Guy
Traveling Tech Guy

Reputation: 27811

There's a Windows Installer project template in Visual Studio you can use - I guess that's what your boss remembered.

Notice that in VS 2012, it uses InstallShield LE to accomplish the packaging (see this).

Upvotes: 0

Related Questions