how can you change the filename of an included file to a name that the user
gave during the installation process???
i am using the EditA1 thing, but i cant seem to use the data properly
...
more >>
HI All,
I have developed one control in C#. I am creating WIX installer for my
application. In my application there is one form which I want to show
when installation is about to finish. I modified my WXS file to use
custom action behaviour of WIX. Code is as below:
<Binary Id="InstallUtil"...
more >>
Dear all,
I have a Windows Service compiled by VB.NET 2003 and need to run
multi-instance on the same machine. The .exe files (with same name, of
course) are stored in different folder. I found that I can't register the
Service by using InstallUtil.exe for more than once. I would like to...
more >>
I have for sale seven (7) Visual Basic 6 books. I'll take $21 for all
books. I'm selling them as a set only. I am in the Houston, TX area (USA).
If you are local to me, you are more than welcome to pick them up. If you
want them shipped to you, I will charge you actual shipping cost plus the
...
more >>
What's the difference between Convert.toString and .toString() method
?
Just to give an understanding of what the above question means seethe
below code.
int i =0;
MessageBox.Show(i.ToString());
MessageBox.Show(Convert.ToString(i));
We can convert the integer "i" using "i.ToString()...
more >>
=== Verbose logging started: 2/22/2006 23:41:04 Build type: SHIP UNICODE 3.01.4000.2435 Calling process: C:\WINNT\system32\msiexec.exe ===
MSI (c) (80:C4) [23:41:04:221]: Resetting cached policy values
MSI (c) (80:C4) [23:41:04:221]: Machine policy value 'Debug' is 0
MSI (c) (80:C4) [23:41:04:...
more >>