Hi, i've the following problem: We've installed our application with Windows Installer. The original msi was about 10MB. Now we've to update one exe-file and...
Hi everyone, I've developed pieces of application with Visual Basic 6 and Visual Basic .Net. The complete software has 3 executable files but I need to create...
Hi, ... Yes, I did. In fact I found it in the doku and then started to try it with patch.mmh ... How can I change this? The new package need the same...
Hi, As an additional piece of information, elevating privileges for the install is not a part of the MSI itself. It is possible to use GPOs and advertisement ...
Hi, MAKEMSI installs a number of sample files which are also shown in the documentation, you can build these, the basic sample just adds files, others have...
Hi, ... See this line in "company.mmh": #define? COMPANY_AUTO_UNINSTALL_VIA_UPGRADE_TABLE Y ... I mean your users (your package) options. While I don't like...
Hi, I'm new here. I've just created my first working MM file, and it does all tasks as expected. Now I need to do something more challenging: place a shortcut...
Hi, ... Making things (files, registry etc) conditional generally mean putting conditions on their components. It sounds like you don't really want a...
Hi, ... I think this is the trick! I defined it to "N", builded my patch and it worked :) Now we'll start our test with this package. At the first look, it...
Is there a simple way to execute the MakeMSI command turning an (already created) MM file into an msi via Apache Ant? Has anyone any experience with that?...
Hi, ... I don't know ANT but the command line used for any build is logged in the debug text file in the "out" directory. If you give me a working ANT defn I...
Hi! When I build installation, the property 'ProductVersion' is always 1.0.0 in Property table. I have edited .VER file and updated field VERSION to 6.61.1 but...
... I changed the version part of "TryMe.VER" in "C:\Program Files\MakeMsi\Samples\TryMe\Create MSI Installers" to: VERSION : 6.61.1 DATE : 8 December 2005 ...
Thanks, but that didn't work. Here is my TRYME.VER file ;---------------------------------------------------------------------------- ; ; MODULE NAME:...
Hi, ... That worked here and produced "test.msi" using the original "tryme.mm" script. The "ProductVersion" property had "6.61.2" in it as expected... This...
I have used makemsi for 2 days now. And I have a Q How do I include more than one file, but not all in a directory? <$DirectoryTree Key="INSTALLDIR3"...
I think you should use <$File ...> rather than <$Files ... > for where you want to include individual files. $Files works best with wildcards. Julian....
Hi, ... Not your question but change the above to: <$DirectoryTree Key="INSTALLDIR3" Dir="SystemFolder" ... Obviously you could have multiple file/files...
Hi there, I do all my MSI builds as an ant target. There's nothing to it really. Just write a target that goes something like: <target name="makemsi"> <exec...
Hi, I have a simple MSI that just installs a file and shortcuts. As the destination dir for the file is discovered at runtime, I don't want users to be able...
Hi, ... users to ... designated ... First off the user can only change the installation directory if you are alowing them to, if you don't want it then don't...
First, I'm still getting only the odd message from the list. I've just seen your reply on the web site Dennis (thanks), but nothing here. Are there problems...
... This time I got my reply immdiately, and I can see my post arrived on the site immediately too. I still don't have a copy of my previous message though, or...