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 1626 - 1655 of 2612   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1626
I am very new using MakeMSI and starting to learn Windows Installer. My first question here is: 1. How to make radiobutton to choose wether this app will be...
Yohanes Pradono
pradonie
Online Now Send Email
Sep 8, 2006
10:16 pm
1627
Hi, ... See "DialogEntry" command: http://users.cyberone.com.au/dbareis/makemsi/dialogentry.htm If you want to add to existing dialog you'll need to read the...
Dennis Bareis
dbareis
Offline Send Email
Sep 9, 2006
1:00 am
1628
Hi all, Please tell me how to convert an MSI file into EXE. thanks. regards. tanu....
tanu_janghel
Offline Send Email
Sep 9, 2006
10:12 am
1629
Hi, ... MAKEMSI doesn't create EXE files so if you want one, there is a program (with source) in the Windows Installer SDK, also see: ...
Dennis Bareis
dbareis
Offline Send Email
Sep 9, 2006
11:53 am
1630
hello, thanks for the answer for my previous question. My other question is: how to copy the setup.msi file to INSTALLDIR (or anywhere), and it will be used...
Yohanes Pradono
pradonie
Online Now Send Email
Sep 9, 2006
9:10 pm
1631
Hi, First off I haven't created EXEs from my MSIs so I haven't got first hand experience, however my understanding is that part of what the wrapping EXE needs...
Dennis Bareis
dbareis
Offline Send Email
Sep 9, 2006
11:00 pm
1632
I am trying to generate a row statement to modify a row where the "@Where" part is not hard wired e.g. generated from a variable or VB Script. Generally the...
dvymlclm
Offline Send Email
Sep 12, 2006
7:32 am
1633
Hi, ... There is no "*" type support for the "@where" parameter but you should be able to use "VbExp": http://users.cyberone.com.au/dbareis/makemsi/vbexp.htm ...
Dennis Bareis
dbareis
Offline Send Email
Sep 12, 2006
10:20 am
1634
Hi, Just another point I remembered about EXE wrappers for MSIs, You may need to tweak these to get them working for Vista, possibly including a digital...
Dennis Bareis
dbareis
Offline Send Email
Sep 12, 2006
10:27 am
1635
thanks for your informative reply. I am going to search any articles related with this issue. ... may ... including a ... us/library/ms710796.aspx ... first ...
Yohanes Pradono
pradonie
Online Now Send Email
Sep 12, 2006
7:25 pm
1636
Hi Your suggestion (sort of) worked Just to let you know of the case where it worked. dim MyComponent MyComponent = ... <$RowsDelete WHERE="`Feature_` =...
dvymlclm
Offline Send Email
Sep 13, 2006
12:21 am
1637
Hi, ... I just tried this code which works: <$Table "Property"> #( <$Row @Where="`Property` = 'ButtonText_Browse'" @OK='=1' Value="Br&owseXX" ;;Previous...
Dennis Bareis
dbareis
Offline Send Email
Sep 13, 2006
1:11 am
1638
Hi Dennis, I don't want to create EXE through MSI file.I want to convert an MSI file into EXE file. It wll be very helpfull for me. Thanks a lot. Regards. ...
tanu_janghel
Offline Send Email
Sep 13, 2006
5:12 am
1639
Hi, I've set up a .mm file to load the following mergemodules: <$MergeModule "C:\Program Files\Business Objects\Crystal Reports ...
vosjm
Offline Send Email
Sep 13, 2006
7:24 am
1640
... Yes and if you don't like the link I provided you'll have to read MS forums and look at the SDK samples (MSISTUFF - I think it was called). Bye, Dennis ......
Dennis Bareis
dbareis
Offline Send Email
Sep 13, 2006
7:32 am
1641
Hi, Hopefully you have read: http://users.cyberone.com.au/dbareis/makemsi/configuration_of_merge_modules.htm Perhaps you didn't, I just noticed you are not...
Dennis Bareis
dbareis
Offline Send Email
Sep 13, 2006
7:46 am
1642
Hi, ... You probably noticed I answered two questions, yours and another's with my previous response. It was a long day at work! I think I answered your...
Dennis Bareis
dbareis
Offline Send Email
Sep 13, 2006
8:52 am
1643
Hi, I did get the msi file created successfully, however I believe the install did not complete successfully. I recieved a warning about a buggy merge module: ...
vosjm
Offline Send Email
Sep 13, 2006
8:01 pm
1644
Hi, ... Use Orca to examine the "Component" table, any "Directory_" column containing "TARGETDIR" is not correct, if it doesn't cause problems perhaps ignore...
Dennis Bareis
dbareis
Offline Send Email
Sep 13, 2006
9:55 pm
1645
Hello Dennis, I would like to hear more about your experience using CaMsgBox's. In the docs you say: Note that the whole text of the message is logged but...
Daniel Wisehart
djwisehart
Offline Send Email
Sep 16, 2006
2:44 pm
1646
Hi, A carriage return would not normally be the "correct" character to perform a newline, but its possible that Microsoft like this better (much like their use...
Dennis Bareis
dbareis
Offline Send Email
Sep 17, 2006
12:44 am
1647
Hi, ... Both of these are Windows Installer (not MAKEMSI) issues. It seems to think that you have got your formatting wrong. Now lets assume its wrong (which...
Dennis Bareis
dbareis
Offline Send Email
Sep 20, 2006
7:37 am
1648
Just to let you all know that I just tried to download makemsi version 06.267 from all sorts of sites (including the official one) and they all said that the...
mrdleigh
Offline Send Email
Oct 3, 2006
8:12 pm
1649
Hi, The file size should match that listed on the MAKEMSI page on my site. I have just downloaded the file and it is OK. IE has a number of download bugs...
Dennis Bareis
dbareis
Offline Send Email
Oct 3, 2006
8:24 pm
1650
Is there a way to output the list of files that are included into the installer. I know the HTML report that is generated contains a list of these files, but...
James (Toby) Coone
lurean
Offline Send Email
Oct 4, 2006
10:56 pm
1651
Hi, ... find ... I've been thinking about whether or not I should include a mechanism for this... You could create your own macro "MyFile" which did something...
Dennis Bareis
dbareis
Offline Send Email
Oct 4, 2006
11:23 pm
1652
Hi Dennis, I was wondering if you might be able to help or point me in the right direction. We use several nested Features in our MSI package. In fact here is...
blair_sutton
Offline Send Email
Oct 5, 2006
11:13 am
1653
Hi, ... Not that I know of, I have theories but nothing documented so probably shouldn't even try. The self registration is a separate step from file...
Dennis Bareis
dbareis
Offline Send Email
Oct 5, 2006
12:18 pm
1654
I don't think that I can apply the order rule since msvcr80.dll cannot be registered. ... installed?...
blair_sutton
Offline Send Email
Oct 5, 2006
3:20 pm
1655
Hi Dennis, I was wondering if you might be able to provide any pointers on how an MSI installer can automatically select features that had been selected via a...
blair_sutton
Offline Send Email
Oct 5, 2006
3:23 pm
Messages 1626 - 1655 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