I've found a problem with MAKEMSI 06.305 I'm building with size limited external cabs and html documentation. It builds 2 cab files for the main build, then...
Hi, I've done some customizing of Thunderbird for our organizations' 1000+ staff. I'd like to run a batch file, to delete the userChrome.css file from a...
Hi, I'm not 100% sure what you are asking, however batch files can be executed as "custom actions" (see manual) and there is a free MSI (and MAKEMSI script for...
Hi, here some newbie questions... I tried to customize the provided sample scripts, but couldn't get too far. I would like to do two things: 1. simple MSI...
Hi, mvorkoster wrote: . ... Have you looked at: http://makemsi-manual.dennisbareis.com/batch_file_custom_actions.htm ... I don't know what you mean by "welcome...
Hi.. I have been reading the help file over and over again without understanding how to use your program . I'm not used to programming, maybe that's why. I'd...
Hi, ... I made many changes to support multiple compiles and not all of these are perfect for what you are doing... At some stage this is an area I need/wish...
Hi, thanks for the quick reply. ... http://makemsi-manual.dennisbareis.com/batch_file_custom_actions.htm I tried without success: #### Building from...
Hi, ... OK so it died on line 1 of your script. ... And line 1 was a component command. ... And the component command doesn't exist. This is because you have...
Hi, ... MSI... ... I just copy-pasted the example from http://makemsi-manual.dennisbareis.com/batch_file_custom_actions.htm as new MM file ?? Do I have to...
Hi, ... Most examples in the manual are not full self contained! Copy to end of (or merge with as appropriate) "TryMe.mm". ... OK, now I know what you are...
Hi, If you batch file doesn't indicate whether it has failed or not then you should ignore the return code (type="anyrc"). Bye, Dennis ... -- Dennis Bareis...
Hello, You will want to update the level of the feature containing the documentation so that it does not install. In your code you may only need to add enough...
Hi, ... Bad choice this time :-) I've just checced the code/sample and that is not the case (it would have been at some earlier stage). I am always making...
I'm having the following issue. <$PHP_INC_FILE> points to some Japanese characters. I set up the code page for the project to 932, and the files that contain...
Hi, ... 1. See: http://tech.groups.yahoo.com/group/makemsi/message/1647 2. If you do ignore it check it it actually works, if so I assume it would be...
Dear Experts I'm a new Makemsi user and i would like to build my code in VB dotnet 2.0 and generate a msi file. Is there a template(something like TryMe.mm) to...
Dear Experts I have read the manual serveral times and i wonder if there is a template (like TryMe.mm) to perform the following tasks. 1. Build C sharp code in...
Hi, ... I was hoping someone who knew more about .Net would answer... Windows Installer supports it and so should MAKEMSI as it creates Windows Installer...
Hi, ... If you want to build the code as part of the MAKEMSI build then look for current uses by me of "AddressCmd" (see the PPWIZARD manual). As an...
Dear Experts (This is a stupid question) I would like to change the welcome paragraph on the welcome page "Welcome to the TryMe..." however i could not find...
Hi, ... Its not. ... First off as properties are case sensitive, there is none called "productname"... The framework you are using is based on modifying a...
Hi, Any update, working? I'm interested in any feedback on international support and difficulties as I havn't needed to do this myself. Bye, Dennis P.S. I...
Hi Dennis Thank you for the quick reply of previous emails. I found my way out. Thank you very much. Now I have 2 more questions. 1. How do we add "new...
Hi, ... example, ... Try: http://makemsi-manual.dennisbareis.com/crlf.htm ... Look for (and around) "DisableTypicalButton" in "UISAMPLE.MMH" as I am already...
Hi, ... Oops that second one should have been: http://msdn.microsoft.com/library/default.asp?url=/library/en- us/msi/setup/Control_Table.asp Doing too many...