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 281 - 310 of 2612   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
281
Hi, ... I have been doing a bit (read a lot) of checking into memory usage and can say if you use "DOCO=N" the memory usage will be slightly less but that the...
Dennis Bareis
dbareis
Offline Send Email
Mar 1, 2004
9:10 am
282
... Wow - this is interesting. Many thanks for your investigations and we'll see what time brings! The delete temporary .CAB macro is now in use in my builds -...
Julian Onions
julianonions
Offline Send Email
Mar 1, 2004
9:38 am
283
Hello All, I'm new to this group.I'm into system admin and now i want to learn application packaging.I need your help. 1)whats the checklist to make...
msvkumar
Offline Send Email
Mar 3, 2004
9:57 am
284
Hi, ... Have you looked at the supplied sample scripts and built the MSI files as suggested as a starting point in the documentation? MAKEMSI has no...
Dennis Bareis
dbareis
Offline Send Email
Mar 3, 2004
10:51 am
285
Hi, This latest release contains aheap of changes but specifically 2 items requested by users: 1. Command for DLL based custom actions 2. A simple mechanism...
Dennis Bareis
dbareis
Offline Send Email
Mar 11, 2004
7:43 am
286
Hi, ... First off how did they get in there? In any case MAKEMSI could run the appropriate command to extract these at MSI build time and the "Files" command...
Dennis Bareis
dbareis
Offline Send Email
Mar 11, 2004
7:55 am
287
What is the reason for this error? MAKEMSI version 04.072 - PASS 1 (Windows Installer 2.0.3790.0) ...
svet_my
Offline Send Email
Mar 15, 2004
7:40 am
288
Hi, ... It is saying "DefaultDir" is invalid which from the above it is. Is this an unmodified TryMe.MM or have you changed it? Have you rebooted since...
Dennis Bareis
dbareis
Offline Send Email
Mar 15, 2004
8:03 am
289
... I see ... I haven't changed the file ... YES ... WinXP SP1, XP, 2003 ... YES, all the time on all machines ... either ... File ... based ... Yes, please ...
svet_my
Offline Send Email
Mar 15, 2004
6:29 pm
290
Hi Dennis, Does MAKEMSI support such scenario: I want my binaries be saved in msi (or merge module) file, and samples (bunch of htmls and images) -- in...
svet_my
Offline Send Email
Mar 15, 2004
11:10 pm
291
Another novice question: Is it possible to execute previously generated pass1+2.vbs on a machine with no makemsi installed? I'd like to perform steps 6-9 (vbs ...
svet_my
Offline Send Email
Mar 16, 2004
3:26 am
292
Hi, ... I'm not sure what you want to know MAKEMSI supports almost anything you have the MSI skills to implement however its "File" related commands (which you...
Dennis Bareis
dbareis
Offline Send Email
Mar 16, 2004
8:58 am
293
Hi, ... Probably I take it the build is slow? You would at least have to call it twice first without parameters and then passing "2". Bye, Dennis ... Dennis...
Dennis Bareis
dbareis
Offline Send Email
Mar 16, 2004
8:58 am
294
Hi, ... Thats what I use as well as WIn2000 SP3. ... Could you put the attached file (extract from the zip) over the existing version in the MAKMSI install dir...
Dennis Bareis
dbareis
Offline Send Email
Mar 16, 2004
9:43 am
295
Thank you very much, Dennis, for the great support. I attached the generated files. ... __________________________________ Do you Yahoo!? Yahoo! Mail - More...
Slava Miropolsky
svet_my
Offline Send Email
Mar 16, 2004
8:14 pm
296
Hi, Thanks for the files, the log contained: DEBUG - ShortLongSpec("TryMe (makemsi sample)") DEBUG - Need83Name("TryMe (makemsi sample)") DEBUG - Need83Name()...
Dennis Bareis
dbareis
Offline Send Email
Mar 17, 2004
8:34 am
297
Hi, ... Have you tried the script? If you know what caused it (Windows Fix etc) please let me know. What was the output? What file system are you using? I've...
Dennis Bareis
dbareis
Offline Send Email
Mar 19, 2004
1:45 am
298
Hi Dennis, It definitely looks like a Windows bug. The output of your script on WinXP SP1: E:\Program Files\Company eProduct>cscript ALongFilename.VBS ...
Slava Miropolsky
svet_my
Offline Send Email
Mar 19, 2004
3:07 am
299
Hi, ... Thanks for confirming that, MAKEMIS will in future have some basic detection code for this issue as it does for one other. In the mean time when...
Dennis Bareis
dbareis
Offline Send Email
Mar 19, 2004
6:02 am
300
Hi, ... A quick update, I found a number of bugs in "regina" which have been fixed in the MAKEMSI version now available. I have tested it to 32,700 files (near...
Dennis Bareis
dbareis
Offline Send Email
Mar 19, 2004
7:56 am
301
... Excellent - will give it a work out over the weekend! JUlian....
Julian Onions
julianonions
Offline Send Email
Mar 19, 2004
8:19 am
302
I use VBScript to create some files on the fly during installation, which works great. Basically I have an index file that lists some features available in the...
Julian Onions
julianonions
Offline Send Email
Mar 19, 2004
8:30 am
303
Hi, ... This would abort the install assuming you are checking return codes etc? Wouldn't a non-completely stupid user realise what has happened? ... You could...
Dennis Bareis
dbareis
Offline Send Email
Mar 19, 2004
8:52 am
304
Wow - a lot less memory used - marvellous. Before I was well over 300Mb, it now seems to level out at about 23Mb! Now thats what I call improvement! I think...
Julian Onions
julianonions
Offline Send Email
Mar 19, 2004
10:48 pm
305
Hi, ... I suspect it should be faster as its not causing as much swapper activity etc. ... Is this your code or mine? The original version with brackets is ...
Dennis Bareis
dbareis
Offline Send Email
Mar 20, 2004
1:12 am
306
Hi, ... From what I can see from my code, you have a "c:\Program Files" directory where things default to and you overrode this for the MSIVAL2 package to get...
Dennis Bareis
dbareis
Offline Send Email
Mar 20, 2004
6:29 am
307
Hi! In VS - I'm using "COMRelativePath" to register my not shared .NET assemblies; from command line - "regasm /codebase". How can I do this with MAKEMSI? ...
svet_my
Offline Send Email
Mar 22, 2004
10:05 pm
308
Is it possible to automate installing of a .NET assembly into the GAC with MAKEMSI ("gacutil /i assembly.dll") ? Thanks...
svet_my
Offline Send Email
Mar 22, 2004
10:07 pm
309
Hi, ... You could probably use the "EXECa" command for this as well, other options are to do this with script (for example "VbsCa"). Again sound slike it...
Dennis Bareis
dbareis
Offline Send Email
Mar 23, 2004
7:16 am
310
Hi, ... First off I have not experience and no greate knowledge of this area however MSI's (any my "SelfRegister" commands handle DLL and OCX but not EXE, I...
Dennis Bareis
dbareis
Offline Send Email
Mar 23, 2004
7:16 am
Messages 281 - 310 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