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 your group to be featured on the Yahoo! Groups website? 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 2378 - 2408 of 2612   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2378
Hi, An MSI I've created needs no custom options, but I can't work out how to either remove the Custom button from the 'Choose Setup Type" dialogue, or...
Liam Gretton
L.Gretton@...
Send Email
Jan 7, 2009
8:27 pm
2379
Hi, ... Have a look at the code around the text "DisableTypicalSetupButtonIfRequired" in: http://makemsi-manual.dennisbareis.com/uisample_mmh.htm ... look for...
Dennis Bareis
dbareis
Offline Send Email
Jan 7, 2009
8:44 pm
2380
Hi, I'm using RegistryRead to access a value to be used as the default INSTALLDIR. The example below works when the desired registry value exists, but I've...
john.ortgiesen
Offline Send Email
Jan 8, 2009
5:54 am
2381
Hi, If you look at the example on this page: http://makemsi-manual.dennisbareis.com/property.htm I thinks thats what you want. I have updated the documentation...
Dennis Bareis
dbareis
Offline Send Email
Jan 8, 2009
6:22 am
2382
... Perfect, thanks! -- Liam Gretton L.Gretton@... IT Services...
Liam Gretton
L.Gretton@...
Send Email
Jan 9, 2009
9:06 am
2383
#define CONDITION_PER_MACHINE Version9X or (ALLUSERS = 1) ;;True if per-machine install. #define CONDITION_PER_USER not (<$COND_PER_MACHINE>) ...
matej_mihelic
Offline Send Email
Jan 21, 2009
10:52 am
2384
Hi, ... Sorry about that and thanks for reprorting it. I have fixed it for the next version. Thanks again, Dennis...
Dennis Bareis
dbareis
Offline Send Email
Jan 21, 2009
10:55 am
2385
You are normalizing all dialogs to the width of 370 pixels (@@DefineDialog). However the BottomLine, the BannerBitmap and the BannerLine (@@TopBanner) all have...
matej_mihelic
Offline Send Email
Jan 25, 2009
10:25 am
2386
Hi, ... Unfortunately if you size everything correctly then Windows Installer doesn't draw it correctly (a feature), I think you'll find the standard dialogs ...
Dennis Bareis
dbareis
Offline Send Email
Jan 25, 2009
11:30 am
2387
... Hmm... I've double checked. There is a difference between UISample.MSI included in the Win7 SDK beta and Win6.X SDK (Windows Installer 4.5 SDK). The...
matej_mihelic
Offline Send Email
Jan 26, 2009
11:02 am
2388
Is there a way of configuring the installer so that you are asked whether you want to keep some files in the user app directory, if yes keep them if no remove...
crazytrainx411
Offline Send Email
Jan 29, 2009
6:19 am
2389
Hi, ... yes ... Windows Installers unfortunately don't provide any mechanism which means that while there in an install UI there is no uninstall UI. If command...
Dennis Bareis
dbareis
Offline Send Email
Jan 29, 2009
6:26 am
2390
Hi Dennis, I first confirm that it is not possible till now to perform a search in the makemsi Yahoo groups site. Secondly, the idea of keeping some files at...
Houssem BDIOUI
houssem.bdioui
Offline Send Email
Jan 29, 2009
7:13 pm
2391
I have an exe which is basically a MSI installer (jinit13130.exe). To install it in the silent mode, I have to give the following command: jinit13121.exe -s -a...
fahdmirza
Offline Send Email
Jan 31, 2009
4:41 am
2392
Hi, ... You can use the wrap install command which does all/most of the work: http://makemsi-manual.dennisbareis.com/wrapinstall.htm If that is no good for...
Dennis Bareis
dbareis
Offline Send Email
Feb 1, 2009
1:34 am
2393
... Thanks for the reply Dennis. Is there a good example of a custom action that deletes an arbitrary folder ?...
crazytrainx411
Offline Send Email
Feb 1, 2009
1:51 am
2394
Hi, ... If VBSCRIPT is an acceptable solution then the manual contains many small examples (seatch for VbsCa): http://makemsi-manual.dennisbareis.com/vbsca.htm...
Dennis Bareis
dbareis
Offline Send Email
Feb 1, 2009
2:03 am
2396
Hi there, i've got a question concerning MAKE-MSI: I am creating a MSI-Installer and am quite new to the theme. Can someone please tell me how to include a...
nilsrosemeyer
Offline Send Email
Feb 4, 2009
7:27 am
2397
Hi, ... You probably shouldn't and if you do there are serious restrictions as Windows Installer doesn't allow "nesting". ... Why not? What happens, double...
Dennis Bareis
dbareis
Offline Send Email
Feb 5, 2009
7:37 am
2398
Hello again, First of all - thank you for answering me that soon, I really appreciate your help! When I read through your documentation yesterday I finally...
nilsrosemeyer
Offline Send Email
Feb 5, 2009
10:09 am
2399
Hi, ... MAKEMSI needs to know the schema of the table, see: http://makemsi-manual.dennisbareis.com/tabledefinition.htm That should solve your problem. -- ...
Dennis Bareis
dbareis
Offline Send Email
Feb 5, 2009
10:27 am
2400
Hi, All right, I made TableDefinitions for all the Tables used in the msi. But now it gives me the following errormessage: "You must specify the actual name of...
nilsrosemeyer
Offline Send Email
Feb 5, 2009
12:36 pm
2401
Hi, ... msi. ... but ... It needs to look more like: <$Row Name="AbortMsiCA.dll" ;;What do we want to call this resource ...
Dennis Bareis
dbareis
Offline Send Email
Feb 6, 2009
1:15 am
2402
Using 08.362 on Vista Ultimate with UAC enabled, my script gives a fatal error when it gets to the validation stage. I click Allow when the warning appears...
dancingguy2000
Offline Send Email
Feb 25, 2009
6:40 am
2403
Hi, ... I don't use Vista so its hard for me to say, maybe someone else has had this issue. Anyway some ideas (this is what I'd do): * I'd try the two...
Dennis Bareis
dbareis
Offline Send Email
Feb 25, 2009
7:32 am
2404
... containing ... Thank you, Dennis. I worked through each of your suggestions in the order listed. The last one did the trick. Wouldn't you know it'd be...
dancingguy2000
Offline Send Email
Feb 26, 2009
8:02 am
2405
Hi, ... Just be glad something worked :-) Bye, Dennis...
Dennis Bareis
dbareis
Offline Send Email
Feb 26, 2009
8:27 am
2406
Hi, ... Sorry just though t of a question, do you still get the elevation dialog? Thanks, Dennis -- Dennis Bareis [Microsoft MVP] (dbareis@...) ...
Dennis Bareis
dbareis
Offline Send Email
Feb 26, 2009
8:30 am
2407
... dialog? No. The script now runs to successful completion, including the validation step, without ever seeking elevation. (Likewise, the elevation dialog...
dancingguy2000
Offline Send Email
Feb 26, 2009
4:40 pm
2408
What is wrong? 1. copied the following macro http://makemsi-manual.dennisbareis.com/printer_driver_installation.htm 2. save to file (ip.mmh) 3. Include...
techpaul702
Offline Send Email
Feb 27, 2009
10:30 pm
Messages 2378 - 2408 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