Hi, I just ran the msi you created in "MSIBuilds\ossec\out\OssecHIDS.MM\MSI" which I assume is the one you are having trouble with, lot of different ...
Hi, Well the error pretty much says it all: Detected a Windows bug in the handling of the ".ShortName" attribute of a file/folder object. It doesn't contain a...
Hi, ... need to do some install-configuration in the install directory via Java executable JAR (called with ExeCa.) Doing this with an immediate-mode ...
Hi, ... completion --- ... "MsgBox text..."^ ... Are you sure that it actually runs the batch file, you get some side effect you can confirm? A batch file is...
Hi, With the information provided I can't help, someone else might be able to but I suggest you mention at least: - The operating system you are on - The...
Hi, i'm very glad to receive your reply. i can provide more information. ... thanks for your help. i use your program from yesterday,i don't kown how to see...
Hi, ... See: http://makemsi-manual.dennisbareis.com/logging.htm ... Sounds like an error in your definition of "DIR_NO_SLASH". The log above should confirm. ...
... [DIR_NO_SLASH] i replace "Type="AnyRc Immediate" with "Rc0,Immediate",i get the code of Command line. i find that i don't define DIR_NO_SLASH,so i use your...
Hi, ... Not even going to try to guess on which page that example exists. Re "DIR_NO_SLASH", not point using it if you don't define it. I assume calcs fails if...
My explorer right-click short-cuts for Build <Dev|Production> and other stuff are gone. Rebooting and running "Repair" on the MSI didn't bring them back. Any...
Thanks. I did read that and that's why I explicitly mentioned that I had both rebooted and reinstalled. Trouble is, windows 7 doesn't have that menu either,...
Hello. I want to run EXECA to determine if Java is installed and the correct version, and handle it a bit gracefully. What I see is I can do this with, e.g. ...
I appreciate the answer. Let me try the question differently. I want to run an executable as a pre-install check and BRANCH based on the return code. What I...
Hi, ... Not sure where to go if you didn't like my last email. The simplest (minimalist script) solution would execute the EXE ("java.exe") and put the return...
I use Visual Studio 6, C++, and MakeMsi for our production development. My collegues have no problem when doing a production build. Every time I do a...
Hi, On 21 March 2012 01:09, clydenewbury@... < ... They are using the same source code? ... So via explorer (and/or command prompt) you can get it to...
We all use the same installation of Visual Studio 6 and the same MakeMsi. We are all on different physical computers but they are all running Windows XP...
Hi ... MakeMsi. I don't use vs6 but I assume the MAKEMSI integration is faulty, are you using the same as the others or did you need to configure that...
Heya. I suspect the problem is that I don't have a good understanding of how to use a condition. I've scoured the documentation, but it's eluding me. I do...
Hi, Windows Installer (stupidly) doesn't have any mechanism for capturing return codes, that means that the "ExeCa" command also doesn't. If the return code...
Thanks, Dennis. Knowing that it can't be done using the stock MSI commands was a big help. I've built a tiny executable that does the various checks I need...