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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 567 - 596 of 2612   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
567
Hello all, I am currently encountering the following error when trying to create an MSI: Fatal Error: Cannot create automation class "Msm.Merge2" This occurs...
Jacob Rutherford
jacobrutherford
Offline Send Email
Oct 1, 2004
10:45 pm
568
Hi, ... 1. Does your script use the "MergeModule" command? 2. What operating system and fix pack level are you on? ... The out directory should contain a file...
Dennis Bareis
dbareis
Offline Send Email
Oct 1, 2004
10:54 pm
569
Hi, I can work this out if I look for a value in the registry but can't make it work with a registry key. Here's my code: #( <$RegistryRead ...
mfombaron
Offline Send Email
Oct 4, 2004
2:14 pm
570
... You are looking for the "(default)" value rather than the key, this may or may not exist if the key exists. Is this what you want? ... ^ ... always ... ...
Dennis Bareis
dbareis
Offline Send Email
Oct 4, 2004
9:51 pm
571
Hi, ... Just thought about this a bit more, have you confirmed that the registry value exists ("value" not "(value not set)"? Which operating system/level? ......
Dennis Bareis
dbareis
Offline Send Email
Oct 4, 2004
9:54 pm
572
... Yes exactly. ... I don't have any for sure, the product I'm looking for is any breed of VNC (VNC, RealVNC, TightVNC, ...). Thanks Marc...
mfombaron
Offline Send Email
Oct 5, 2004
8:38 am
573
... operating > system/level? No the only value that exists in the key I'm looking for, is the (default) value which has the value data : (value not set). I...
mfombaron
Offline Send Email
Oct 5, 2004
8:52 am
574
Hi, ... file ... of ... Well you don't have to limit yourself to a single search! Bye, Dennis...
Dennis Bareis
dbareis
Offline Send Email
Oct 5, 2004
9:38 am
575
Hi, ... WMI have be turn off (or not installed?) on some boxes. Probably safer using the shell objects "regRead" (if possible - I think it is). ... You should...
Dennis Bareis
dbareis
Offline Send Email
Oct 5, 2004
9:39 am
576
... I'm installing this MSI only on W2K Pro computers and I know that WMI is enabled. But thanks anyway for the idea. ... Yes but how ? ... Yes I've seen this....
mfombaron
Offline Send Email
Oct 5, 2004
10:11 am
577
... Nevermind, I found how (reading MSI SDK help definitely helps ;-) ): <$VbsCaSetup Binary="IsOtherVNCInstalled.vbs" Entry="Test" Seq="AppSearch-"...
mfombaron
Offline Send Email
Oct 5, 2004
10:25 am
578
I tried this script and it updated the merge modules. Still the dlls are getting in the c:\ Can someone post merge modules that do work. I have been trying to...
Juan
juancr
Offline Send Email
Oct 6, 2004
2:16 am
579
Hi, The script should work... Are you using the "DIR" parameter on the MergeModule Command? Bye, Dennis ... dlls ... trying ... to ... faulty ... to ... ...
Dennis Bareis
dbareis
Offline Send Email
Oct 6, 2004
9:16 am
580
Hi, I upgraded my MakeMSI version this morning and I now have a beep after each validation. I can't find differences in the msival2-redirected.txt file between...
mfombaron
Offline Send Email
Oct 6, 2004
10:17 am
581
Hi, ... after ... recommend ... My guess is that you are using a command prompt and did not start a new one since the MAKEMSI install, if you close the prompt...
Dennis Bareis
dbareis
Offline Send Email
Oct 6, 2004
10:31 pm
582
... I'm building my MSI by right clicking the .MM files, I don't use any command line command to build (if any exist didn't check that), but yes I had 2...
mfombaron
Offline Send Email
Oct 7, 2004
7:22 am
583
Anyone got any suggestions for the following? I've got a basic build which works nicely, builds a big distribution from a lot of files. I'm now working in...
Julian Onions
julianonions
Offline Send Email
Oct 7, 2004
9:38 am
584
Hi, ... with ... I'll think about this (and haven't got time now) however I'd want to know what you expect for version 3 and 4. The easiest is that for version...
Dennis Bareis
dbareis
Offline Send Email
Oct 7, 2004
9:57 am
585
... Thinking about it a little more, a nice easy way to solve this (although I've no idea how hard it is in makemsi terms), would be to allow files in the MSI...
Julian Onions
julianonions
Offline Send Email
Oct 7, 2004
1:46 pm
586
Hi, ... Nah.... However "tying to to Dumb" I just thought of a very easy solution. Copy V1 tree to a particular location. Copy V2 tree over the same location...
Dennis Bareis
dbareis
Offline Send Email
Oct 7, 2004
9:37 pm
587
Hi, ... I decided I'd write something better and do some basic testing, see below (I've attached it also in case it gets mangled): #define FileSourceTemplate...
Dennis Bareis
dbareis
Offline Send Email
Oct 7, 2004
10:03 pm
588
... Thanks - it gave me inspiration. I still think the selective overwriting would be better, as it saves me copying some big files around, but hey disk space...
Julian Onions
julianonions
Offline Send Email
Oct 8, 2004
1:50 pm
589
Hello Dennis, Ditto (again) on the great job you are doing. Is there an easy way to add a link to the installation report? Right now I hard code the directory...
Daniel Wisehart
djwisehart
Offline Send Email
Oct 8, 2004
5:04 pm
590
Hi, ... If you need to hardcode anything, look harder, if its still looks like you need need to and I'll probably fix it. However in this case the...
Dennis Bareis
dbareis
Offline Send Email
Oct 9, 2004
12:14 am
591
Hi, ... A lot of work goes into adding a single file, around 5 tables can be involved... However what we are physically doing can be logically done as well and...
Dennis Bareis
dbareis
Offline Send Email
Oct 9, 2004
12:14 am
592
Hi, ... Thats OK, neither do I! When I can't find something and I have a need I try to document it better or at least make it easier to find. ... Thats why...
Dennis Bareis
dbareis
Offline Send Email
Oct 10, 2004
2:04 am
593
Hi, Please read: http://www.labyrinth.net.au/~dbareis/makemsi/mergemod_dll.htm I've also improved the error message. Unless I hear otherwise this problem is...
Dennis Bareis
dbareis
Offline Send Email
Oct 12, 2004
11:59 pm
594
You might remember this problem I passed on a while ago. ... pack 2, on a new notebook. He is getting some problems - anyone recognise these? ... upgraded it ...
Julian Onions
julianonions
Offline Send Email
Oct 25, 2004
7:37 am
595
Hi, ... Thanks for that information, I have updated the install and used to code as a sample in the doco. Bye, Dennis ... Dennis Bareis [MVP] ...
Dennis Bareis
dbareis
Offline Send Email
Oct 26, 2004
8:45 am
596
I hope this message doesn't sound dumb, but I just loaded your makemsi tool and tested the tryme msi example and it worked fine. I'd like to create my own msi...
l265280
Offline Send Email
Oct 26, 2004
9:42 pm
Messages 567 - 596 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