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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 669 - 698 of 2616   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
669
I'm not sure I understand what this macro and the associated version file does. I sort of assumed it would restrict installation to those defined platforms,...
Julian Onions
julianonions
Offline Send Email
Jan 4, 2005
10:10 am
670
... I think a the most easy way to force a reboot is just by setting the REBOOT property to "Force", e.g.: <$Property "REBOOT" VALUE="Force">...
cid1975
Offline Send Email
Jan 4, 2005
9:36 pm
671
Hi, ... I've just had a quick look at the doco and will improve this area when I get back from holidays. It does not validate at all at least currently. To do...
Dennis Bareis
dbareis
Offline Send Email
Jan 4, 2005
10:04 pm
672
... OK - I think I discovered this for myself! I set it to Win_95 and it installed without problems on W2000 - so I can see its not that. I've since used the...
Julian Onions
julianonions
Offline Send Email
Jan 5, 2005
8:22 am
673
Would it be possible to make the CLS in MM.BAT optional? I'm driving makemsi increasingly through scripts, and the CLS sort of messes up the flow. Maybe a %2...
Julian Onions
julianonions
Offline Send Email
Jan 5, 2005
8:39 am
674
Hi, ... get ... complicate ... The ... "OnlyOn" ... with ... Have a look at the page at: http://www.labyrinth.net.au/~dbareis/makemsi/platformdefinition.htm ...
Dennis Bareis
dbareis
Offline Send Email
Jan 5, 2005
9:17 pm
675
Hi, ... It would be possible however with both the MM.BAT and the much better MM.CMD batch files are not much more than front ends to the appropriate PPWIZARD ...
Dennis Bareis
dbareis
Offline Send Email
Jan 5, 2005
9:37 pm
676
... MM.CMD ... Ahhh - now thats an idea, I'll take a look at that way. It does seem quite a long command line, one that might be subject to change which is why...
Julian Onions
julianonions
Offline Send Email
Jan 6, 2005
8:16 am
677
Hi, ... Well its more likely to need changes due to your requirements than mine but that is possible.You could centralise this if wanted via your own batch...
Dennis Bareis
dbareis
Offline Send Email
Jan 6, 2005
9:13 pm
678
... Yes indeed - almost every area can use fixed componentIds - the only place I found them missing was in the $Property macro I believe, I think I sent you a...
Julian Onions
julianonions
Offline Send Email
Jan 7, 2005
8:26 am
679
Hi, ... I can't remember this... Either you did not send it or I didn't agree. ... Yes I like to too but Windows Installer doesn't like logical ordering :-) ...
Dennis Bareis
dbareis
Offline Send Email
Jan 7, 2005
9:53 pm
680
I know how to make fixed product guids, following the relevant tryme example. I wondered if this guid could be specified in the .ver file - is that simple to...
Julian Onions
julianonions
Offline Send Email
Jan 11, 2005
12:34 pm
681
Hi, ... See the ver file doco and notice .VER lines like: Guid.UpgradeCode You could do similar for any named GUID. ... You can add your own keywords if you...
Dennis Bareis
dbareis
Offline Send Email
Jan 12, 2005
8:11 am
682
So I have a problem with version 04.03.347.0000 and Windows Installer 3.0 After step: Status="Creating shortcuts", Shortcut="WINDOW~1|Windows Installer...
alex_yaremchuk
Offline Send Email
Jan 12, 2005
9:52 am
683
... Yes - thats the part I don't understand - I added such a guid, but I couldn't work out how to get it to be used as the productcode. Does if give me a...
Julian Onions
julianonions
Offline Send Email
Jan 12, 2005
1:10 pm
684
Hi, ... I've just looked at the code (company.mmh) and by DEFAULT the following line in the .VER file should work: Guid.ProductCode = {Guid} ... Does my fixed...
Dennis Bareis
dbareis
Offline Send Email
Jan 12, 2005
10:22 pm
685
Your documentation recommends installing the MSI PLatform SDK and provides a link to http://www.microsoft.com/msdownload/platformsdk/sdkupdate/ but I cannot...
cheezediq
Offline Send Email
Jan 13, 2005
4:52 am
686
Hi, ... MS have given it many names (so inconsistent) follow the "Windows Installer SDK V2.0" link to get it. I have updated the doco to hopefully make it...
Dennis Bareis
dbareis
Offline Send Email
Jan 13, 2005
8:43 am
687
Hi, ... Anyone else have this problem under SP3? ... This userid/password bit always happens under SP3? And that is what causes the "hang"? Please provide a...
Dennis Bareis
dbareis
Offline Send Email
Jan 13, 2005
8:59 am
688
... step ... I have Internet access under proxy-server with authorization. Under Windows Installer 2.0.xxx I see proxy authorization window, but under ...
alex_yaremchuk
Offline Send Email
Jan 13, 2005
10:01 am
689
... but I ... a ... property. ... OK - I'm still missing something I think I have this in my .ver file ; Guid.UpgradeCode =...
Julian Onions
julianonions
Offline Send Email
Jan 13, 2005
12:29 pm
690
... similar ... example ... Ok - I tried your example - which works. I then compared with what I'm doing, which may well be stupid. I have a fixed upgrade...
Julian Onions
julianonions
Offline Send Email
Jan 13, 2005
12:39 pm
691
Hi, ... No its me who is short. You will need to also add this code before loading MAKEMSI headers: ( '<?NewLine>' #define? COMPANY_SET_PROPERTY_PRODUCTCODE ...
Dennis Bareis
dbareis
Offline Send Email
Jan 13, 2005
8:49 pm
692
Hi, ... A verbose log should show what step is causing this. Another possibility is a custom action of your own to remove previous products. ... The "products"...
Dennis Bareis
dbareis
Offline Send Email
Jan 13, 2005
8:58 pm
693
Thanks for the reply. Is the entire sdk(and dependancies) really needed? Can I get away with just finding the exe or does it need the environment of the sdk? ...
cheezediq
Offline Send Email
Jan 14, 2005
12:35 am
694
Hi, The Windows Installer (not "platform") SDK "environment" is not required however installing the SDK is the only access MS provide (in their "wisdom") to...
Dennis Bareis
dbareis
Offline Send Email
Jan 14, 2005
1:01 am
695
Hi, I have created a sample which demonstrates: * Adding a single optional keyword to the version file's product details. * Uses this keyword to specify zero...
Dennis Bareis
dbareis
Offline Send Email
Jan 15, 2005
2:00 am
696
Hi, I am trying to read a value from the registry and then pass this value to a custom java program that gets installed by the installer. I seem to be able to...
Chris McDonald
chrisjonmcdo...
Offline Send Email
Jan 16, 2005
11:51 pm
697
... Sounds like one issue. You could all some program which displays the property to check (or verbose log). ... get ... right ... There is nothing obviously...
Dennis Bareis
dbareis
Offline Send Email
Jan 17, 2005
12:23 am
698
I need to save some data from previous installed version (for example list of users), and insert them into new (installed) version. Of course I want to do it...
alex_yaremchuk
Offline Send Email
Jan 17, 2005
11:22 am
Messages 669 - 698 of 2616   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