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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1578 - 1608 of 2616   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1578
Hi all, I am new to makemsi and currently studying it.I wrote a very simple msi script for creating the dialogue box(using mskemsi)and wantyed to get the...
tanu_janghel
Offline Send Email
Aug 2, 2006
7:58 am
1579
Hi, ... There is a bug (introduced in the last release) which I'd be looking at if I wasn't answering this email :-) It only occurs if your MSI doesn't install...
Dennis Bareis
dbareis
Offline Send Email
Aug 2, 2006
8:17 am
1580
Hi, Thanks for ur reply.but i am getting the same error again.I have added the #define COMPANY_WANT_TO_INSTALL_DOCUMENTATION N but still the error is there. ...
tanu_janghel
Offline Send Email
Aug 2, 2006
9:21 am
1581
Hi, I assume I was right about you not installing files (you haven't said), if that is the case then if you stopped adding the doco why is it failing adding a...
Dennis Bareis
dbareis
Offline Send Email
Aug 2, 2006
9:37 am
1582
This is probably pretty simple, but I have not been able to find it in the docs after doing several hours of searching. My probing through files like...
Daniel Wisehart
djwisehart
Offline Send Email
Aug 4, 2006
1:35 pm
1583
Hi, ... The conditions are Windows Installer conditions so you'd need to google the Platform SDK and the MS forum (see my links page). This page: ...
Dennis Bareis
dbareis
Offline Send Email
Aug 4, 2006
11:46 pm
1584
Hi, I have reorganised and added more information to the page (hopefully making things a bit clearer): ...
Dennis Bareis
dbareis
Offline Send Email
Aug 5, 2006
2:11 am
1585
Wow, Dennis! That is everything I could ask for. Perfect! Many thanks. I am sure it is clear to you, but I really do not have any clear idea of what work you...
Daniel Wisehart
djwisehart
Offline Send Email
Aug 5, 2006
8:38 am
1586
Hi, ... Thats pretty much it except at install time Windows Installer launches custom actions which you have written. Its probably worth spending a bit of time...
Dennis Bareis
dbareis
Offline Send Email
Aug 6, 2006
12:12 am
1587
Hi, I want to add a path to the PATH variable. How to modify $PATH variable during installation? Thank you __________________________________________________ ...
Jeff Lu
jeff_k_lu
Offline Send Email
Aug 7, 2006
2:09 pm
1588
Hi, Try "PATH" command... http://users.cyberone.com.au/dbareis/makemsi/path.htm Bye, Dennis ... variable during installation? Bye, Dennis...
Dennis Bareis
dbareis
Offline Send Email
Aug 7, 2006
9:56 pm
1589
Hi, Apart from the wide spread use of MAKEMSI within the company I work for I really don't have any idea as to the numbers of products packaged using it...
Dennis Bareis
dbareis
Offline Send Email
Aug 9, 2006
9:51 am
1590
I would like to be able to have a feature with attributes of "FavorLocal" that will change to "do not install" (FavorSource?) if a RegistryRead finds that...
Daniel Wisehart
djwisehart
Offline Send Email
Aug 10, 2006
7:10 pm
1591
Hi, ... if ... That is one approach not sure if easiest, for an example which makes runtime changes to the database see: ...
Dennis Bareis
dbareis
Offline Send Email
Aug 10, 2006
10:11 pm
1593
Is it possible to change parameters of some service, already installed in system with MakeMsi? Thanks Oleg...
Oleg
omneld
Offline Send Email
Aug 14, 2006
2:56 pm
1594
For example username and password Thanks Oleg...
Oleg
omneld
Offline Send Email
Aug 14, 2006
3:00 pm
1595
I have the following .mm file which installs a windows service. The installed runs fine, but when I try to start the service, it says the service times out...
jabeerni
Offline Send Email
Aug 14, 2006
9:43 pm
1596
Hi, ... Yes you can although these could be lost if the other package gets repaired etc, its best to let the original package set it up correctly. You can use...
Dennis Bareis
dbareis
Offline Send Email
Aug 14, 2006
9:47 pm
1597
Hi, ... The ... Hopefully you have read this page: http://users.cyberone.com.au/dbareis/makemsi/service_tips.htm ... Its possibly that that does more than just...
Dennis Bareis
dbareis
Offline Send Email
Aug 14, 2006
9:58 pm
1598
Hello all, I am a new user of makemsi and want to develope an msi file which will install application automatically.I read the queries of members of makemsi...
tanu_janghel
Offline Send Email
Aug 20, 2006
8:49 am
1599
Hi, ... To test your code I sustituted your EXE with "C:\WINNT\system32 \notepad.exe" and it compiled and ran as expected during install. If any problems occur...
Dennis Bareis
dbareis
Offline Send Email
Aug 20, 2006
10:00 pm
1600
Hi all, Thanks a lot Dennis.My previos problem has solved.Thanks a lot Dennis.Now mu another goal is make the installtion automated.Means i don't want my...
tanu_janghel
Offline Send Email
Aug 21, 2006
11:21 am
1601
Hello, Now i am stuck in another problem.I made an msi file by changing the tryme.mm file and named it as firt.mm.its running properly.I wanted to do some...
tanu_janghel
Offline Send Email
Aug 21, 2006
5:19 pm
1602
Hi, You'll need to have separate .VER files for each .MSI created. Inside the .VER file is a Guid.UpgradeCode value. Each package's UpgradeCode needs to be...
Merl Schmits
ravenkall
Offline Send Email
Aug 21, 2006
7:15 pm
1603
Hello, i'd like to create a *.msi File that first rename a folder and then creates a new folder. after that files on the *.msi file should copy into that new...
rue_ste
Offline Send Email
Aug 21, 2006
9:40 pm
1604
... Inside the .VER file is a Guid.UpgradeCode value. Each package's UpgradeCode needs to be unique. I use guidgen.exe to generate the new GUIDs and then...
Dennis Bareis
dbareis
Offline Send Email
Aug 21, 2006
9:53 pm
1605
Hi, ... PLease start the "doco" and click on the Index tab, type "silent", press enter, the second hit is: ...
Dennis Bareis
dbareis
Offline Send Email
Aug 21, 2006
10:03 pm
1606
Hi, ... The "MoveFile" table may be able to do so (it doesn't so so though), if not you'll have to write a Custom Action to do the renaming. Bye, Dennis...
Dennis Bareis
dbareis
Offline Send Email
Aug 21, 2006
10:14 pm
1607
... then ... copy ... though), if ... Where can i find the MoveFile Table?...
rue_ste
Offline Send Email
Aug 22, 2006
7:40 am
1608
Hi to all can any one sugest what is the diffrence between a transform & a patch....
Sachin Mungarwadi
sachinam33
Offline Send Email
Aug 22, 2006
8:01 am
Messages 1578 - 1608 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