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...
Show off your group to the world. Share a photo of your group with us.

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 749 - 778 of 2618   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
749
Hi, I have updated MAKEMSI again (see "http://www.labyrinth.net.au/~dbareis/makemsi/changehistory.htm"), some people may be using a much older version and...
Dennis Bareis
dbareis
Offline Send Email
Mar 3, 2005
7:31 am
750
Ok - having just tripped over the Xghdsdsd!!! msival2 bug in Windows 2003, is there a chance you could skip this validation if you detect W2003 - at least...
Julian Onions
julianonions
Offline Send Email
Mar 3, 2005
2:08 pm
751
Hi, ... Well I think its been a few YEARS now but a fix appears in site. You can define any empty macro like: #define VALID_ValidateTheGeneratedMsi to disable...
Dennis Bareis
dbareis
Offline Send Email
Mar 3, 2005
9:14 pm
752
Hi, I was able to make the service msi installer based on dennis's pointers. But I have a simple question, I can figure for myself as I had used msi to create...
vipin_aravind
Offline Send Email
Mar 5, 2005
11:38 pm
753
Hi, ... I don't get a syntax error (I had to clean it up due to the mangling that occurs because the source is inline). Where does the error occur? which line?...
Dennis Bareis
dbareis
Offline Send Email
Mar 5, 2005
11:51 pm
754
Here is the error, I copied your tryme.mm and made the modifications Building from "TryMe.MM" ~~~~~~~~~~~~~~~~~~~~~~~~ - Making: out\TryMe.MM\IgnoreMe.txt *...
vipin_aravind
Offline Send Email
Mar 6, 2005
12:34 am
755
Hi, ... You forgot to attach the source however the "Property" macro is unknown, so you have either tried to use it before its been defined or you have ...
Dennis Bareis
dbareis
Offline Send Email
Mar 6, 2005
7:33 am
756
Do I need to be making a copy of the dennis.mmh and dept.mmh and making the modifications? I think I did so when createing the msi previously. Thanks Vipin ......
vipin_aravind
Offline Send Email
Mar 7, 2005
3:19 am
757
Hi, ... Have a read of: 1. http://www.labyrinth.net.au/~dbareis/makemsi/dennis_mmh.htm 2. ...
Dennis Bareis
dbareis
Offline Send Email
Mar 7, 2005
4:09 am
758
Hi, I would like to check in my MSI whether two legacy (non-MSI) applications are installed on the local system. If possible, I would like to uninstall the...
csrekode
Offline Send Email
Mar 9, 2005
8:46 pm
759
I use MakeMsi v5.062 on Windows Server 2003. After I making my msi file, and try to run it. Then, I got a "2756" error in copying files ! And, I find the error...
ªü¬F
sofax0092
Offline Send Email
Mar 9, 2005
8:49 pm
760
Hi, ... You can use the "RegistryRead" command to look at the uninstall information, an exported real example follows: ...
Dennis Bareis
dbareis
Offline Send Email
Mar 9, 2005
9:01 pm
761
... As you didn't supply source I can't tell but a verbose log will at least tell you wish key and then you can search your code or MSI for your mistake. If...
Dennis Bareis
dbareis
Offline Send Email
Mar 9, 2005
9:09 pm
762
... more ... for ... exists... ... would ... see ... I successfully build the same msi in Windows 2000 Server with Makemsi V04.281. And run it with no any...
ªü¬F
sofax0092
Offline Send Email
Mar 10, 2005
2:05 am
763
I successfully buil the same msi in Windows 2000 Server with Makemsi v04.281. The attachment (zip) is my source. But it is in Ttranditional-Chinese, so, some...
Sofax
sofax0092
Offline Send Email
Mar 10, 2005
2:10 am
764
Hi, ... Makemsi ... Thats an older version... ... Yes, but I'd want at least the console file in the "out" dir plus the MSI plus verbose log (or failing KEY...
Dennis Bareis
dbareis
Offline Send Email
Mar 10, 2005
2:31 am
765
_____ The attachment is my source with the console file Hi, ... Makemsi ... Thats an older version... ... Yes, but I'd want at least the console file in the...
Sofax
sofax0092
Offline Send Email
Mar 10, 2005
2:57 am
766
Hi, Please also tell me the KEY in error (or create a verbose log of the failing install - OR send me a zipped MSI if not too big). Thanks, Dennis ... -- ...
Dennis Bareis
dbareis
Offline Send Email
Mar 10, 2005
6:47 am
767
________________________________ My msi file is too big (20MB).... I install the Microsoft Windows Installer SDK, the MsiVal2 and Orca. And, I add the lines to...
Snoopy Y.J. Chen
sofax0092
Offline Send Email
Mar 11, 2005
3:36 am
768
I got this problem in : <$DirectoryTree Key="mbrdbShortCut" Dir="[ProgramMenuFolder]\ACDA" Make="Y" REMOVE="Y"> The value of "Key" attribute must be upper...
Snoopy Y.J. Chen
sofax0092
Offline Send Email
Mar 11, 2005
3:38 am
769
Hi, I finally worked it out, its been a lot harder that it needs to have been, its best if the person reporting the problem tries to cut down their huge...
Dennis Bareis
dbareis
Offline Send Email
Mar 11, 2005
4:17 am
770
Hi, ... You have to follow the bouncing ball on these, do what it says and thank Microsoft :-) Easiest way is to remove the file keypath and add CU="Y" to the ...
Dennis Bareis
dbareis
Offline Send Email
Mar 11, 2005
4:21 am
771
But, the CompKey006 is the following command - "DirectoryTree" not "Component".. <$DirectoryTree Key="mbrdbShortCut"...
Snoopy Y.J. Chen
sofax0092
Offline Send Email
Mar 11, 2005
5:47 am
772
Hi, ... Some MAKEMSI will create components IF required, if you perform this command from "within" a component then it won't need to do so. You could make...
Dennis Bareis
dbareis
Offline Send Email
Mar 11, 2005
9:51 pm
773
Hi I would like to customise the "Choose Setup Type" Dialog Box. At the moment it has "Makemsi by Dennis B" in the lower part of the dialog. I searched for...
Tristan Begg
tristan_begg
Offline Send Email
Mar 14, 2005
6:04 am
774
Hi, ... An example: #define UISAMPLE_BLINE_TEXT Made by Fred #define UISAMPLE_BLINE_TEXT_FONT_SIZE 8 #define UISAMPLE_BLINE_TEXT_WIDTH...
Dennis Bareis
dbareis
Offline Send Email
Mar 14, 2005
6:14 am
775
Hi, I created an MSI package using VS .NET 2002. If I create ANY custom folders and set the default location for the folder to something like...
liquid_pyrite
Offline Send Email
Mar 15, 2005
8:38 pm
776
Hi, ... custom ... is ... directory. ... grateful. Create verbose log, see what TARGETDIR is, it will also show you what dir is failing, try looking at: ...
Dennis Bareis
dbareis
Offline Send Email
Mar 15, 2005
8:43 pm
777
Hi, Thanks for the hint. I checked out the Directory table and the row with TARGETDIR is as follows: Directory: TARGETDIR Directory Parent: DefaultDir:...
liquid_pyrite
Offline Send Email
Mar 16, 2005
10:35 pm
778
Just a correction, the default dir is C:\Program Files\Quartics\USB- SXGA\ ... row ... (the ... [snip]...
liquid_pyrite
Offline Send Email
Mar 16, 2005
10:38 pm
Messages 749 - 778 of 2618   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