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 2348 - 2377 of 2612   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2348
Hi, ... While I can reproduce the issue I can't see how it all works and suspect the Windows Installer logging is flawed, for example I tried a multi feature ...
Dennis Bareis
dbareis
Offline Send Email
Dec 2, 2008
7:37 am
2349
... I've just had another look but I'm too tired to continue now, I think I'm on the track to solving it and it if I'm correct its got nothing to do with the...
Dennis Bareis
dbareis
Offline Send Email
Dec 2, 2008
11:09 am
2350
Hi, I'm trying to build two different versions of basically the same MSI file, and need help figuring out how to set the name of the generated MSI file from...
Kevin Keane
ipakleppa
Offline Send Email
Dec 2, 2008
1:21 pm
2351
Hi, ... The easiest way is to define a macro called PRODUCTNAME or whatever you want BEFORE loading MAKEMSI and in your version file: ; ProductName =...
Dennis Bareis
dbareis
Offline Send Email
Dec 3, 2008
6:00 am
2352
... Wonderful - it works. I didn't realize that the version file understood macros!...
Kevin Keane
ipakleppa
Offline Send Email
Dec 3, 2008
12:23 pm
2353
This question might be a little outside MakeMSI realm, but maybe somebody here knows the answer anyway. I'm looking for a way to embed a customer ID and my...
Kevin Keane
ipakleppa
Offline Send Email
Dec 3, 2008
2:18 pm
2354
I get the literal INSTALLDIR in my registry key value, when I want the value of INSTALLDIR. I put this as the last line in my version of TRYME.MM <$Registry...
techpaul702
Offline Send Email
Dec 3, 2008
10:24 pm
2355
Hi, ... the ... Start by reading this page: http://makemsi-manual.dennisbareis.com/formatted_strings.htm The first item shows you that you actually wanted to...
Dennis Bareis
dbareis
Offline Send Email
Dec 3, 2008
10:33 pm
2356
Hi, As suspected this is your issue, from your code: <$DirectoryTree Key="MY_GSPATH" Dir="C:\"> ... <$DirectoryTree Key="INSTALLDIR" Dir="c:\test\krb.msi.test"...
Dennis Bareis
dbareis
Offline Send Email
Dec 4, 2008
1:38 am
2357
Hi, I had some problems searching for FreeExtractor (MSI bootstrapper/launcher). The link in the MAKEMSI docu is no longer valid, and the "Disorented" HP left ...
Mockenhaupt, Christoph
christoph.mo...
Offline Send Email
Dec 9, 2008
3:48 pm
2358
Hi, ... http://freeextractor.sourceforge.net/ Thanks, now fixed. Dennis...
Dennis Bareis
dbareis
Offline Send Email
Dec 10, 2008
6:41 am
2359
<$Table "Control"> #( <$Row @Where="`Dialog_`='WelcomeDlg' AND `Control`='Title'" @OK='=1' Text="{\VerdanaBold13}" ;;Previous value = {\VerdanaBold13}Welcome...
techpaul702
Offline Send Email
Dec 10, 2008
10:39 pm
2360
Hi, ... I'm no expert but since no one else had a go: 1. It may be that you can supply parameters on the URL to install the msi. 2. You could probably create a...
Dennis Bareis
dbareis
Offline Send Email
Dec 11, 2008
6:48 am
2361
Hi, ... This is one way: <$Table "Control"> #( <$Row @Where="`Dialog_` = 'PrepareDlg' AND `Control` = 'Title'" @OK='=1' Text="" ;;Previous value =...
Dennis Bareis
dbareis
Offline Send Email
Dec 11, 2008
7:39 am
2362
Hi everybody I'm new to MakeMsi, and I'm working on how to include multiple merge modules when the list of merge modules is defined from outside (in a license...
enurris
Offline Send Email
Dec 12, 2008
11:48 am
2363
Hi, ... Obviously only partial examples (since you say it works and you are actually creating "real merge modules")? ... Having double quotes in the above is...
Dennis Bareis
dbareis
Offline Send Email
Dec 12, 2008
9:17 pm
2364
No these are the full examples, but somehow I got the versions mixed up with the ones i was editing, and I posted something that doesn't work. I'll be working...
enurris
Offline Send Email
Dec 15, 2008
8:13 am
2365
Here comes the corrected source code files. I did some renaming stuff and isolated the input variables that i need. Also I've replaced the actual input with...
enurris
Offline Send Email
Dec 15, 2008
10:43 am
2366
How do you change the size of the control. I have a bitmap that completely (replaces leftside.bmp) fills it (like a splash screen) and want to make the control...
techpaul702
Offline Send Email
Dec 23, 2008
9:27 pm
2367
Hi, Sorry I still don't understand exactly what you want and I haven't the time to try and work it out. Its best to ask very specific questions. This is an...
Dennis Bareis
dbareis
Offline Send Email
Dec 24, 2008
12:27 am
2368
Hi, Its best to test your changes by manually making your changes using Orca or other msi editor first and then using MSIDIFF to generate the appropriate code...
Dennis Bareis
dbareis
Offline Send Email
Dec 24, 2008
12:35 am
2369
Hi, I'm a new user of MakeMsi (version v08.0.345.0000), which is a wonderful tool by the way. I'm able to do eveything I want to, except some. I want to have...
houssem.bdioui
Offline Send Email
Dec 27, 2008
12:17 am
2370
Hi, ... the exact format): Bug in documentation, fixed now. ... This will be fixed in the next version of MAKEMSI which I will upload soon. Thanks, Dennis -- ...
Dennis Bareis
dbareis
Offline Send Email
Dec 27, 2008
4:19 am
2371
Hi, The installer I'm building with MakeMsi is able to perform an update if the product is already installed: basically, not overwrite registry entries, stop...
houssem.bdioui
Offline Send Email
Dec 29, 2008
3:05 pm
2372
Hi, I need during the installation to rename a file and the new name is formatted using 2 properties. As in: <$File Source="configuration.xml" ...
houssem.bdioui
Offline Send Email
Dec 29, 2008
3:11 pm
2373
Hi, ... I don't know of any way, but I think it would be cleaner to let the uninstall happen, if you have resourced you don't want remeoved (preferences etc)...
Dennis Bareis
dbareis
Offline Send Email
Dec 29, 2008
8:27 pm
2374
... You would need to check the Windows Installer SDK doco and look up the "File" table's "FileName" column. You would see it is of type "Filename". Follow...
Dennis Bareis
dbareis
Offline Send Email
Dec 29, 2008
8:38 pm
2375
Hi Dennis, Thanks for your answer. Actually, I'm already able to rename the file using an external tool I launch after copying the files. I wished to use the...
houssem.bdioui
Offline Send Email
Dec 30, 2008
8:35 am
2376
Hi Dennis, Thanks for your answer : using the "UPGRADINGPRODUCTCODE" property seems to be a good and clean choice. Best Regards, Houssem...
houssem.bdioui
Offline Send Email
Dec 30, 2008
8:36 am
2377
Hi, If you can add the file with a CA you can remove it with one. I don't have enough time to try it myself, but you do have an example as I supplied the...
Dennis Bareis
dbareis
Offline Send Email
Dec 30, 2008
9:02 pm
Messages 2348 - 2377 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