I am so sorry to bother u all....... I have tried all I can to get this paper, and it is exactly what I want: http://portal.acm.org/citation.cfm?doid=1176617.1176709
I can't help waiting to read it.... How can I get it? Thanks a loooooooooooooooooot.. Best regards... -----Original Message----- From: Brian Rogers [mailto:[EMAIL PROTECTED] Sent: 2008年10月23日 14:41 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Skip dialog during uninstall You can embed the EXE as a binary resource in the MSI. Then you can write a custom action which extracts it to a temporary folder and runs it. ###################################### $_='^#(/||/@[EMAIL PROTECTED]@:^[-['^";@@@\\>])@.". "{)/];)^{";$,+=(++$,);$_.=">&$,";`$_`; -----Original Message----- From: Sergey Abakumoff [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2008 11:21 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Skip dialog during uninstall Thanks for the prompt reply. We agreed to move licensing dialog to before the install, namely exactly after Welcome dialog that is shown after CostFinalize. However, I faced another problem that I hope you can help me to solve. In our licensing dialog users enter their licensing info and we should call the external exe(called license.exe) program that connects to the licensing server, checks the info, writes the licensing info to the system, etc. Previously I used the following way for that: * While installation the licensing.exe is installed(copied) to some folder on user's machine. * LicensingDlg called custom action that called VBS script that called license.exe this worked fine since license.exe was installed to the system and the full path to exe was known in VBS script. Now licensing dialog is shown before the actual install commences. license.exe isn't installed(copied) to the user's machine at this moment. license.exe is only available from msi content. If I called VBS script that should call license.exe, I don't know the full path to it. even more this path doesn't exists at the moment of call to VBS script. So the question is - how can I invoke exe program that isn't installed in the system but is part of installation package? Is it even possible? Bob Arnson-6 wrote: > > You can't have multiple "success" dialogs, per the MSI SDK doc on > InstallUISequence: > > Each termination flag (negative value) can be used with no more than one > action. > > Consider moving up the licensing dialog to before the install, or > launching it from ExitDlg. > > -- View this message in context: http://n2.nabble.com/Skip-dialog-during-uninstall-tp1358869p1367096.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users