Zoom7000
Oct 17 2006, 08:40 AM
How can I create my own MSI installs? Is it hard work? Is there a cost to it? I would like to install a program. It simply requires copying the program engine to a location, copying some DLL files, registering an OCX file and creating shortcuts. I have tried using a batch script and xcopy, but I get a sharing violation when trying to copy the DLLs.
So would it be possible to create my own MSI using Windows Installer? Or is there a simpler way around my issue?
Zoom7000
SecretNinja
Oct 17 2006, 08:55 AM
have a look at winstall le 2003
http://www.ondemandsoftware.com/PurchaseLE.asp its fairly cheep and works reasonably well for basic tasks.
MHz
Oct 17 2006, 09:09 AM
http://dev4pc.com/installer2go.htmlI use Installer2Go. Not compelled to register as it remains fully functional.
elajua
Oct 18 2006, 12:44 AM
if you are willing to spend some money, choose Caphyon Advanced Installer from www.caphyon.com it has many features, its esasy to use, can make software patches to apply updates, it imports .reg files to deploy via installers, and many more. Thats why i use (i make administrative software in my spare time). Also it helps me make msi's for many apps that i install my unattended dvd.
dbareis
Dec 8 2006, 10:35 PM
As you didn't say how the XCOPY, or other deployment occurs or to what directory (and why) or what policies are in place its not possible to answer, however for a freeware tool which build MSI you could have a look at the MAKEMSI tool.
bj-kaiser
Dec 9 2006, 05:36 AM
http://wix.sf.net - Windows Installer XML Toolkit
http://wixedit.sf.net - GUI Editor for WIX
But you need a bit of knowledge about MSIs internals. Anyway, you should be able to read everything about that at
MSDN.
sorry, just noticed on the second look how old that topic is.