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.

Messages

  Messages Help
Advanced
Messages 1481 - 1510 of 2211   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1481
Hi, Is anyone using the driver frameworks, if so have you got an example you don't mind sharing? Thanks, Dennis -- Dennis Bareis [MVP]...
Dennis Bareis
dbareis
Offline Send Email
May 1, 2006
10:21 am
1482
Ok Im not what you'd call programing iliterate but Im not a software guru......Is there a jumpstart that someone could turn me onto about how to use makemsi?...
mugrad1214
Offline Send Email
May 2, 2006
9:46 pm
1483
Hi, ... I'd hope you have found this page in the manual: http://users.cyberone.com.au/dbareis/makemsi/quickstart.htm And the other major section you'd be...
Dennis Bareis
dbareis
Offline Send Email
May 2, 2006
10:05 pm
1484
Hi, ... Have a look at: http://www.appdeploy.com/packages/detail.asp?id=61 Bye, Dennis...
Dennis Bareis
dbareis
Offline Send Email
May 2, 2006
10:35 pm
1485
Hi Why is the GDIPlus merge module putting files in my root directory? I assume I'm missing some options but I don't know what they might be. I want to...
mathewp2
Offline Send Email
May 6, 2006
5:06 am
1486
Hi, Hopefully you have already eliminated the follow as a possible cause: ...
Dennis Bareis
dbareis
Offline Send Email
May 6, 2006
5:24 am
1487
Any one ever make an project for it... ?...
- Ask Me ---
elock_81_ca
Offline Send Email
May 15, 2006
9:35 pm
1488
Hi, ... Does this help: http://www.famatech.com/support/forum/read.php?FID=19&TID=10244 Bye, Dennis...
Dennis Bareis
dbareis
Offline Send Email
May 15, 2006
9:37 pm
1489
Hi Dennis, I'm trying to create several services using Components and ServiceInstall. The service exceutable identifies itself by looking at its executable...
blair_sutton
Offline Send Email
May 16, 2006
9:19 am
1490
Hi, ... Please in future at least indicate which line fails (and its not obvious whether the file command incorrectly spans onto a second line) and what the...
Dennis Bareis
dbareis
Offline Send Email
May 16, 2006
9:40 am
1491
I'm sorry for not adding extra info. I had been trying to truncate my problem to its smallest form. It worked perfectly after removing the directory in my...
blair_sutton
Offline Send Email
May 16, 2006
9:59 am
1492
Hi, Dennis My name's Jeannie Shin, I'm a software tester, Recently I found out about your makemsi and I'm trying to learn and make my own setup program. I have...
jezebelpurple
Offline Send Email
May 18, 2006
2:15 am
1493
... Windows Installer does not have a directory search mechanism. although it can search for files. It can also read registry if you know where these locations...
Dennis Bareis
dbareis
Offline Send Email
May 18, 2006
2:42 am
1494
Hi folks, I've been playing around with makemsi for the last couple of days as I need to create an installer to deploy a webapp. It's a multi-part installation...
rcgeorge23
Offline Send Email
May 19, 2006
8:47 am
1495
Hi, ... I just created this code (also attached) which I will add to the manual: ;--- If we find the file "*.ReleaseNotes.rtf" then we create a dialog for it...
Dennis Bareis
dbareis
Offline Send Email
May 19, 2006
9:00 am
1496
... Windows Installer doesn't provide any mechanism to return a return code, so you'd need to create your own wrapper (but remembering that a deferred custom...
Dennis Bareis
dbareis
Offline Send Email
May 19, 2006
9:11 am
1497
Thanks for the advice Dennis & thanks for getting back to me so quickly. Richard. ... code,...
rcgeorge23
Offline Send Email
May 19, 2006
9:52 am
1498
Hi, So... I'm now embedding a bit of vbscript and using this to kick off the jdk installer and get back the return code, which is written to a file for...
rcgeorge23
Offline Send Email
May 19, 2006
1:19 pm
1499
Don't know VB, but does 'ReturnCode' need a 'Set'? -- gl ... From: rcgeorge23 To: makemsi@yahoogroups.com Sent: Friday, May 19, 2006 2:14 PM Subject: [makemsi]...
gl
ultravy
Offline Send Email
May 19, 2006
10:47 pm
1500
Hi, ... It is saying that a variable is undefined, so you are looking for something you haven't declared. If you had made use of the "CaDebug()" routine (which...
Dennis Bareis
dbareis
Offline Send Email
May 19, 2006
11:05 pm
1501
Hi, ... You can't "nest" windows installer installations like this. If you still want to run this as is the CA must be of type "immediate" and its scheduling...
Dennis Bareis
dbareis
Offline Send Email
May 19, 2006
11:10 pm
1502
Hi, ... OK, this is what I've done: 1. Install ORCA (http://users.cyberone.com.au/dbareis/makemsi/orca.htm) 2. Open an MSI in Orca 3. Click on "Control" table ...
Dennis Bareis
dbareis
Offline Send Email
May 19, 2006
11:25 pm
1503
Hi, Dennis Thank you so much for such a quick and detailed answers, For now I've decided to add a new dialog after "UserRegistrationDlg" This new dialog will...
jezebelpurple
Offline Send Email
May 20, 2006
3:20 am
1504
Hi, Let me know if I'm wrong but most/all of your questions seem to result from the fact that you don't know that if your create: <$DirectoryTree ...
Dennis Bareis
dbareis
Offline Send Email
May 20, 2006
3:37 am
1505
Ah, you're right ;o) I need to kick off 3 different msi installations in sequence, so I now think I'm going to just get makemsi to unpack everything into a ...
rcgeorge23
Offline Send Email
May 22, 2006
12:47 pm
1506
Hi, Dennis Thank you so much! The code line you wrote works great, I didn't know that I could create a directorytree key with registry property(which is...
jezebelpurple
Offline Send Email
May 23, 2006
10:44 pm
1507
Hi, I'm too busy to look at code but have a look at: http://users.cyberone.com.au/dbareis/makemsi/twin_dialogs.htm It sounds like your only issue is the...
Dennis Bareis
dbareis
Offline Send Email
May 24, 2006
2:18 am
1508
hey; no this wasn't waht I was looking for. I already have a batch script that installs and preforms the commands I require. if I was to use this method. I was...
- Ask Me ---
elock_81_ca
Offline Send Email
May 25, 2006
12:43 am
1509
Hi, Sounds like you've done all the hard work, the rest is easy... Look at the installed "Tryme" samples for working code which installs files, registry and...
Dennis Bareis
dbareis
Offline Send Email
May 25, 2006
12:45 am
1510
Dennis, I just want to state that I think MakeMSI is a terrific product. A few months ago I introduced MakeMSI to the company I work for, and it is now our...
daduncan55
Offline Send Email
May 26, 2006
1:36 am
Messages 1481 - 1510 of 2211   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help