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 1205 - 1234 of 2612   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1205
I see there are ways to allow SelfRegister, but what if I want to control how and where the file is registered? For example, I want to copy FileMonitor.dll to...
bryanborough
Offline Send Email
Nov 1, 2005
11:49 pm
1206
Hi, ... By "copy" I assume that you want to install it elsewhere and then copy it with a custom action? If so then that custom action could do the ...
Dennis Bareis
dbareis
Offline Send Email
Nov 2, 2005
12:21 am
1207
Dennis, thanks for such a quick reply. I have application "App" - it is a VB executable that needs to refer to some dll's and ocx's that need to be used, but I...
Bryan Borough
bryanborough
Offline Send Email
Nov 2, 2005
4:01 pm
1208
Hi, ... refer to some dll's and ocx's that need to be used, but I don't want them to be put in the Windows/System folder to be "shared" with other ...
Dennis Bareis
dbareis
Offline Send Email
Nov 2, 2005
8:55 pm
1209
Hi Bryan, Are you talking about your own custom dll's and ocx's or those common to VB/Windows/3rdParty controls? Self registering is usually frowned upon...
Merl Schmits
ravenkall
Offline Send Email
Nov 2, 2005
9:45 pm
1210
Hi, ... Have a look at: C:\Program Files\MAKEMSI\ More Work (or help) Required\ Capture of Self Registration Information That will do most of the work for you....
Dennis Bareis
dbareis
Offline Send Email
Nov 3, 2005
12:32 am
1211
Hi, ... I have created a seperate post on some code I developed to automatically extract the info, but I think relatively speaking it might be less dangerous...
Dennis Bareis
dbareis
Offline Send Email
Nov 3, 2005
12:35 am
1212
Hi, ... All MAKEMSI source files are text and so could be created by any program which would then initiate the build process. There is no "library" version. ...
Dennis Bareis
dbareis
Offline Send Email
Nov 3, 2005
8:29 am
1213
Just food for thought, not trying to argue. These are links I read in deciding how to move forward. ...
Merl Schmits
ravenkall
Offline Send Email
Nov 3, 2005
2:50 pm
1214
Good food for thought. It sounds by the statement: "Instead of calling self-registration functions to register and unregister COM server information, you...
Bryan Borough
bryanborough
Offline Send Email
Nov 3, 2005
9:37 pm
1215
Hi, I'm testing out Dennis's SelfRegImport code that he pointed to in the other fork of this thread. I have one update to his "work in progress" code that...
Merl Schmits
ravenkall
Offline Send Email
Nov 3, 2005
11:27 pm
1216
Hi Dennis, I've attached a small update to selfreg_.mmh that removes the keys that I've run into which result in ICE33 warnings. You may have a better way to...
Merl Schmits
ravenkall
Offline Send Email
Nov 3, 2005
11:33 pm
1217
Hey guys. I can't seem to get the MsiGetProperty call to get my properties. Is this supported by MakeMsi in a DllCa? I'm writing it in Visual c++. If you tell...
Ryan OLeary
r_oleary
Offline Send Email
Nov 4, 2005
12:35 am
1218
Hi, ... I think you'll find adding: Type="Immediate" will do the trick. I am thinking about adding DLL support along the lines of the existing VbsCa/VbSCaSetup...
Dennis Bareis
dbareis
Offline Send Email
Nov 4, 2005
12:49 am
1219
You're right, Type="Immediate" did fix the problem. I actually found the solution on Google about 2 minutes after my posting (although I had been looking for...
Ryan OLeary
r_oleary
Offline Send Email
Nov 4, 2005
1:03 am
1220
Hi, ... Always the way... ... I mean that the "guts" of the C/C++ code will be created by you (as you did for VBSCRIPT) and the framework will take care of...
Dennis Bareis
dbareis
Offline Send Email
Nov 4, 2005
1:33 am
1221
Hi, I've just stumbled on MAKEMSI and it looks very powerful. I need to make a simple two-file installer. Those files are a plugin for an existing...
gl
ultravy
Offline Send Email
Nov 4, 2005
8:04 pm
1222
Hi, ... In future please also include a zipped up copy as an attachment, I had to clean up your code (wrapping etc) and also what I looked at in the email and...
Dennis Bareis
dbareis
Offline Send Email
Nov 4, 2005
9:01 pm
1223
Hi, I've attached an update to SelfRegImport which will change to the target file's location before executing the SelfRegCapture.exe program. I may go back and...
Merl Schmits
ravenkall
Offline Send Email
Nov 4, 2005
9:04 pm
1224
Hi, You might want to take the time to set-up validation as Dennis documented in the help files. Once you do, you'll get output like the following when you...
Merl Schmits
ravenkall
Offline Send Email
Nov 4, 2005
9:34 pm
1225
Hi, ... I have fixed up a few features that introduced and added your other changes from a few days ago. Added better error handling and other tweeks. You...
Dennis Bareis
dbareis
Offline Send Email
Nov 5, 2005
12:02 am
1226
Hi, I've created the first cut of the code which is pretty basic but workable and hopefully very easy to use, this is my test code (I will probably release a...
Dennis Bareis
dbareis
Offline Send Email
Nov 5, 2005
8:55 am
1227
Hi Dennis, ... Sure thing, I assumed it was something simple and didn't expect anybody needed to actually try it. ... Thanks : ). ... Here's the problem - I'm...
gl
ultravy
Offline Send Email
Nov 5, 2005
6:20 pm
1228
Hi, ... The easiest thing for me is generally to try it for myself if I can as I don't often get enough information or I don't understand it on the first read....
Dennis Bareis
dbareis
Offline Send Email
Nov 5, 2005
8:46 pm
1229
Hi, I've just started with MakeMSI and was able to make some simple packages that copy some files and create the shortcuts for the programs. Now I'm trying to...
daniela_s_voelkers
daniela_s_vo...
Offline Send Email
Nov 5, 2005
9:13 pm
1230
Hi, ... See this page in the doco: http://users.cyberone.com.au/dbareis/makemsi/system_folder_properties.htm Now the above page the information is...
Dennis Bareis
dbareis
Offline Send Email
Nov 5, 2005
9:27 pm
1231
... http://users.cyberone.com.au/dbareis/makemsi/system_folder_properties.htm ... box so ... Ah... got it.. I couldn't find C:\Documents and Settings\... in...
daniela_s_voelkers
daniela_s_vo...
Offline Send Email
Nov 6, 2005
1:05 am
1232
Hi, ... I recommend you don't ignore it particularly when you have a problem of some type, you could have searched for the the directory path you wanted and...
Dennis Bareis
dbareis
Offline Send Email
Nov 6, 2005
1:21 am
1233
(hmm, I still haven't had an email copy of your reply, or the other recent msges). ... as I ... I hear you. ... SDK, ... The last VC6 compatible PlatSDK is...
ultravy
Offline Send Email
Nov 7, 2005
1:03 am
1234
Thanks Merl, unfortunately I haven't been sent a whole bunch of recent list mails, so I just found yours on the site interface. -- B....
ultravy
Offline Send Email
Nov 7, 2005
1:05 am
Messages 1205 - 1234 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