Hi, ... Command=^"[INSTALLDIR]TABⅡ-SIM\Engine\TABⅡ-SIMエディタ.exe" ... Allowing for what I believe your line breaks are I...
Hi, ... Command=^"[INSTALLDIR]TABⅡ-SIM\Engine\TABⅡ-SIMエディタ.exe" ... my environment and settings are :(for handling...
Hi, Thanks for uploading the file, we both came to the same conclusion... I tried your code page but its not installed will try again tomorrow (hopefully not...
Hi, ... I have updated the documentation (partially guesswork) but have a look at: http://makemsi-manual.dennisbareis.com/parameter_quoting.htm Note the...
Hello all, I'm new to creating MSIs. I do have several INF files that I use IExpress to create deployment packages. I find that I now need to create an MSI to...
Hi, ... What you are doing is called repackaging: http://makemsi-manual.dennisbareis.com/repackaging.htm If you know how to wrap the .INF inside an EXE then...
Hi list, I have a question regarding the sequencing of "RemoveExistingProducts". In COMPANY.MMH the "RemoveExistingProducts" action is explicitly moved. Is ...
Hi, ... moved. Is ... this would ... this ... 2005)? ... Packaging can be easy or it can be hard, and a lot of this is based around the decisions we make and...
Hi, I am sending this to both the PPWIZARD and MAKEMSI groups as while I saw the problem in MAKEMSI I suspect that it is because of PPWIZARD (or its Regina...
Hi, Quick update, this problem may only apply to MAKEMSI as I've now had a chance to look closer and its "MM.CMD" batch file executed "chcp.exe" which hangs...
Hi there, 1. I have a dialog with a few checkboxes. I'm using 1|0 with them instead of true|false. the operate like they should, except for when I move between...
... when I ... checked ... only ... only one ... reproduce ... with a ... I ... manual.dennisbareis.com/browse_dialog_changing_directory.htm ... options ... ...
Hi, ... Please in future send me a self contained ".mm" file I can immediately build (and ZIP it). It should also be minimal, if it had been you will see that...
... LabelWidth="300"> ... LabelWidth="100"> ... immediately build ... problem ... that ... basics and ... reproduces ... this may ... on ... conditional ... ...
Hi, ... This is what I used: <$Dialog "Select the type of client installation" INSERT="WelcomeDlg" Dialog="SecondDialog"> <$DialogEntry Label="Example Text"...
Ok, thanks, but i need the twho edits in there as well. will this not work with them on the dialog? ... and ... INSERT="WelcomeDlg" ... LabelWidth="300"> ... ...
hI, ... The problem you have doesn't always occur, for this reason you have to work out what is the trigger. You need to keep removing all lines that don't...
Hi, Thanks Dennis. I will try and debug some more. However, the condition thingy doesnt seem to work. it doesnt work at all now. I'm using: <$Component...
Hi, ... I didn't have much time today but this reproduces the problem which would appear to be my issue, I will try to look at it tomorrow: <$Dialog "Select...
Hi ya, ... I have found a MAKEMSI bug which explains why the back button behaviour depended on what other controls were defined. The next release will fix ...
Hello MakeMSI mailing list, I have some difficulties figuring out how to install/copy the files (and subdir files) of a feature. It only copies the "flat"...
Hi ya, ... structure, ... Description="desc" ... I made only minor changes to your code to produce this new version of a complete "Tryme.mm": #define...
Hello MakeMSI list, thanks for your help on this issue. ... Sorry, my fault. I posted only the feature which didn't act as expected for me. I have a "main"...
Hi, Please describe exactly what you think the problem is and if at all possible send a zip file containing all the files reqired to reproduce the issue, ...
Hi, I resolved the issue and the solution is quite forward: Since I am testing the packaging process, including all files will result in an 200 MB archive,...
Hi, ... Thanks for the update, I have now updated the doco for the files command, see the start of: http://makemsi-manual.dennisbareis.com/files.htm Which now...