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...
Show off your group to the world. Share a photo of your group with us.

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 2501 - 2530 of 2613   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2501
... Just to follow up: It seems to work now with a few further changes that seem a bit odd. The sample code in MAKEMSI Installs... -> Samples Installed by...
dancingguy2000
Offline Send Email
Jun 2, 2009
12:44 am
2502
Hi, ... that seem a bit odd. The sample code in ... I don't want it to use "TARGETDIR"! ... the Directory table that conforms, as near as I can tell, to the...
Dennis Bareis
dbareis
Offline Send Email
Jun 3, 2009
9:26 am
2503
... I agree with you, as what I've done disagrees also with own my reading of the doco. The best sense I can make of it is that the doco is probably assuming...
dancingguy2000
Offline Send Email
Jun 3, 2009
7:49 pm
2504
It seems that MAKEMSI v09.153 now expects MSIDIFF to be installed, or at least that MSIDIFF_DIR be defined, because of the missing, trailing '?' in the new...
dancingguy2000
Offline Send Email
Jun 3, 2009
10:11 pm
2505
Hi, ... The retargetting solution I previously supplied worked didn't it? Except that you had an extra dir? If so a directory "alias" should resolved that...
Dennis Bareis
dbareis
Offline Send Email
Jun 4, 2009
12:43 am
2506
Hi, ... ;;Empty to disable ... I missing something? No that is what I should have done and I am releasing a new version now to make that change. Thanks for...
Dennis Bareis
dbareis
Offline Send Email
Jun 4, 2009
8:46 am
2507
In the help file, I see that we should be able to use the FileFind command to check if a directory exists: <$FileFind File="" Property="SOMEDIR"...
Rob Pilotte
pilotter
Offline Send Email
Jun 19, 2009
7:13 am
2508
Hi, ... package. This may indicate a problem with this package. The error code is 2228." ... change the File="" to File="test.txt", it works ok -- and the...
Dennis Bareis
dbareis
Offline Send Email
Jun 19, 2009
7:57 am
2509
... Replacing your new find.mmh file in the MAKEMSI directory worked. I really appreciate your timely response (and fix!) BTW: I'm running XP Pro service pack...
Rob Pilotte
pilotter
Offline Send Email
Jun 19, 2009
10:04 am
2510
I am having problems changing the default install directory at run time. If I modify the TryMe.MM file (after the #include "ME.MMH") to include the following: ...
Rob Pilotte
pilotter
Offline Send Email
Jun 19, 2009
2:46 pm
2511
... I also tried removing the quotes from ^[SOMEDIR]^ and got the following error: Location : line 36 of "C:\Program Files\MakeMsi\Samples\TryMe\Create MSI...
Rob Pilotte
pilotter
Offline Send Email
Jun 19, 2009
3:00 pm
2512
... time. ... PrimaryFolder="Y"> ... Files\MakeMsi\Samples\TryMe\Create MSI Installers\TryMe.MM" ... CHANGE="\" PrimaryFolder="Y"> ... Parent=^^[SOMEDIR]^^> ...
Dennis Bareis
dbareis
Offline Send Email
Jun 20, 2009
12:27 am
2513
That syntax change will still generate an error at the validation step: Location : line 11 of "C:\Program Files\MakeMsi\Samples\TryMe\Create MSI...
Rob Pilotte
pilotter
Offline Send Email
Jun 20, 2009
4:08 am
2514
Hi, ... Directory_Parent, Key(s): INSTALLDIR ... PrimaryFolder="Y"> ... The error message is telling you to look at the "Directory" table, so using orca: ...
Dennis Bareis
dbareis
Offline Send Email
Jun 20, 2009
4:56 am
2515
Hi, ... collect these into a new "tip" in the ... Hopefully this new page helps: ...
Dennis Bareis
dbareis
Offline Send Email
Jun 20, 2009
5:40 am
2516
... ok. I used orca to modify the MSI. I added a new row in the Directory table with SOMEDIR in the Directory field and SourceDir in the DefaultDir field -- I...
Rob Pilotte
pilotter
Offline Send Email
Jun 20, 2009
6:39 am
2517
Hi, ... scripts and get it to build (even with errors), then modify the MSI file to correct any errors. MAKEMSI will save us a lot of time in getting the MSI...
Dennis Bareis
dbareis
Offline Send Email
Jun 20, 2009
6:48 am
2518
... I see now. I added the code from your previous link before the FindFile command: <$Property "SOMEDIR" Persist="Y" PersistHow="PRODUCT FOREVER"> ...
Rob Pilotte
pilotter
Offline Send Email
Jun 20, 2009
6:54 am
2519
Dear MakeMSi users, I have a question not about MakeMSI. I have written the DLL and I can reguister it on computer manually using GACUTIL. But I need to...
itkin
Offline Send Email
Jun 23, 2009
9:14 am
2520
Hi, ... Does this help?: http://tech.groups.yahoo.com/group/makemsi/message/2185 http://msdn.microsoft.com/en-us/library/aa370063(VS.85).aspx This is the MSI...
Dennis Bareis
dbareis
Offline Send Email
Jun 24, 2009
12:15 am
2521
Is there any way to prevent the "Run from Source" option from being available to the user during installation? I've tried LocalOnly for components and features...
pasincbob
Offline Send Email
Jun 30, 2009
2:12 pm
2522
Hi, ... Sorry for the slow reply but I'm on holidays and haven't got as much internet access as I'd like... Local only on components should ensure exactly...
Dennis Bareis
dbareis
Offline Send Email
Jul 9, 2009
3:38 am
2523
Hi, I've been struggling with MakeMSI for a few days and find that it is kind of overwhelming for a VB user like me who is used to having everything pretty...
wogmondog
Offline Send Email
Jul 16, 2009
10:14 pm
2524
I have written a C++ DLL that installs my printer driver silently. I cannot use printui DLL to install the driver as it squawks because the driver is...
brian405@...
brian405...
Offline Send Email
Jul 17, 2009
10:28 am
2525
Hi, ... kind of overwhelming for a VB user like me who is used to ... would like to install. I've found these to be relatively easy as you generally just...
Dennis Bareis
dbareis
Offline Send Email
Jul 17, 2009
11:32 pm
2526
Hi, thanks for your help. Here's where I am now: 1. I was able to use features instead of a dialog with checkboxes to optionally install my shortcuts. It...
wogmondog
Offline Send Email
Jul 20, 2009
9:57 pm
2527
... I use the "Property" to store and reference properties from a dialog. First I create the entry in the Property table then reference it in the dialog,...
Sase
sases
Offline Send Email
Jul 20, 2009
10:45 pm
2528
Hi, ... I'm not sure if you are saying that you have it working in immediate but don't know how to do it deferred or not but that is my assumption, so: 1. The...
Dennis Bareis
dbareis
Offline Send Email
Jul 21, 2009
4:45 am
2529
Hi, ... Hopefully the other response sorted you out! ... It will fail, if you look at the definition of "ValidateMdacVersion" you will see that it expands to a...
Dennis Bareis
dbareis
Offline Send Email
Jul 21, 2009
4:53 am
2530
I thought I would post my final MM file for posterity, maybe it will help someone else. Some helpful hints: 1. Multiple conditions are like this:...
wogmondog
Offline Send Email
Jul 21, 2009
9:19 pm
Messages 2501 - 2530 of 2613   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