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 600 - 631 of 2612   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
600
Hello I have a dumb question (i know no such thing), anyway can an *.exe file be made into a an *.msi file. I have downloaded all the files and ran them all...
browah
Offline Send Email
Nov 1, 2004
9:17 am
601
Hi, ... I'm not sure what you mean but if you wish to simply build an MSI which will install the EXE then the installed "TryMe.MM" sample is a good place to...
Dennis Bareis
dbareis
Offline Send Email
Nov 1, 2004
9:43 am
602
Hello, the senario: I need to create a MSI for my AutoCAD ObjectARX plugins... Autocad 2005 installs 'per User' files with a 'secondary' Installer which is...
serpent46
Offline Send Email
Nov 4, 2004
5:51 pm
603
Hi, On 4 Nov 2004 at 17:49, serpent46 wrote: I only had a quick read of the above and'd I'm not sure why there are two parts but if it just to install per-user...
Dennis Bareis
dbareis
Offline Send Email
Nov 4, 2004
9:18 pm
604
I'm somewhat new to Makemsi, so please forgive me if this is a stupid question. I'm trying to create an MSI for a program I developed for a client and I have...
mattj51864
Offline Send Email
Nov 9, 2004
12:49 am
605
Hi, ... stupid ... and ... the ... Makemsi ... The documentation shows ... there a ... The "FilesInUse" dialog is a standard Windows Installer dialog. To find...
Dennis Bareis
dbareis
Offline Send Email
Nov 9, 2004
1:06 am
606
Hi, My objective is to modify an MSI created by Visual Studio to install an abc.exe file as a service. I have seen the code from the manual for using...
tobychaloner
Offline Send Email
Nov 9, 2004
8:52 pm
607
... install ... using "<$ServiceInstall ..." ... table). ... Visual ... If you can come up with a foolproof way to detecting you have the correct component...
Dennis Bareis
dbareis
Offline Send Email
Nov 9, 2004
9:32 pm
608
Hi, A number of people have in the past asked about problems with SourceDir and TargetDir Resolution during repairs. I haven't tested this but someone else...
Dennis Bareis
dbareis
Offline Send Email
Nov 10, 2004
1:16 am
609
I upgraded to the lastest version of Makemsi and it now places a message on the top left part of the UI that says: Develop by .... How do I get rid of this...
Juan
juancr
Offline Send Email
Nov 12, 2004
3:49 pm
610
Hi, ... From the Manual (DENNIS.MMH): ;---------------------------------------------------------------------------- ;--- The Graphics I want to use (at least...
Dennis Bareis
dbareis
Offline Send Email
Nov 12, 2004
10:11 pm
611
Hi, I have created a basic "international" page at : http://www.labyrinth.net.au/~dbareis/makemsi/international.htm This is a good start (I hope) but I'm...
Dennis Bareis
dbareis
Offline Send Email
Nov 13, 2004
3:02 am
613
I have a few binary files of varying lengths. 1) How can I initially compress the files INTO the msi? 2) How can I then update them as needed by RECOMPRESSING...
gmmsigroup
Offline Send Email
Nov 29, 2004
8:21 pm
614
... It depends on what you are wanting to do the "Binary" command can be used to add any type of file to the Binary (or some other) tables however this is...
Dennis Bareis
dbareis
Offline Send Email
Nov 29, 2004
8:40 pm
615
Dennis, After a year away from MakeMSI, I have updated my company.mmh and dept.mmh to match the current version used by MakeMSI and all is fine except for the...
John M. Baughman
scuzball1
Offline Send Email
Nov 29, 2004
10:18 pm
617
Hi, Could you email me a zipped copy of your script please so I can reproduce it here? Try adding (before #includes): #define?...
Dennis Bareis
dbareis
Offline Send Email
Nov 30, 2004
2:30 am
618
Hi, You haven't created your own versions of some of my headers (keeping their name) such as for "COMPANY.MMH" have you? Yes please send me the .MM/.VER and...
Dennis Bareis
dbareis
Offline Send Email
Nov 30, 2004
7:10 am
619
Hi, OK now that I've seen this after all your previous emails :-), look at my "Dennis.MMH" file and your version of the "DEPT.MMH" and create a JOHN.MMH (or...
Dennis Bareis
dbareis
Offline Send Email
Nov 30, 2004
7:20 am
620
I've been playing around with MakeMSI for a few days now, and I've used it to make up a MSI package (thanks very much for the fine program BTW). The package...
ash5g
Offline Send Email
Nov 30, 2004
7:29 am
621
Hi, ... start ... the ... verbose ... VB ... I didn't see anything obvious wrong with the code you posted. Perhaps if you send the script/ver file, a verbose...
Dennis Bareis
dbareis
Offline Send Email
Nov 30, 2004
7:50 am
622
Dennis, Thanks for the reply, since I haven't modified the original company/dept files, I'll just make a copy of your dennis file and mod it. (wish me luck!...
John M. Baughman
scuzball1
Offline Send Email
Nov 30, 2004
3:43 pm
623
That's what it was! (That and deleting the out dir and company/dept files I had in the project directory) Now to do some tweaking and I'll have me a JOHN.mmh...
John M. Baughman
scuzball1
Offline Send Email
Nov 30, 2004
4:07 pm
624
Thanks for the quick reply. I couldn't get the registry and use ExeCa commands to work, so I just used VBS commands to do the same thing. I'm not too concerned...
ash5g
Offline Send Email
Nov 30, 2004
11:50 pm
625
Hi, ... Change the uninstall condition to: Seq="<-RemoveFiles" This should have been displaying a ICE77 message, if not and you are not on WIN95-ME then this...
Dennis Bareis
dbareis
Offline Send Email
Dec 1, 2004
12:41 am
626
Thanks, it now fires, but not before an error is generated. The action InstallValidate checks to see if the file is running, and since it is, it shows the...
ash5g
Offline Send Email
Dec 1, 2004
3:24 am
627
... action Try adding: TYPE="immediate" Bye, Dennis...
Dennis Bareis
dbareis
Offline Send Email
Dec 1, 2004
4:50 am
628
Thanks very much for all your help, I really appreciate it. It works perfectly now. Ash...
ash5g
Offline Send Email
Dec 1, 2004
5:18 am
629
The comment for DEPT_ADDRESS in DENNIS.MMH reads "Full address". The actual text ... um ... could be more precise :-) That's fine for your DENNIS.MMH, but for...
martinfrompi
Offline Send Email
Dec 2, 2004
8:55 pm
630
I am hacking an existing setup executable into a MSI. So far it's working OK (I just use a custom action). However, under certain circumstances the exe...
martinfrompi
Offline Send Email
Dec 2, 2004
8:55 pm
631
Hi, ... writing ... I've never done it but calling the standard "ScheduleReboot" acrion would seem to do, it so simply sequencing it should be enough to cause...
Dennis Bareis
dbareis
Offline Send Email
Dec 2, 2004
9:14 pm
Messages 600 - 631 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