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 333 - 362 of 2612   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
333
Hi, The 04.092 release has much better supporting code behind the file "verify" button on the HTML report, the code reports better and will check the file even...
Dennis Bareis
dbareis
Offline Send Email
Apr 1, 2004
9:41 pm
334
Hi, A quick update, I have created a "MakeMsm.mmh" which will allow you to create merge modules. Things might be a bit rough around the edges (the html report,...
Dennis Bareis
dbareis
Offline Send Email
Apr 3, 2004
12:14 am
335
How to make a MSI file with MakeMsi which install a new font (including the TTY font file) into Windows ?...
sofax92
Offline Send Email
Apr 6, 2004
8:42 am
336
Hi, ... See the doco for the "File" command, it also has a sample which installs fonts. Bye, Dennis ... Dennis Bareis (dbareis@...) Melbourne,...
Dennis Bareis
dbareis
Offline Send Email
Apr 6, 2004
8:54 am
337
I would recommend adding a little more documentation on howto turn off the built in complete feature. The biggest thing to be noted is that just turning off...
the_blueadept
Offline Send Email
Apr 8, 2004
12:07 pm
338
Hi, ... OK, done see (note that I changed the code slighty also and that I have noticed the title glitch): ...
Dennis Bareis
dbareis
Offline Send Email
Apr 9, 2004
1:06 am
339
I try to build the setup.exe file form MSI SDK for Autorun-CD. When I execute 'nmake' after I set 'setenv /2000', I got these error messages as following: ...
sofax92
Offline Send Email
Apr 9, 2004
8:50 am
340
Anyone running the makemsi build environment on Windows 98? One of my distant colleagues is trying it, and not getting it to start. The right click "Build MSI...
Julian Onions
julianonions
Offline Send Email
Apr 11, 2004
1:21 pm
341
Hi Sorry I dpn't know the answer ask this in the relevant MS MSI newsgroup. Bye, Dennis ... Dennis Bareis (dbareis@...) Melbourne, AUSTRALIA. ...
Dennis Bareis
dbareis
Offline Send Email
Apr 13, 2004
7:29 am
342
Hi, ... Perhaps he could try from the command line also? ... Shouldn't be as it will be using a different batch file. ... I haven't restored my 98 test...
Dennis Bareis
dbareis
Offline Send Email
Apr 13, 2004
7:51 am
343
... I had this problem, its a problem with the latest platform SDK, which requires you to replace some of the old string operations such as lstrcpy with new...
Julian Onions
julianonions
Offline Send Email
Apr 13, 2004
7:51 am
344
Hi, On 13 Apr 2004 at 17:51, Dennis Bareis wrote: I got my WIN98 environment working faster than expected and tried MAKEMSI under it and there are problems,...
Dennis Bareis
dbareis
Offline Send Email
Apr 13, 2004
9:55 pm
345
Hi, ... What you are describing is a Wise Issue or probably more correctly the fact that "[INSTALLDIR]" in a registry file should mean exactly that. MAKEMSI is...
Dennis Bareis
dbareis
Offline Send Email
Apr 14, 2004
4:46 am
346
... files) ... yourself ... etc., ... I'm working on a Php integration package for Visual Studio .Net 2003. It is located here:...
Juan
juancr
Offline Send Email
Apr 14, 2004
9:58 pm
347
Is it possible to generate an MSI with external Cab files for each feature? I'm interested in making my MSI more download friendly so the user only download...
Juan
juancr
Offline Send Email
Apr 16, 2004
5:32 pm
348
Hi, ... It would be possible with a post build process to tweek the output but not currently without this. I have been thinking about per-component cabs,...
Dennis Bareis
dbareis
Offline Send Email
Apr 16, 2004
11:15 pm
349
Hi, On 18 Apr 2004 at 0:19, Juan C. Rivera wrote: Could you please use the MAKEMSI forum for your messages, the questions one person asks are frequently of...
Dennis Bareis
dbareis
Offline Send Email
Apr 18, 2004
5:27 am
350
I'm adding a dialog to my setup and it works just file. The thing is that I would like the dialog to show up only if a particular feature is selected. How do I...
Juan
juancr
Offline Send Email
Apr 19, 2004
4:30 pm
351
... Have a look for all references to your dialog in the "ControlEvent" table, the condition will be 1 (always true), create other entries as appropriate to...
Dennis Bareis
dbareis
Offline Send Email
Apr 20, 2004
2:06 am
352
I've been playing around with patch files this week, to try and understand what they are good for. I was having a few problems. First, it seems to generate a...
Julian Onions
julianonions
Offline Send Email
Apr 20, 2004
9:08 am
353
Hi, ... Run the msimsp.exe with a suitable PCP file, and it does the business! ... If you can provide example command lines (including how to apply a patch)...
Dennis Bareis
dbareis
Offline Send Email
Apr 21, 2004
4:21 am
354
Hi, I think you are saying the "Dialog" command is your only issue: 1. To delete the VBS you could have should/could remove it from the "Binary" table. 2. The...
Dennis Bareis
dbareis
Offline Send Email
Apr 22, 2004
8:40 am
355
... Well as I said, the script is generated but doesn't appear to be doing anything for this dialog. I couldn't actually find a case where it was invoked in...
Julian Onions
julianonions
Offline Send Email
Apr 22, 2004
9:29 am
356
Hi, ... I think you must be because unless you take some action the validation script will be take and if the script is generated you would need more action to...
Dennis Bareis
dbareis
Offline Send Email
Apr 22, 2004
10:08 pm
357
My set up installs my help2 HxS file. This requires me to include a couple of msm from the VSHIK 2003 SDK. I was able to do this inside Wise but I can't seem...
Juan
juancr
Offline Send Email
Apr 28, 2004
10:06 pm
358
0x80070657 refers to condition "The language of this installation package is not supported by your system." I'm not sure what you're doing - 'quite new here'...
Adam Hearn
recky555
Offline Send Email
Apr 29, 2004
1:17 am
359
Hi, ... Hi, This specific error message is documented under the merge module command in the documentation. Bye, Dennis...
Dennis Bareis
dbareis
Offline Send Email
Apr 29, 2004
1:20 am
360
Hi, ... Hi, First off, assuming that the answer is that they can't be prevented (or at least you don't know how) another question worth asking is "how can I...
Dennis Bareis
dbareis
Offline Send Email
May 15, 2004
3:48 am
361
Whats the best way to call a custom action only in the case a feature has been chosen? E.g. installation with feature1 feature2 CA1 CA2 I want to call CA1 if...
Julian Onions
julianonions
Offline Send Email
May 17, 2004
11:06 am
362
Hi, See: http://msdn.microsoft.com/library/default.asp?url=/library/en- us/msi/setup/conditional_statement_syntax.asp Bye, Dennis ... Dennis Bareis...
Dennis Bareis
dbareis
Offline Send Email
May 19, 2004
8:53 am
Messages 333 - 362 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