Dennis, Do you know what this error means? I'm using version 05.0.039.0000 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ...
Hi, ... The name "closing" is being redefined, if you are using it then change its name, otherwise its probably an old MAKEMSI bug. Your MAKEMSI version is...
Hi, The change history for 05.165 release says "Improved validations on the "MSI" and "/MSI" commands." so my guess is that if you don't define a "Closing"...
The .MM file includes "#include "OpenMsi.MMH" Why do I get this? I just did a clean install yesterday for the first time and have modified nothing. ...
Can't I just append files to MsiDiff output by including a <$File> command? When I try to add this at the end of the file output file (renamed as .MM): <$File...
Hi, First off to answer the what is "MISSINGDATA", a search of the manual will find a few hits the most relevant being for the "ROW" command. Windows Installer...
Hi, ... As the command is not "nested" within a "Component" block, MAKEMSI will create one unless you indicate which component it should use. So it wants to...
Hi, Microsoft's virtual PC is now free (and I'd bet VmWare is not far behind), for those who don't know what it is: Virtual PC lets you create separate virtual...
I'm getting this error: REASON ~~~~~~ Windows Installer has reported that 2 column(s) in a "NGenExecCfg" table record failed "FIELD" validation: * #1...
Hi, juancr wrote: That is obviously some sort of custom table, the "MISSINGDATA" can be fixed by validation entries as you'd worked out. If they didn't work ...
Hi, If you are using an MSI within your own company you can do stuff that you would not get away with if you are distributing over the Internet. I would not...
Hi, MAKEMSI release 06.203 now supports FILE and FILES commands in all frameworks. In the past MAKEMSI only ever did one compile at the end of pass 2, it now...
Hello everybody, I like the programm "MAKEMSI" very much, but i am still not an expert, so please can you or will you tell me what do i wrong with this macro. ...
Hi, Assuming the code below is actually what you ran then the problem is that you haven't included the new file you said you created, for example: #include...
Hi Dennis, Thank you for your answer. I have made the changes, see below ;-------------------------------------------------------------------- ... ; MODULE...
Hi, As far as I can see your "DirFiles.mmh" DOES not contain the required code, that is: #NextId #define? OPTION_DIRFILES_FIRST_USE_SETS_ROOT_FEATURE_DIRECTORY...
Hi Dennis, Thank you for your answer. I have made the changes, see below ;-------------------------------------------------------------------- ... ; MODULE...
Hi all, I want to develope an MSI which can do remote installation without user interaction.After serach i founf that this is possible with MSt files.Please...
Hi all, I am new to makemsi and currently studying it.I wrote a very simple msi script for creating the dialogue box(using mskemsi)and wantyed to get the...
Hi, ... There is a bug (introduced in the last release) which I'd be looking at if I wasn't answering this email :-) It only occurs if your MSI doesn't install...
Hi, Thanks for ur reply.but i am getting the same error again.I have added the #define COMPANY_WANT_TO_INSTALL_DOCUMENTATION N but still the error is there. ...
Hi, I assume I was right about you not installing files (you haven't said), if that is the case then if you stopped adding the doco why is it failing adding a...
This is probably pretty simple, but I have not been able to find it in the docs after doing several hours of searching. My probing through files like...
Wow, Dennis! That is everything I could ask for. Perfect! Many thanks. I am sure it is clear to you, but I really do not have any clear idea of what work you...
Hi, ... Thats pretty much it except at install time Windows Installer launches custom actions which you have written. Its probably worth spending a bit of time...
Hi, I want to add a path to the PATH variable. How to modify $PATH variable during installation? Thank you __________________________________________________ ...