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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 879 - 908 of 2618   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
879
Hello Dennis, ... It is less than a year old (version 4.0.331). What do you consider "older"? My shortcuts have both "Display Versions" and "Windows Installer...
Daniel Wisehart
djwisehart
Offline Send Email
May 1, 2005
5:10 pm
880
Hi all, I am new to this msi stuff. The guy who was previously working on our installer left, so I had to take it up.. I need help on the following two issues:...
theban_stanley
Offline Send Email
May 1, 2005
9:52 pm
881
Hi, ... assume ... consider "older"? Oh, lets say more than 10versions behind :-) ... Version". Some glitch, delete the second non-working one. ... location....
Dennis Bareis
dbareis
Offline Send Email
May 1, 2005
9:57 pm
882
Hi, ... You have to look for some artefact of the install, files is one way, registry is another (RegistryRead), if this is no good (or if the data is not in a...
Dennis Bareis
dbareis
Offline Send Email
May 1, 2005
10:00 pm
883
Hi, I've tried putting this together myself, but seem to be getting nowhere. I need to to build an .msi file to do the following: 1) Place a file called sv.dll...
tarquintarkers
Offline Send Email
May 3, 2005
1:00 am
884
Hi, ... You haven't said what your issue is but to ensure your basic process is OK build the installed "TryMe.MM" first. You would normally then create a...
Dennis Bareis
dbareis
Offline Send Email
May 3, 2005
1:04 am
885
Hi Dennis I am getting the following fatal error if I try the TryMe.MM, I have re-installed MakeMSI to ensure there was nothing wrong there, I am running XP...
tarquintarkers
Offline Send Email
May 3, 2005
8:29 am
886
Hi, ... You can ignore this (at least for now), why you are getting this I'm not sure. Where did you get the MSIVAL2 from (which SDK)? You didn't reconfigure...
Dennis Bareis
dbareis
Offline Send Email
May 3, 2005
11:26 am
887
Hi Dennis Totally vanilla install, nothing changed at all. I think you maybe right about my version of MSIVAL2 it is version 1.10.1202.0 (1999). I'll try a...
tarquintarkers
Offline Send Email
May 3, 2005
11:38 am
888
Hi, I have a few questions regarding my MakeMSI setup project which is made up of multiple .MSI files. There's one "main setup" .MSI that installs all files,...
csrekode
Offline Send Email
May 7, 2005
5:10 pm
889
Hi, ... Thats one way, the other is to have 3 short MMs plus one header (.mmh) containing common code and perhaps macros. The "MM" could simply be...
Dennis Bareis
dbareis
Offline Send Email
May 7, 2005
10:30 pm
890
Aye I've completly overlooked the possibility to use predefined macros in the .VER file, specifically to initialize Guid.UpgradeCode with a macro instead of a...
Christian Schnell
csrekode
Offline Send Email
May 8, 2005
9:11 am
891
Hi, ... You could of done: #define @@LangPack.LangName.bg = "Bulgarian" #define @@LangPack.UpgradeCode.bg = "{00000000-0000-000..." ... #ifndef...
Dennis Bareis
dbareis
Offline Send Email
May 8, 2005
9:59 pm
892
... I think you mean (no quotes and such): #define @@LangPack.LangName.bg Bulgarian #define @@LangPack.UpgradeCode.bg {00000000-0000-000... Yes that's a bit...
Christian Schnell
csrekode
Offline Send Email
May 10, 2005
3:38 am
893
Hi, ... It works here... This is the code I'm testing: #define LangPack.LangCode bgx #define @@LangPack.LangName.bg Bulgarian #define...
Dennis Bareis
dbareis
Offline Send Email
May 10, 2005
4:48 am
894
... Oh my, I wrote "error" not "#error", sorry, my mistake (mm doesn't complain).. Ok that works fine now, thanks a lot for your help Dennis, Christian....
Christian Schnell
csrekode
Offline Send Email
May 10, 2005
5:45 am
895
I have recently downloaded MakeMsi and begun playing with it to build an MSI to deploy some of our code to our end users. I'm very impressed with the depth of...
dfg778
Offline Send Email
May 10, 2005
7:34 am
896
Hi, ... Your problem is that your referring to a dialog you delete, without looking at it closer I'd say that the delete was occurring first (reordered) so...
Dennis Bareis
dbareis
Offline Send Email
May 10, 2005
8:26 am
897
Hi, I am seeing an installation failure at a customer site that I cannot ... MSI (s) (5C:20): Using cached product context: machine assigned for product:...
Chris McDonald
chrisjonmcdo...
Offline Send Email
May 10, 2005
9:43 am
898
Hi, I've to build a MSI for a specific environment. The application should be installed at D:\MyAppPath. So I tried <$DirectoryTree Key="MyPath"...
Carsten Gerhardt
dataport_cg
Offline Send Email
May 10, 2005
10:54 am
899
I want to install IIS using an msi file. Can someone help me how to do this. Thank you...
olivares_77
Offline Send Email
May 10, 2005
9:36 pm
900
Hi, ... should ... for ... \MyAppPath"> ... errors. ... I will have to look at that tonight. You could create the required TARGETDIR directory yourself. It...
Dennis Bareis
dbareis
Offline Send Email
May 10, 2005
9:45 pm
901
Hi, ... Install IIS or IIS websites etc? For the later see the "ADSI" command, for the former see the links in the repagaging section, these may have the...
Dennis Bareis
dbareis
Offline Send Email
May 10, 2005
9:46 pm
902
Hi, ... and ... directory, ... goes ... installing ... above. ... SYSTEMROOT% ... rights? Well it looks like the MSi can't be accessed, does it also fail when ...
Dennis Bareis
dbareis
Offline Send Email
May 10, 2005
9:50 pm
903
Thanks Dennis. I have managed to resolve this issue. It seems that if the msi file is stored in a folder which is encrypted, then MSI cannot process the...
Chris McDonald
chrisjonmcdo...
Offline Send Email
May 11, 2005
9:30 am
904
Hi Dennis, ... Today I work at a diffrent computer and I can't reproduce the problem anymore. Even with original files. Don't know what happend. Comparing...
Carsten Gerhardt
dataport_cg
Offline Send Email
May 11, 2005
11:31 am
905
Hi, ... Thanks a lot, I'll add that information to my documentation. Bye, Dennis...
Dennis Bareis
dbareis
Offline Send Email
May 11, 2005
9:37 pm
906
Dennis How are you? I just found your website today, It all looks very exciting and I am sure your program has done lots of good stuff for lots of people....
Paul Lee
nzpcman
Offline Send Email
May 19, 2005
9:48 pm
907
Hi, ... for ... You forgot all the configuration... Now with simple programs that uses setup-capture which in at least my opinion is dangerous (but has its...
Dennis Bareis
dbareis
Offline Send Email
May 19, 2005
9:53 pm
908
Hi Dennis, on 05.10.05 I told about problems in Directory-table of my MSI. Now I figured out that it only appears if I point COMPANY_HTMLRPT_DOCO_INSTALL_DIR...
Carsten Gerhardt
dataport_cg
Offline Send Email
May 20, 2005
12:46 pm
Messages 879 - 908 of 2618   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