Re: [WiX-users] adding current date time to folder name

2008-07-31 Thread Abubakar
Anybody? I can also afford to call a cpp function here if needed. Any example of that? ..ab On Wed, Jul 30, 2008 at 12:18 PM, Abubakar <[EMAIL PROTECTED]> wrote: > Hi, > I write the following tags for my folder: > > > > >

Re: [WiX-users] Information about PrintEula.dll

2008-07-30 Thread Abubakar
hi, if you download the source code for wix, than inside \src\ca\wixca\dll you will find a file called PrintEula.cpp which contiains the code for this printing functionality. So you can see everything being done there. ..ab On Wed, Jul 30, 2008 at 12:58 PM, Stefan Webb <[EMAIL PROTECTED]> wrote

[WiX-users] adding current date time to folder name

2008-07-30 Thread Abubakar
Hi, I write the following tags for my folder: Now in the name "[EMAIL PROTECTED]" I want to append the date and time to this folder name when the installation was taking place. How do I do that? Regards, ..ab --

Re: [WiX-users] uninstalling a product silently before installing a new one

2007-11-27 Thread Abubakar
- you pretty much want to require > that users either only can install as Everyone, or only can install as Just > Me. Personally, I think "Just Me" is silly and can't come up with any good > reason for this installer choice. > > > > *Abubakar <[EMAIL PROTECTED]

Re: [WiX-users] uninstalling a product silently before installing a new one

2007-11-26 Thread Abubakar
file versions as well as where you have scheduled > RemoveExistingProducts. > > Also, you may want to read the tutorial for more details on upgrades: > http://www.tramontana.co.hu/wix/lesson4.php. > > Good luck. > > John > > > On Nov 26, 2

Re: [WiX-users] where are the logs

2007-11-26 Thread Abubakar
Thanks. regards, ..ab On Nov 26, 2007 2:12 PM, Rob Hamflett <[EMAIL PROTECTED]> wrote: > You can also turn on global logging. > > http://support.microsoft.com/kb/223300 > > Rob > > Abubakar wrote: > > ok, thank u. > > > > regards, > > ..ab >

Re: [WiX-users] uninstalling a product silently before installing a new one

2007-11-26 Thread Abubakar
Hi, can you provide me the tags necessary to do this? Right now my Upgrade tags look like this: regards, ..ab On Nov 26, 2007 7:16 PM, John Lalande <[EMAIL PROTECTED]> wrote: > ab > > It is much simpler then what you are proposing. Simply add the UpgadeCode

[WiX-users] uninstalling a product silently before installing a new one

2007-11-26 Thread Abubakar
Hi, I have a product1, from my company, installed on some computer. Now my company makes a new product2 and wants to install it on the same machine (where product1 exists), but the condition is that the product1 should be first uninstalled. The requirement is that the uninstall cant happen as a sep

Re: [WiX-users] where are the logs

2007-11-25 Thread Abubakar
ok, thank u. regards, ..ab On Nov 25, 2007 8:09 PM, DEÁK JAHN, Gábor <[EMAIL PROTECTED]> wrote: > On Sun, 25 Nov 2007 20:02:12 +0500, Abubakar wrote: > > Abubakar, > > > i read a lot of people talking about logs that are generated during > > install/uninstall.

[WiX-users] where are the logs

2007-11-25 Thread Abubakar
Hi, i read a lot of people talking about logs that are generated during install/uninstall. I dont know where to look for them. Where do they get generated? regards, ..ab - This SF.net email is sponsored by: Microsoft Defy all

[WiX-users] i want to know what this means

2007-11-20 Thread Abubakar
Hi, i'm lookin at some installer's source and I find the following line: It helps in launching a exe file at the start of installation. I dont understand what does C__installscript>2 means. What is "2" and why the greate-than sign used. And why are we doing this? Regards, ..ab -

[WiX-users] preventing *folder selection* while upgrading

2007-09-25 Thread Abubakar
Hi, While upgrading my application I dont want the folder selection form (defined as FolderForm in my wxs) to show, instead I want the installer to assume the paths that were used in the previous installation and install all the new files there. How do I do that ? regards, ..ab -

[WiX-users] closing an application before uninstal

2007-05-23 Thread Abubakar
Hi, I want to close an application (an exe file installed by the installer) before the setup starts to uninstall, or atleast give a warning that the applciation is running which must be closed before the uninstall runs. How is that done? Regards, ..ab ---

Re: [WiX-users] want to add a check box ...

2007-05-15 Thread Abubakar
(unfinished) beginners tutorial for WiX: http://www.merlinia.com/mdt/WiXTutorial.msl Rennie -- *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Abubakar *Sent:* 15. maj 2007 09:08 *To:* wix-users@lists.sourceforge.net *Subject:* [WiX-users] want to

Re: [WiX-users] want to add a check box ...

2007-05-15 Thread Abubakar
to look at the dialog box with a graphic editor, like in sharpDevelop. You might find some tips in my (unfinished) beginners tutorial for WiX: http://www.merlinia.com/mdt/WiXTutorial.msl Rennie -- *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Abu

[WiX-users] want to add a check box ...

2007-05-15 Thread Abubakar
Hi, I'm creating an installer in wix. The basic *.wxs file I created by decompiling (using dark) from the msi setup I made in visual studio 2k5's setup and deployment project. So now I use only wix. Now I want to add this feature on the last screen when installation is done that there should be a