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 1274 - 1303 of 2612   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1274
Hi, i've the following problem: We've installed our application with Windows Installer. The original msi was about 10MB. Now we've to update one exe-file and...
Carsten Gerhardt
dataport_cg
Offline Send Email
Dec 2, 2005
12:26 pm
1275
Hi everyone, I've developed pieces of application with Visual Basic 6 and Visual Basic .Net. The complete software has 3 executable files but I need to create...
rodandflo
Offline Send Email
Dec 2, 2005
9:44 pm
1276
Hi, ... That is my preferred approach but others are patching and can probably help, did you see ...
Dennis Bareis
dbareis
Offline Send Email
Dec 2, 2005
9:53 pm
1277
Hi, ... Yes, I did. In fact I found it in the doku and then started to try it with patch.mmh ... How can I change this? The new package need the same...
Gerhardt, Carsten
dataport_cg
Offline Send Email
Dec 5, 2005
8:40 am
1278
Hi, As an additional piece of information, elevating privileges for the install is not a part of the MSI itself. It is possible to use GPOs and advertisement ...
Merl Schmits
ravenkall
Offline Send Email
Dec 5, 2005
7:56 pm
1279
Hi, MAKEMSI installs a number of sample files which are also shown in the documentation, you can build these, the basic sample just adds files, others have...
Dennis Bareis
dbareis
Offline Send Email
Dec 5, 2005
8:50 pm
1280
Hi, ... See this line in "company.mmh": #define? COMPANY_AUTO_UNINSTALL_VIA_UPGRADE_TABLE Y ... I mean your users (your package) options. While I don't like...
Dennis Bareis
dbareis
Offline Send Email
Dec 6, 2005
7:22 am
1281
Hi, I want my own icon for my application to show in the "Add or Remove Program". How can I do that? Thank you...
jeff_k_lu
Offline Send Email
Dec 6, 2005
10:02 pm
1282
Hi, I'm new here. I've just created my first working MM file, and it does all tasks as expected. Now I need to do something more challenging: place a shortcut...
zivness
Offline Send Email
Dec 6, 2005
11:34 pm
1283
Hi, ... From "dennis.mmh" (or "company.mmh"): #define? COMPANY_PRODUCT_ICON Aust_DB.ico So use: #define COMPANY_PRODUCT_ICON .\MyIcon.ico Before loading...
Dennis Bareis
dbareis
Offline Send Email
Dec 6, 2005
11:37 pm
1284
Hi, ... Making things (files, registry etc) conditional generally mean putting conditions on their components. It sounds like you don't really want a...
Dennis Bareis
dbareis
Offline Send Email
Dec 6, 2005
11:44 pm
1285
Hi, ... I think this is the trick! I defined it to "N", builded my patch and it worked :) Now we'll start our test with this package. At the first look, it...
Gerhardt, Carsten
dataport_cg
Offline Send Email
Dec 7, 2005
9:55 am
1286
Is there a simple way to execute the MakeMSI command turning an (already created) MM file into an msi via Apache Ant? Has anyone any experience with that?...
zivness
Offline Send Email
Dec 7, 2005
11:25 am
1287
Hi, ... I don't know ANT but the command line used for any build is logged in the debug text file in the "out" directory. If you give me a working ANT defn I...
Dennis Bareis
dbareis
Offline Send Email
Dec 7, 2005
8:38 pm
1288
Hi, ... I should also have mentioned see the "Product" parameter of the "Icon" command. Bye, Dennis...
Dennis Bareis
dbareis
Offline Send Email
Dec 7, 2005
9:05 pm
1289
Hi, I've added this info to the manual. Let me know of any other issues with patches etc. ... Thanks Dennis...
Dennis Bareis
dbareis
Offline Send Email
Dec 8, 2005
6:31 am
1290
Hi Dennis, ... Sure. I think we'll finsh our tests at the end of next week. I'll write down a bit what we have done for you. Carsten...
Gerhardt, Carsten
dataport_cg
Offline Send Email
Dec 8, 2005
7:41 am
1291
Hi! When I build installation, the property 'ProductVersion' is always 1.0.0 in Property table. I have edited .VER file and updated field VERSION to 6.61.1 but...
erkkihe99
Offline Send Email
Dec 8, 2005
8:07 am
1292
... I changed the version part of "TryMe.VER" in "C:\Program Files\MakeMsi\Samples\TryMe\Create MSI Installers" to: VERSION : 6.61.1 DATE : 8 December 2005 ...
Dennis Bareis
dbareis
Offline Send Email
Dec 8, 2005
8:32 am
1293
Thanks, but that didn't work. Here is my TRYME.VER file ;---------------------------------------------------------------------------- ; ; MODULE NAME:...
hessu99@...
erkkihe99
Offline Send Email
Dec 8, 2005
8:43 am
1294
Hi, ... That worked here and produced "test.msi" using the original "tryme.mm" script. The "ProductVersion" property had "6.61.2" in it as expected... This...
Dennis Bareis
dbareis
Offline Send Email
Dec 8, 2005
9:04 am
1295
I have used makemsi for 2 days now. And I have a Q How do I include more than one file, but not all in a directory? <$DirectoryTree Key="INSTALLDIR3"...
metal2thepeople
Offline Send Email
Dec 8, 2005
10:12 am
1296
I think you should use <$File ...> rather than <$Files ... > for where you want to include individual files. $Files works best with wildcards. Julian....
Julian Onions
julianonions
Offline Send Email
Dec 8, 2005
10:22 am
1297
Hi, ... Not your question but change the above to: <$DirectoryTree Key="INSTALLDIR3" Dir="SystemFolder" ... Obviously you could have multiple file/files...
Dennis Bareis
dbareis
Offline Send Email
Dec 8, 2005
10:30 am
1298
Hi there, I do all my MSI builds as an ant target. There's nothing to it really. Just write a target that goes something like: <target name="makemsi"> <exec...
Chris McDonald
chrisjonmcdo...
Offline Send Email
Dec 8, 2005
12:12 pm
1299
Hi, I have a simple MSI that just installs a file and shortcuts. As the destination dir for the file is discovered at runtime, I don't want users to be able...
gl
ultravy
Offline Send Email
Dec 8, 2005
10:11 pm
1300
Hi, ... users to ... designated ... First off the user can only change the installation directory if you are alowing them to, if you don't want it then don't...
Dennis Bareis
dbareis
Offline Send Email
Dec 8, 2005
10:45 pm
1301
... the ... files, ... the "SelfReg" ... Thanks a lot Dennis, I'll play around with the sample files. Your advice really helped Rich....
rodandflo
Offline Send Email
Dec 8, 2005
11:30 pm
1302
First, I'm still getting only the odd message from the list. I've just seen your reply on the web site Dennis (thanks), but nothing here. Are there problems...
gl
ultravy
Offline Send Email
Dec 9, 2005
5:13 am
1303
... This time I got my reply immdiately, and I can see my post arrived on the site immediately too. I still don't have a copy of my previous message though, or...
gl
ultravy
Offline Send Email
Dec 9, 2005
5:15 am
Messages 1274 - 1303 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