(Following is directed at Dennis Bareis, even if it may be later published in the MakeMsi Yahoo groups.) Hello, I work at the University of Jyväskylä in...
Hi, Scripts to create MM/.VER files or other add-ons to MAKEMSI are fine. Let me know where they are and I'll link to them. Bye, Dennis ... -- Dennis Bareis...
... There is actually one little detail that might be problematic from a license point of view. My generate_ver.cmd needs to generate a new guid for an upgrade...
... I just tested it here and it works. YOU MUST invoke it via CSCRIPT.EXE for it to output to the console. The output is designed so that if successfully...
I have 6 individual items that are either pre-requisites for following items or are database installations. Any samples available that show this type of...
Hi, ... following ... For launch condition See: http://makemsi- manual.dennisbareis.com/iis_installed.htm This will produce an error message if IIS is not...
I am new to the app and looking for a little advice on the best way to proceed building my first .msi file. I need to create a unattended installation for an...
Hi, ... If you have captured the file information and the registry (capture as REGEDIT4) then it need not be much more complex that "TryMe.MM" with possibly a...
I've recently tried creating an installer that could span DVDs, however if the value of COMPILE_CABDDF_MaxDiskSize is larger than 1GB you get an overflow...
Hi, ... Please try copying the files from http://tech.groups.yahoo.com/group/makemsi/files/ over the latest makemsi files. Bye, Dennis -- Dennis Bareis...
I am working with WrapInstall on a Nullsoft setup file. I am able to run the /S silent install from the command line successfully. "C:\Documents and ...
Hi, ... No ... I notice you are using "/S" and not "/s", I'm not sure if its switches are case insensitive. If you can't work it out send me the code and exe...
Dennis, I was not able to upload the setup.exe because of size limits for the Files section. If you have a ftp server or some other method I could do that. We...
Hi, ... Finder"> ... You have renamed the "IdentityFinderSetup.exe", this may matter, I used your code above and only changed the image location (which just ...
Hi , I'm new to makemsi (and with msi building at all) In my installer i need to read a few registry keys and use them in IF statement, with which to set...
Dennis, I was able to overcome the problem I had with the Setup Wizard launching even though I had the /S set. I opened the MSI in Orca and then dropped the...
Hi ya, ... Up until now the issue has been with the NSIS installer not being silent... Now you want to also do this for the msi? Those orca changes can of...
Hi, Rather than waiting any longer, I decided I'd have another try to reproduce it and reproduced another issue which I'm going to assume is what you got. I've...
I have the call: CaMsgBox(vbExclamation+vbOkCancel, "Some Text") 1. The box shows "ERROR Some Text. I see that VbsCa.mmh adds this even when the numeric...
Hi, ... I have fixed this, try copying the VBSCA.MMH in the makemsi files area over the latest release. ... That would appear to be a Windows Installer bug,...
Hello, I'm making my first steps with makemsi. I'm trying to make an MSI package for a directory with project source code. My .mm file looks basically like...
Hi, ... value of 172 leads to error ... You can have issues whether or not you have changed column lengths when using merge modules. You can safely change...
Hi ya, ... If these are values which you want to unconditionally force MAKEMSI to use then better way to define them would be using "#define" or "#define+"...
I want to integrate msi builds into my automatic build system by putting the makemsi binaries into my source control, so it's available to any workstation...
Hi, ... Yep, please see: http://tech.groups.yahoo.com/group/makemsi/message/2020 Any issues please let me know as I think I'll document this now. Bye, Dennis...
Hi, I'm trying to use environment variables in MM scripts like in DIR argument of DirectoryTree or as first argument of Files. I tried all possible combination...