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 360 - 389 of 2616   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
360
Hi, ... Hi, First off, assuming that the answer is that they can't be prevented (or at least you don't know how) another question worth asking is "how can I...
Dennis Bareis
dbareis
Offline Send Email
May 15, 2004
3:48 am
361
Whats the best way to call a custom action only in the case a feature has been chosen? E.g. installation with feature1 feature2 CA1 CA2 I want to call CA1 if...
Julian Onions
julianonions
Offline Send Email
May 17, 2004
11:06 am
362
Hi, See: http://msdn.microsoft.com/library/default.asp?url=/library/en- us/msi/setup/conditional_statement_syntax.asp Bye, Dennis ... Dennis Bareis...
Dennis Bareis
dbareis
Offline Send Email
May 19, 2004
8:53 am
363
Hi everyone, I'm trying to edit the install path in an existing msi. Actually, several existing .msi files. In the future I may want to build my own for...
kingofslack_3348
kingofslack_...
Offline Send Email
May 21, 2004
11:15 pm
364
Hi, ... You can certainly modify MSIs to change where they install however this would be unusual as generally you should be able to override the setting from...
Dennis Bareis
dbareis
Offline Send Email
May 21, 2004
11:34 pm
365
Dennis, Can I increase the size of the component field from s72 to s255 globally in the tables.mmh? I overflowed the 72 bytes on the string. Not sure if its...
Philo
ibbish
Offline Send Email
May 22, 2004
7:13 am
366
... It requires other changes however if you add: #define TABLES_LNG_COMPONENT_COLUMN 255 before including the makemsi headers this should apply to all the ...
Dennis Bareis
dbareis
Offline Send Email
May 22, 2004
7:20 am
367
Hi, ... The "#if" command is executed at MSI build time and so doesn't do anything at install time, it allows you to build MSI variations depending on...
Dennis Bareis
dbareis
Offline Send Email
May 28, 2004
11:34 pm
368
Hi I am able to successfully run the command when the check box is checked. But there is one froblem during uninstall the same command runs again. How can i ...
Chandra Shekhar Bhatt
shekhar_bhatt
Offline Send Email
May 29, 2004
5:41 am
369
Hi, ... Your condition needs improving! It is currently "ANSWER7=1" which is obviously true during uninstall and probably repair. Please note that I don't...
Dennis Bareis
dbareis
Offline Send Email
May 29, 2004
5:52 am
370
Hi I am using around 11 check boxes to select different options during installation. As the list grows longer the check boxes spill out of the installer...
Chandra Shekhar Bhatt
shekhar_bhatt
Offline Send Email
May 31, 2004
6:04 am
371
Hi, ... The "Dialog" command is not a complete replacement for a dialog editor for reasons such as yours, some solutions: 1. Categorise your flags and use more...
Dennis Bareis
dbareis
Offline Send Email
May 31, 2004
8:24 am
372
Hi, If you'd like to try the attached code, I haven't testing it much yet (see NewLine="N" and LabelWidth=50 in the following), let me know if this is OK ...
Dennis Bareis
dbareis
Offline Send Email
May 31, 2004
9:24 am
373
Hi I was tried to Insert one more dialog after A.DialogTemplate.1 which i created inetially. but when i am colpiling the script it is giving the following...
Chandra Shekhar Bhatt
shekhar_bhatt
Offline Send Email
May 31, 2004
11:04 am
374
Hi, ... which i created inetially. but when i am colpiling the script it is giving the following error. ... starts at line 24 ... <$/Dialog> ie when the first...
Dennis Bareis
dbareis
Offline Send Email
Jun 1, 2004
2:30 am
375
Hi Following is the script which i am using. #define FILE_HTMLRPT_NO_VERIFY_BUTTON #define UISAMPLE_DIALOGS_ID_IN_TITLE.D Y ;;In developer mode...
Chandra Shekhar Bhatt
shekhar_bhatt
Offline Send Email
Jun 1, 2004
3:51 am
376
Hi, I have attached a new version of the dialog header which fixes the multiple dialog issue. The NewLine parameter has been replaced with a "SameLine"...
Dennis Bareis
dbareis
Offline Send Email
Jun 1, 2004
8:38 am
377
Hi, ... I'm always improving the doco but it will never suit everyone, lately I've been adding some basic windows Installer info. One of my issue is that there...
Dennis Bareis
dbareis
Offline Send Email
Jun 3, 2004
5:25 am
378
Denis, I think you were looking at having multiple CAB files at one point? Did that work get any further. I was looking at what was involved, and setting the...
Julian Onions
julianonions
Offline Send Email
Jun 7, 2004
3:19 pm
379
Hi, ... Did ... reflect that. ... 0 ... to ... so the ... generated ... table ... For now I've given up on it as I'm not getting any help, see: ...
Dennis Bareis
dbareis
Offline Send Email
Jun 7, 2004
10:43 pm
380
... Ahh - good tip. I've written a perl script that turns (a slightly modified) .INF into something that is nearly a media table entry. By adding this data by...
Julian Onions
julianonions
Offline Send Email
Jun 8, 2004
10:05 am
381
Hi, ... help, No I'll do it when I get a chance, I assume for now you are happy with your script. How did you handle the "DestDir", I assume it would ideally...
Dennis Bareis
dbareis
Offline Send Email
Jun 9, 2004
2:43 am
382
... Well it gives me a way to get multi CD distributions up and running, its just a little more intervention than I would like. If you forget to copy files or...
Julian Onions
julianonions
Offline Send Email
Jun 9, 2004
7:50 am
383
Hi, ... You could automatically invoke the perl script at the end of the MSI build. ... That would be great. Thanks, Dennis ... Dennis Bareis...
Dennis Bareis
dbareis
Offline Send Email
Jun 9, 2004
9:43 am
384
Hi, I'm trying to install an .exe file that will run as a service once installation is complete. I used the sample code for ServiceInstall found in the help...
zarrona@...
zarrona
Offline Send Email
Jun 10, 2004
2:09 am
385
Hi, ... My guess is you are in the services applet, MS bug, exit it! If service has account, check userid/password (not sure when it would fail if wrong). Bye,...
Dennis Bareis
dbareis
Offline Send Email
Jun 10, 2004
2:11 am
386
Hi I want to run an exe whic has gui screen but when i run it using ExeCa exe gets executed during installation but the gui is not visible. #( <$ExeCa ...
shekhar_bhatt
Offline Send Email
Jun 12, 2004
8:24 am
387
Hi, ... Windows Installer doesn't do anything to hide the GUI. How sure are you that it is actually being executed? Have you installed while generating a...
Dennis Bareis
dbareis
Offline Send Email
Jun 13, 2004
2:24 am
388
sorry it was my mistake.Actually to execute this file it also requires a supporting file which has to be present in current directory. where this file...
shekhar_bhatt
Offline Send Email
Jun 14, 2004
6:55 am
389
Hi I want to Position my dialog at a particular stage during installation. I want a dialog to apperar after ProgressDlg and before ExitDialog. Now whenever i...
shekhar_bhatt
Offline Send Email
Jun 15, 2004
5:16 am
Messages 360 - 389 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