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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 49 - 78 of 2612   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
49
Am back, had some computer issues. ... It has a command line mode to save to a file, was thinking of useing the file but will check others and look at the...
wolfdeveloper
Offline Send Email
Jul 2, 2003
8:29 am
50
I'd like to use MakeMSI to create a program installation for a simple application. I only need to install a few files and set some registry entries. I've...
whatisrsi
Offline Send Email
Jul 18, 2003
11:38 pm
51
Hi, ... The issue is what am I doing wrong (which I suspect you guessed)! I'd obviously decided to change the parameter name and forgot about the import...
Dennis Bareis
dbareis
Offline Send Email
Jul 19, 2003
12:26 am
52
Can u give a sample wherein i can include the MSDE's *.msm into my VB.NET apps, using MAKEMSI Thanks....
erniebramos
Offline Send Email
Jul 22, 2003
8:51 am
53
Hi, ... I have not yet needed to use any .NET stuff but including merge modules is generally fairly straightforward with the only problems being MS ones oftem...
Dennis Bareis
dbareis
Offline Send Email
Jul 22, 2003
8:56 am
54
... need ... Thanks for checking in to it! Unfortunately, when I click on the files link, I get an empty list of files and a line that says: "You are not a...
whatisrsi
Offline Send Email
Jul 25, 2003
7:22 pm
55
Hi, ... I was wondering what happened to you :-) ... OK I'll have to look into it. I've had to tighten security on the groups so as to stop idiots spamming...
Dennis Bareis
dbareis
Offline Send Email
Jul 26, 2003
12:27 am
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
Messages 49 - 78 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