Re: [WiX-users] WebServiceExtension Element

2006-08-01 Thread Rob MacFadyen
Doh! I sent this off list by mistake... so here goes again: With IIS 6 there's a new OS command (ala vbscript) called iisext that lets you muck with web service extensions... more or less the same functions as from the IIS Administration tool under the Web Service Extensions folder. So you can

Re: [WiX-users] ExeCommand custom action

2006-08-01 Thread Derek Cicerone
What does the exe do to the xml file? WiX has custom actions which support modifying xml files during setup. They support rollback and install nothing to the target machine. Derek From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shmarya Rubenstein Sent: Tuesday,

Re: [WiX-users] ExeCommand custom action

2006-08-01 Thread Shmarya Rubenstein
It's a command-line argument...Essentially, I added the cli argument in order to workaround the need for Working Directory...After a little more investigation, it seems that a type 50 CA is what I need... CustomAction Id='LaunchConfig' Directory ='INSTALLDIR'

[WiX-users] How to use SelfRegCost?

2006-08-01 Thread Peter G. Sakhno
Hello. I know that self registration is evil is strongly not recommended for use. But for my project it's acceptable, at least for the first steps toward MSI. My question is what value should be provided for that attribute? In documentation said that it should be the cost of registering the

Re: [WiX-users] How to use SelfRegCost?

2006-08-01 Thread Peter G. Sakhno
Hi Stefan, Thank you. I already entered '1' for that attribute. Best regards, Peter G. Sakhno C-MAP RUSSIA Ltd http://www.c-map.ru/ Stefan Pavlik wrote: Hi Peter, As I understand the description, this value is only used for correct displaying of progress bar. So I think when you will enter

Re: [WiX-users] How to use SelfRegCost?

2006-08-01 Thread Bob Arnson
Peter G. Sakhno wrote: My question is what value should be provided for that attribute? In documentation said that it should be the cost of registering the module in bytes. How to calculate that cost? MSI knows your file sizes but it can't see what your self-reg code is going to do. For

Re: [WiX-users] rfc: Package element changes

2006-08-01 Thread Rob Mensching
I have no opinion on that. Anybody else care? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Arnson Sent: Monday, July 31, 2006 3:39 PM To: [EMAIL PROTECTED] Cc: wix-users@lists.sourceforge.net; [EMAIL PROTECTED] Subject: Re: [WiX-users] rfc: Package element

[WiX-users] Shortcuts

2006-08-01 Thread Magus
I've been trying to create a shortcut to display on desktop and program files and that all works fine. But I want the creation of these to be conditional. During the Install Setup I would like to be able to ask the user if they want to create the shortcuts. Is there a way to do this? I must be

Re: [WiX-users] rfc: Package element changes

2006-08-01 Thread Derek Cicerone
Just a note: the Product/@Id should almost never be auto-generated because that forces major upgrades every time. But why would * be better than ----?? Thanks, Derek From: Rob Mensching [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 01,

Re: [WiX-users] Shortcuts

2006-08-01 Thread Rob Mensching
Condition the Component (or Feature) installing the Shortcut. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Magus Sent: Tuesday, August 01, 2006 10:59 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Shortcuts I've been trying to create a

Re: [WiX-users] Shortcuts

2006-08-01 Thread Rob Mensching
But won't that condition effect both the File and the shortcut? Yes. You'd have to put the Shortcut in its own Component. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and

Re: [WiX-users] rfc: Package element changes

2006-08-01 Thread Dave Williamson
I assume that ----? makes up a totally new GUID. I assume that -1234---? makes up all the GUID parts except for 1234. I assume that 12345678----??5?? makes up all the GUID parts except for 12345678 and 5. If

Re: [WiX-users] custom action to write a reg value

2006-08-01 Thread Derek Cicerone
Why? Windows Installer only writes a value if its successful (otherwise it rolls back). Are you trying to determine if an install is successful or when its successful? Derek From: Don Tasanasanta [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 01, 2006 3:26 PM To: [EMAIL

Re: [WiX-users] custom action to write a reg value

2006-08-01 Thread Derek Cicerone
Could you explain your scenario a bit more? Why would it be important to know when an install has completed? Is this for a bootstraper? Will there be some other program continuously pinging to find out when the install is complete? Thanks, Derek From: Don Tasanasanta

Re: [WiX-users] custom action to write a reg value

2006-08-01 Thread Don Tasanasanta
Sorry I didnt explain more Yes, there will be a bootstrapper running the install and monitoring the registry to see if the install completed successfully. Failed, or if a reboot was necessary. Then the bootstrapper will act accordingly. The install will be running silently so no UI

Re: [WiX-users] custom action to write a reg value

2006-08-01 Thread Chesong Lee
How does your bootstrapper interact with MSI engine? If your bootstrapper calls MsiInstallProduct, it returns ERROR_SUCCESS on success or other error codes on error. This function is synchronous and does return when the installation is complete. If your bootstrapper is launching a

Re: [WiX-users] rfc: Package element changes

2006-08-01 Thread Jeremy Farrell
It's not a big deal, but I prefer the current question mark scheme since it has the overall look of a GUID. If I'mdoing avisual scan ofa WiX source file looking for GUIDs, this format stands out as being one,but is also instantly recognizable as onewhich will be allocated a real value at

Re: [WiX-users] Custom license with wix-3.0.1821.0

2006-08-01 Thread Slava
Hey, you're right. Thank for your help. I can also override the variable with -d parameter, like light -dWixUILicenseRtf=license.rtf Slava Ivanyuk http://liquidmaze.emeraldhand.com/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Derek Cicerone Sent: