Search the web
Sign In
New User? Sign Up
makemsi · Build or Update MSI Databases
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

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

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