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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 56 - 85 of 2616   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
56
Great! I downloaded the update and it works! Thank you... I am basically clueless regarding MSI, so, if this next question is just too dumb, please forward me...
whatisrsi
Offline Send Email
Aug 1, 2003
11:18 pm
57
Hi, ... Look at the MAKEMSI doco page: http://www.labyrinth.net.au/~dbareis/makemsi/samplemsiexeccmdlines.htm There are some links to the MSIEXEC comamnd line....
Dennis Bareis
dbareis
Offline Send Email
Aug 2, 2003
12:26 am
58
I read the "Commands" reference and it does not look like there are any built-in commands to create a simple dialog box; for example, a command that lets me...
t9mike
Offline Send Email
Aug 10, 2003
6:41 am
59
Hi, ... I have not yet needed to create my own dialog "panel", I don't think a checkbox is difficult, radio buttons look trickier... What I would do is choose...
Dennis Bareis
dbareis
Offline Send Email
Aug 10, 2003
7:05 am
60
Hi . I'm new to creation of installation softwares.But i want to use Windows Installer from the SDK and create a .msi file. Dennis replied to the message i...
vidya_n_reddy
Offline Send Email
Aug 12, 2003
9:25 am
61
Hi. Is there some kind of a help manual for the beginners??? I'm VERY new to this tool and don't know how to go about it! Thanks, vidya...
vidya_n_reddy
Offline Send Email
Aug 12, 2003
9:25 am
62
... The following creates a complete MSI: #include "DEPT.MMH" <$DirectoryTree Key="INSTALLDIR" Dir="c:\tmp\SomeDir" CHANGE="\"> <$Files "TryMe.*"...
Dennis Bareis
dbareis
Offline Send Email
Aug 12, 2003
9:46 am
63
Hi, ... Well the first few sections are reasonably basic. If you have a recent MAKEMSI, install it, right click on "tryme.mm" and select the build option....
Dennis Bareis
dbareis
Offline Send Email
Aug 12, 2003
9:46 am
64
Hi Dennis Thanx fer the starter course:-) I’ve been trying for the past 2 days to get the hang of windows installer.Finally, I’ve been able to create a...
Vidya N
vidya_n_reddy
Offline Send Email
Aug 12, 2003
4:24 pm
65
... installer.Finally, I've been able to create a small prototype. ... project (which I want to deploy) is daunting me!More so since I HAVE to get this done by...
Dennis Bareis
dbareis
Offline Send Email
Aug 13, 2003
1:49 am
66
Hi, Adjust the following relevant lines as shown: <$Summary "LastPrinted" Value=^"8/11/2003 4:27:45 PM"^> <$Summary "CREATE_DTM" Value=^"6/21/1999 1:00:00...
Dennis Bareis
dbareis
Offline Send Email
Aug 13, 2003
10:26 am
67
Hi, Oops that should be: <$Summary "LastPrinted" Value=^cdate("8/11/2003 4:27:45 PM")^> <$Summary "CREATE_DTM" Value=^cdate("6/21/1999 1:00:00 AM")^> ...
Dennis Bareis
dbareis
Offline Send Email
Aug 13, 2003
11:22 am
68
Ok, I've looked in all the documentation I could find and even looked through the MMH file source code, but I can't find it. Where is it packaging the HTML...
John M. Baughman
scuzball1
Offline Send Email
Aug 14, 2003
9:36 pm
69
Hi, ... ;--- Stop HTML Generation --- #define ONEXIT_DONT_GENERATE_HTML in your version of "dept.mmh" (I assume that is what it is), before including any...
Dennis Bareis
dbareis
Offline Send Email
Aug 14, 2003
9:46 pm
70
Thanks for the response and basically setting me straight... ;) ... Cool, I'm going to have to look at more of these little "flags" nad "play" with them, just...
John M. Baughman
scuzball1
Offline Send Email
Aug 15, 2003
3:18 pm
71
Dennis, I found a bug for you and squashed it... Change the following in the COMPILE.mmh to fully turn off the HTML report generation and inclusion in the MSI...
John M. Baughman
scuzball1
Offline Send Email
Aug 15, 2003
9:52 pm
72
I'm still doing some bug hunting, because the MSI is still trying to install the HTML report even though it wasn't in the CAB file. Maybe you could help me...
John M. Baughman
scuzball1
Offline Send Email
Aug 15, 2003
11:35 pm
73
Hi, ... There are "millions" of these, however I am gradually going off using "#ifndef" or "#ifdef" as the use of these is not as flexible as the alternative,...
Dennis Bareis
dbareis
Offline Send Email
Aug 16, 2003
2:23 am
74
Hi, ... I'm now thinking that a better solution would be to define: #define? COMPANY_ADD_GENERATED_DOCO to disable the adding of the HTML to the MSI, the HTML...
Dennis Bareis
dbareis
Offline Send Email
Aug 17, 2003
9:48 am
75
Got the basic script to work, started to work with features and components and their seems to be some issues with the VBS generation thereof. Appears that...
the_blueadept
Offline Send Email
Aug 20, 2003
8:30 am
76
Hi, ... The "</$Component>" bit should be "<$/Component>". MAKEMSI basically works by generating VBSCRIPT which is run to do most of the work, this is also why...
Dennis Bareis
dbareis
Offline Send Email
Aug 20, 2003
8:41 am
77
lol, thanks for the quick answer. Getting too used to XML syntax - missed that typo ;) By the way, loveing the simplicity of makemsi so far, plus the fact that...
the_blueadept
Offline Send Email
Aug 20, 2003
9:09 am
78
Hi, ... Add the following 3 lines somewhere before including a MAKEMSI supplied header: #define COMPILE_TYPE <$COMPILE_CAB_EXTERNAL_WITH_MSI> ;;Want...
Dennis Bareis
dbareis
Offline Send Email
Aug 28, 2003
10:11 pm
79
Install msiexec /i TryMe.msi /qn Remove msiexec /x TryMe.msi /qn Question: How do I remove the pacakge by program name without reference to TryMe.msi ? Is...
tjyangus
Offline Send Email
Sep 7, 2003
6:09 am
80
1. How can I make TryMe.mm to create a menu item in Start->Programs ? 2. How can I inlcude a sub directory to be installed under c:\Program Files\TryMe(makemsi...
tjyangus
Offline Send Email
Sep 7, 2003
6:10 am
81
Hi, ... I have tried to keep the example very simple but most people will want at least some sort of shortcut so my "TryMe.MM" now looks like: ;--- Load...
Dennis Bareis
dbareis
Offline Send Email
Sep 7, 2003
6:52 am
82
Hi, ... The "/x" takes a product code so something like the following is better: MsiExec.exe /x {0E24A6B0-B16E-4D1B-A137-6023EC435D14} ... Don't know what that...
Dennis Bareis
dbareis
Offline Send Email
Sep 7, 2003
6:53 am
83
... Thanks. now the question is how can I list out product code of all installed program. Goal is to be able to remove applicatoin in a dos prompt. ... To find...
tjyangus
Offline Send Email
Sep 7, 2003
11:43 am
84
In your next MakeMSI release, IMHO, I think the existing TryMe.mm can be renamed as TreMe1.mm the following code in your reply can be TreMe2.mm and TreMe3.mm ...
tjyangus
Offline Send Email
Sep 7, 2003
11:50 am
85
Is there a plan to have MakeMSI documents in PDF book format ? So we can get TOC, index ...etc. I believe MakeMSI is good enough to deserver the trouble to...
tjyangus
Offline Send Email
Sep 7, 2003
11:53 am
Messages 56 - 85 of 2616   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