Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

makemsi · Build or Update MSI Databases

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 240 - 269 of 3057   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
240 Julian Onions
julianonions Send Email
Jan 6, 2004
9:50 pm
I'm getting ICE validation errors like ICE18 ERROR KeyPath for Component: 'CDeskTop&#39; is Directory: 'DesktopFolder&#39;. The Directory/Component pair...
241 Dennis Bareis
dbareis Send Email
Jan 7, 2004
7:02 am
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...
242 Julian Onions
julianonions Send Email
Jan 7, 2004
3:39 pm
... 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...
243 Dennis Bareis
dbareis Send Email
Jan 8, 2004
7:09 am
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...
244 Julian Onions
julianonions Send Email
Jan 8, 2004
8:21 am
... 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 ...
245 Dennis Bareis
dbareis Send Email
Jan 8, 2004
8:33 am
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 ...
246 Julian Onions
julianonions Send Email
Jan 23, 2004
10:10 am
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!)...
247 Dennis Bareis
dbareis Send Email
Jan 24, 2004
7:25 am
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...
248 Julian Onions
julianonions Send Email
Jan 24, 2004
10:37 pm
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...
249 Dennis Bareis
dbareis Send Email
Jan 26, 2004
1:01 am
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...
250 mfombaron Send Email Jan 27, 2004
10:08 am
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"...
251 Dennis Bareis
dbareis Send Email
Jan 27, 2004
10:12 am
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...
252 casey_pankonien Send Email Jan 30, 2004
5:26 am
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 ...
253 Dennis Bareis
dbareis Send Email
Jan 30, 2004
5:58 am
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...
254 Julian Onions
julianonions Send Email
Feb 4, 2004
11:40 pm
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"; ...
255 Dennis Bareis
dbareis Send Email
Feb 5, 2004
2:34 am
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...
256 rhow_i3 Send Email Feb 5, 2004
7:08 am
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...
257 Dennis Bareis
dbareis Send Email
Feb 5, 2004
7:27 am
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...
258 Dennis Bareis
dbareis Send Email
Feb 6, 2004
6:30 am
Hi, ... I have now added this example to my documentation: ;--- What should be the default "PAUSE" parameter value? --- #define DEBUG_PAUSE.D Y ;;Default...
259 Julian Onions
julianonions Send Email
Feb 17, 2004
6:49 pm
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...
260 Dennis Bareis
dbareis Send Email
Feb 18, 2004
7:01 am
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...
261 Julian Onions
julianonions Send Email
Feb 18, 2004
3:58 pm
... 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. ......
262 Julian Onions
julianonions Send Email
Feb 18, 2004
11:05 pm
... 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...
263 Dennis Bareis
dbareis Send Email
Feb 20, 2004
12:27 am
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...
264 Dennis Bareis
dbareis Send Email
Feb 20, 2004
12:29 am
... 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 ... ...
265 rhow_i3 Send Email Feb 23, 2004
9:25 pm
Greetings, I'm having some difficulty executing some registry entries during the installation. The program (DataDoors - DLL) I've built is incorporated into...
266 Dennis Bareis
dbareis Send Email
Feb 24, 2004
8:46 am
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: ...
267 Julian Onions
julianonions Send Email
Feb 24, 2004
3:41 pm
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...
268 rhow_i3 Send Email Feb 24, 2004
3:55 pm
Dennis, Thanks for your response, ... I'll send these to you. I'll try this. <$Registry HKEY="LOCAL_MACHINE" ...
269 Randy How
rhow_i3 Send Email
Feb 24, 2004
6:19 pm
I tried this - <$Component "REGISTRYENTRIES" > <$Registry HKEY="LOCAL_MACHINE" Key="SOFTWARE&#92;Classes&#92;CLSID&#92;{4F226BC0- E2BF-4B3E-BC09-7B7168B5FEF5}\Implemented...
Messages 240 - 269 of 3057   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help