Hi, ... I have been doing a bit (read a lot) of checking into memory usage and can say if you use "DOCO=N" the memory usage will be slightly less but that the...
... Wow - this is interesting. Many thanks for your investigations and we'll see what time brings! The delete temporary .CAB macro is now in use in my builds -...
Hello All, I'm new to this group.I'm into system admin and now i want to learn application packaging.I need your help. 1)whats the checklist to make...
Hi, ... Have you looked at the supplied sample scripts and built the MSI files as suggested as a starting point in the documentation? MAKEMSI has no...
Hi, This latest release contains aheap of changes but specifically 2 items requested by users: 1. Command for DLL based custom actions 2. A simple mechanism...
Hi, ... First off how did they get in there? In any case MAKEMSI could run the appropriate command to extract these at MSI build time and the "Files" command...
Hi, ... It is saying "DefaultDir" is invalid which from the above it is. Is this an unmodified TryMe.MM or have you changed it? Have you rebooted since...
... I see ... I haven't changed the file ... YES ... WinXP SP1, XP, 2003 ... YES, all the time on all machines ... either ... File ... based ... Yes, please ...
Hi Dennis, Does MAKEMSI support such scenario: I want my binaries be saved in msi (or merge module) file, and samples (bunch of htmls and images) -- in...
Another novice question: Is it possible to execute previously generated pass1+2.vbs on a machine with no makemsi installed? I'd like to perform steps 6-9 (vbs ...
Hi, ... I'm not sure what you want to know MAKEMSI supports almost anything you have the MSI skills to implement however its "File" related commands (which you...
Hi, ... Probably I take it the build is slow? You would at least have to call it twice first without parameters and then passing "2". Bye, Dennis ... Dennis...
Hi, ... Thats what I use as well as WIn2000 SP3. ... Could you put the attached file (extract from the zip) over the existing version in the MAKMSI install dir...
Thank you very much, Dennis, for the great support. I attached the generated files. ... __________________________________ Do you Yahoo!? Yahoo! Mail - More...
Hi, ... Have you tried the script? If you know what caused it (Windows Fix etc) please let me know. What was the output? What file system are you using? I've...
Hi Dennis, It definitely looks like a Windows bug. The output of your script on WinXP SP1: E:\Program Files\Company eProduct>cscript ALongFilename.VBS ...
Hi, ... Thanks for confirming that, MAKEMIS will in future have some basic detection code for this issue as it does for one other. In the mean time when...
Hi, ... A quick update, I found a number of bugs in "regina" which have been fixed in the MAKEMSI version now available. I have tested it to 32,700 files (near...
I use VBScript to create some files on the fly during installation, which works great. Basically I have an index file that lists some features available in the...
Hi, ... This would abort the install assuming you are checking return codes etc? Wouldn't a non-completely stupid user realise what has happened? ... You could...
Wow - a lot less memory used - marvellous. Before I was well over 300Mb, it now seems to level out at about 23Mb! Now thats what I call improvement! I think...
Hi, ... I suspect it should be faster as its not causing as much swapper activity etc. ... Is this your code or mine? The original version with brackets is ...
Hi, ... From what I can see from my code, you have a "c:\Program Files" directory where things default to and you overrode this for the MSIVAL2 package to get...
Hi! In VS - I'm using "COMRelativePath" to register my not shared .NET assemblies; from command line - "regasm /codebase". How can I do this with MAKEMSI? ...
Hi, ... You could probably use the "EXECa" command for this as well, other options are to do this with script (for example "VbsCa"). Again sound slike it...
Hi, ... First off I have not experience and no greate knowledge of this area however MSI's (any my "SelfRegister" commands handle DLL and OCX but not EXE, I...