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.

Messages

  Messages Help
Advanced
Messages 448 - 477 of 2211   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
448
I see that as of 28th WINDOWS_ALL in a VER file is now no longer defined by default. What is the recommended change to make, copy the values out of DENNIS.MMH...
Julian Onions
julianonions
Offline Send Email
Aug 1, 2004
4:12 pm
449
Hi, ... defined ... It has been sometimes quite difficult for me to work out how something should best be done and I have moved to the idea that all ...
Dennis Bareis
dbareis
Offline Send Email
Aug 2, 2004
3:13 am
450
Hello, I'm new to MAKEMSI, and I've created a very simple Installer that meets my needs by modifying a very simple Sample from the Create MSI Installers folder...
erikhowell1980
Offline Send Email
Aug 4, 2004
2:45 am
451
... MSI ... Please don't include "DEPT.MMH" (at some stage I will add code to validate it is not used this way). I have recently updated both the doco and...
Dennis Bareis
dbareis
Offline Send Email
Aug 4, 2004
9:06 am
452
... OK - I'm confused now! What is the intended way to do things? I originally copied something like DENNIS.MMH for my own purposes, and have modified that....
Julian Onions
julianonions
Offline Send Email
Aug 4, 2004
9:34 am
453
Working more on building patches for MSI... To produce a patch, you run the build process twice, and the system then works out the difference between the two. ...
Julian Onions
julianonions
Offline Send Email
Aug 4, 2004
9:59 am
454
Thanks a ton Dennis! This worked like a charm. ... MSI ... Please don't include "DEPT.MMH" (at some stage I will add code to validate it is not used this way)....
Erik Howell
erikhowell1980
Offline Send Email
Aug 4, 2004
3:45 pm
455
Hi, ... and ... 28th ... be ... Yes that is what I mean, don't include "DEPT.MMH" directly from your script. MAKEMSI has evolved as I have seen how others use...
Dennis Bareis
dbareis
Offline Send Email
Aug 5, 2004
5:02 am
456
... Anyway, principally the component GUIDS need to be the same for the ... is a ... tends to ... component ... Maybe as ... file ... little ... the ... If you...
Dennis Bareis
dbareis
Offline Send Email
Aug 5, 2004
5:08 am
457
All, My company has several products which they deliver using MSI based executable programs generated from InstallShield DevStudio 9.0. Using makemsi, I tried...
pwnews29
Offline Send Email
Aug 5, 2004
5:10 am
458
Hi, ... Using ... progress. You can perform nested installs although most people say you shouldn't so check this out, but also have a look at: ...
Dennis Bareis
dbareis
Offline Send Email
Aug 5, 2004
5:24 am
459
Hi, Any update for this issue? ... I though you said this file was huge? Assuming "C:\Program Files\GNU\WinCvs ... (zipped) please? ... Bye, Dennis...
Dennis Bareis
dbareis
Offline Send Email
Aug 5, 2004
7:57 am
460
Hi Folks, can anyone post me an example of how to install and start a service? I have enough knowledge of windows to know how to do it manually, but as a msi...
Steve Holdoway
sholdoway
Offline Send Email
Aug 6, 2004
5:06 am
461
Hi, ... service? I ... as ... This is the main code (from the manual): #define MyServiceAlias MyServiceRegKey #define MyServiceDesc My useless service ...
Dennis Bareis
dbareis
Offline Send Email
Aug 6, 2004
5:13 am
462
Hi, I'm trying to work out how I can put up a dialog during uninstall of a product to prompt the user if certain files are to be removed. I can do the dialog...
keithmiller42
Offline Send Email
Aug 6, 2004
6:27 am
463
Hi, ... of a ... can ... I'm pretty sure this has been asked before in the MS forum, other than that this could easily be done in a custom action (yes/no ...
Dennis Bareis
dbareis
Offline Send Email
Aug 6, 2004
11:12 pm
464
Hi, ... SP1. ... The generated HTML report shows that the values are there as does looking at the "Registry" table of the MSI (using Orca). If you used ...
Dennis Bareis
dbareis
Offline Send Email
Aug 6, 2004
11:38 pm
465
How to change the uninstall icon in the "Add/Remove Software" panel ?...
sofax92
Offline Send Email
Aug 9, 2004
7:15 am
466
Hi, ... From the "DENNIS.MMH" (In the latest version of the manual): ;--- The Graphics I want to use (at least by default) ---- #define?...
Dennis Bareis
dbareis
Offline Send Email
Aug 9, 2004
7:45 am
467
... panel ? ... Thanks a lot ! But, I found it in "COMPANY.MMH" not "DNNIS.MMH"....
sofax92
Offline Send Email
Aug 9, 2004
8:09 am
468
Hi, ... The values in "Dennis.mmh" while potentially the same override those in company.mmh, if they are not in "dennis.mmh" then you are running an older...
Dennis Bareis
dbareis
Offline Send Email
Aug 9, 2004
8:12 am
469
... those ... running ... on ... I means : When I change the macro in company.mmh, it works. nut not for dennis.mmh. So, I think the company.mmh override the...
sofax92
Offline Send Email
Aug 9, 2004
8:19 am
470
... Afraid so, 4.218! I do not recommend changes to my headers and have updated the doco in this area recently. A "#define?" is the same as: #ifndef symbol ...
Dennis Bareis
dbareis
Offline Send Email
Aug 9, 2004
9:50 pm
471
... in ... Yes ! Good suggestion ! I will try to do what like you say. Thank you again ! Sofax...
sofax92
Offline Send Email
Aug 10, 2004
1:35 am
472
I try to rum my some command (.exe file) in installing. So, I add the lines as followings to my MM file. ... #( <$ExeCa EXE="[WindowsFolder]\notepad.exe" ...
sofax92
Offline Send Email
Aug 11, 2004
6:19 am
473
Hi, ... What operating system are you using to build your MSI? If WIN95-ME I recommend running the MSI through ORCA, you would then have seen: ICE03...
Dennis Bareis
dbareis
Offline Send Email
Aug 11, 2004
8:24 am
474
... I ... CustomAction, ... Thank you very much ! Yes, I am running on Win98SE. Basicly it works. But my "WorkDir" is on [SOURCEDIR], not a fix value. ...
sofax92
Offline Send Email
Aug 11, 2004
9:30 am
475
Hi, ... So please use ORCA or MSIVAL2 to run validations over any generated MSIs, its a good sanity check. ... value. The key "SOURCEDIR" is invalid, you...
Dennis Bareis
dbareis
Offline Send Email
Aug 11, 2004
9:17 pm
476
I try to do what you say. But.... ??? May be I still make mistake ! Now, I run MakeMsi v04.224 (just download) on WIn98SE. And I got the results validated with...
sofax92
Offline Send Email
Aug 12, 2004
2:16 am
477
Hi, ... The "Directory_Parent" is invalid this is "SourceDir" as you did not include the relevant line from my last message. ... You have changed the...
Dennis Bareis
dbareis
Offline Send Email
Aug 12, 2004
2:50 am
Messages 448 - 477 of 2211   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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