Click to See Complete Forum and Search --> : Deployment project
DeepButi
April 2nd, 2004, 03:00 AM
I just created my first deployment project and ended up with five files:
Setup.exe
Setup.ini
MyProj.msi
InstMsiA.exe
InstMsiW.exe
Should I distribute all of them (3.6MB to deploy a 124KB dll!! :rolleyes: ) or just someones (wich ones?) ?
Thanks in advance
Craig Gemmill
April 2nd, 2004, 11:05 AM
These two:
InstMsiA.exe
InstMsiW.exe
are actually the Windows Installer runtimes, and the only time they are needed is if the target machine does not have it installed already.
I'm not sure if you really need the setup.exe/ini files... you might be able to simply run MyProj.msi. Give it a try and see what happens :)
DeepButi
April 3rd, 2004, 04:13 AM
Thanks Craig,
MyProj.msi file is enough, you were right
kasracer
April 3rd, 2004, 06:16 PM
If it's just a DLL, why not zip/rar it and send it out? I don't see anyone needing an installer for a DLL.....
You could even make a batch file to let it copy itself.
DeepButi
April 4th, 2004, 12:59 PM
kasracer,
you're right, I was only making my first try as an example to see if other dll's called by mine wil be also included (and they were).
Perhaps not the best project to begin with ...:blush: I must agree.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.