Hi, ... You could just use Table/Row macros on the CreateFolder table but you can also use LM or CU parameters on the component command to create a unique...
... Thanks - I'll try the LM/CU trick. I've only the vaguest idea what they do though. Time for some more reading. Another similar ICE error I get with an...
Hi, On 7 Jan 2004 at 15:38, Julian Onions wrote:> ... You might have to use the MAKE/REMOVE parameters on each bit, perhaps the command should do this... ... I...
... I found the CU/LM stuff works for this too, so thats solved it. Its now ICE free! I'm still a little confused by this, does setting CU create some key in ...
Hi, ... Yes, a keypath is used to flag whether or not a component is installed, its location is configurable, default being: #define? KEYPATH_REGISTRY_KEY ...
Don't know if anyones interested, but I wrote a couple of really small macros (which will probably turn Dennis's stomach on first sight - but I'm learning!)...
Hi, If you can supply the files in a zip or MSI along with a sample script to use them and any doco etc I could make any user contributions available from my...
Well here is the autorun set of macros, the last line being an example of use. Its pretty simple, but requires some bits from the platform SDK to run. I can...
Hi, ... Please have a look at: http://www.labyrinth.net.au/~dbareis/makemsi/user_contributions.htm It could probably use a bit more detail about exactly what...
Hi, Using MAKEMSI version 4.00.022 I'm trying to repackage UltraVNC RC12g. I'm trying to import a REGEDIT4 file using either : <$RegistryImport ".\uvnc.re4"...
Hi, ... As discussed in your other email the "registry.mmh" I supplied will now collectly handle the commas. Thanks for reporting it, Dennis ... Dennis Bareis...
I am getting an error while trying to do a simple update on an existing msi file created by Visual Studio. I am getting the following error: FATAL ERROR ...
Hi, The Keypath "CrystalDecisions_Windows_Forms_dll_3_____X86.3643236F_FC70_11D3_A536_ 0090278A1BB8" is way longer than the max 72 characters allowed. So it...
I've defined a neat custom action that ammends a file on installation - adds lines to it etc. Similar one for uninstall. #( <$VbsCaSetup Binary="AddLine.vbs" ...
Hi, ... installation - adds ... It seems ... creates a file ... before ... The CA you are setting up is deferred and occurs after files are installed as that...
Greetings, As a newbie to the MSI arena, I'm thrilled to have found MakeMSI. It seems to have the best documentation and the most active support system - much...
Hi, ... Good to hear this. Thanks. Tell your friends :-) ... I don't think it does much more than that in MAKEMSI as supplied (I did notice in dev mode complus...
Hi, ... I have now added this example to my documentation: ;--- What should be the default "PAUSE" parameter value? --- #define DEBUG_PAUSE.D Y ;;Default...
I have quiote a big install built with makemsi, which is working pretty well. However, with the addition of a few last files and directories, it builds fine...
Hi, ... Does it look like a complete dialog? ... Sounds like its having trouble drawing the dialog. ... Off hand this does not appear related maybe try...
... Yes - I think, you get the brief small dialog saying its starting up, then the welcome dialog I think, only a split second flash before it dies though. ......
... Well it did help. The bitmap I had installed I'd copied the dimensions from the makemsi sample LeftSide.bmp - 503 x 314 pixels. The standard dialog is...
Hi, ... 370x270? Be careful when looking at sizes and remember that the dialogs are not sized by pixels. But in any case there would appear to be some Windows...
... Yes but please in separate email in future, that way others looking for the answer have a better chance of finding the info. ... or ... to ... its ... ...
Greetings, I'm having some difficulty executing some registry entries during the installation. The program (DataDoors - DLL) I've built is incorporated into...
Hi, ... If you are saying the registry importing doesn't appear to be working then can you please send me the source and output files zipped? ... Change to: ...
What other options do you get when running MSI with an exisiting installation, other than remove and replace? I've read through a bit about upgrade codes and...