[WiX-users] Bootstrapper application example for .net framework 4.0

2012-04-30 Thread lokanath devineni
Hello All,

can some one please send me working example of bootstrapper application in wix 
3.6 and how to use it in the installer. i saw some online articles but  
couldn't follow. 

Thanks in advance.

Loknath
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Show Installer Log file

2011-06-22 Thread lokanath devineni
Hi,
 
Thanks for replying, it works for showing log file on successful installation. 
But i also want to show log file on failure/cancel. 

Thanks,
Loknath

--

Message: 1
Date: Wed, 22 Jun 2011 10:38:15 +0100
From: Pally Sandher pally.sand...@iesve.com
Subject: Re: [WiX-users] Show Installer Log file
To: General discussion for Windows Installer XML toolset.
    wix-users@lists.sourceforge.net
Message-ID: 7e4ef7766063ec4091542b5b3e671ec403c4a...@mail.iesve.com
Content-Type: text/plain; charset=iso-8859-1

You could use the optional checkbox on the ExitDialog which would be the 
quickest way. See 
http://wix.sourceforge.net/manual-wix3/run_program_after_install.htm Instead of 
using [#myapplication.exe] in the example give it the full path to your log 
file.

Palbinder Sandher 
Software Deployment Engineer
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the Virtual Environment**
Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456 
Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 
0SP
Email Disclaimer

-Original Message-
From: lokanath devineni [mailto:ldevin...@yahoo.com] 
Sent: 22 June 2011 04:22
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Show Installer Log file

Hi,
?
thanks for replying, i am using self extracting executable file, it extracts 
all the prerequisites, msi and setup file to a perticular location in temp 
folder. It is accessible and writing. no issues with the generation of log 
file. my only pending task is best way to?show the log file link when installer 
fail/cancel/success cases.
?
any thoughts/approaches are appreciated.
?
Thanks,
Loknath

---Message: 1
Date: Tue, 21 Jun 2011 09:51:43 -0700
From: Chad Petersen chad.peter...@harlandfs.com
Subject: Re: [WiX-users] Show Installer Log file
To: General discussion for Windows Installer XML toolset.
??? wix-users@lists.sourceforge.net
Message-ID:
??? cd87c532540af04f8fb086d0cc7808dffef...@pdx-srv-ex1.harlandfs.com
Content-Type: text/plain; charset=iso-8859-1

I'd suggest taking one step back. You mention a log file created in the temp 
folder. Have you tried running your installer when the temp folder doesn't 
exist or the TEMP variable isn't defined? If you are calling MSIEXEC /L*v and 
wanting it to log to a TEMP folder I recommend you try it in these error 
conditions. MSIEXEC.EXE won't create the folder you want to log to if it 
doesn't exist. So, don't assume you will always be able to create a log file in 
the TEMP folder. Your MSI will simply fail if it can't create the log file.

It will simply say

Error opening installation log file.? Verify that the specified log file 
location exists and is writable.

You can't really assume that any folder exists. If you want to log reliably you 
must ensure that the folder you want to use exists before running the 
MSIEXEC.EXE command.

Just a word of caution. If I were to test what you are proposing on the surface 
I could break it in an instant.




-Original Message-
From: lokanath devineni [mailto:ldevin...@yahoo.com] 
Sent: Tuesday, June 21, 2011 8:14 AM
To: WiX-users@lists.sourceforge.net
Subject: [WiX-users] Show Installer Log file

Hello All,
?
I want to show installer log file created in temp folder on error/cancel? and? 
final screen. what are the best ways to do this?
?
Thanks in advance,
?
Loknath 
--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users





--
--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Show Installer Log file

2011-06-21 Thread lokanath devineni
Hello All,
 
I want to show installer log file created in temp folder on error/cancel  and  
final screen. what are the best ways to do this?
 
Thanks in advance,
 
Loknath 
--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Show Installer Log file

2011-06-21 Thread lokanath devineni
Hi,
 
thanks for replying, i am using self extracting executable file, it extracts 
all the prerequisites, msi and setup file to a perticular location in temp 
folder. It is accessible and writing. no issues with the generation of log 
file. my only pending task is best way to show the log file link when installer 
fail/cancel/success cases.
 
any thoughts/approaches are appreciated.
 
Thanks,
Loknath

---Message: 1
Date: Tue, 21 Jun 2011 09:51:43 -0700
From: Chad Petersen chad.peter...@harlandfs.com
Subject: Re: [WiX-users] Show Installer Log file
To: General discussion for Windows Installer XML toolset.
    wix-users@lists.sourceforge.net
Message-ID:
    cd87c532540af04f8fb086d0cc7808dffef...@pdx-srv-ex1.harlandfs.com
Content-Type: text/plain; charset=iso-8859-1

I'd suggest taking one step back. You mention a log file created in the temp 
folder. Have you tried running your installer when the temp folder doesn't 
exist or the TEMP variable isn't defined? If you are calling MSIEXEC /L*v and 
wanting it to log to a TEMP folder I recommend you try it in these error 
conditions. MSIEXEC.EXE won't create the folder you want to log to if it 
doesn't exist. So, don't assume you will always be able to create a log file in 
the TEMP folder. Your MSI will simply fail if it can't create the log file.

It will simply say

Error opening installation log file.  Verify that the specified log file 
location exists and is writable.

You can't really assume that any folder exists. If you want to log reliably you 
must ensure that the folder you want to use exists before running the 
MSIEXEC.EXE command.

Just a word of caution. If I were to test what you are proposing on the surface 
I could break it in an instant.




-Original Message-
From: lokanath devineni [mailto:ldevin...@yahoo.com] 
Sent: Tuesday, June 21, 2011 8:14 AM
To: WiX-users@lists.sourceforge.net
Subject: [WiX-users] Show Installer Log file

Hello All,
?
I want to show installer log file created in temp folder on error/cancel? and? 
final screen. what are the best ways to do this?
?
Thanks in advance,
?
Loknath 
--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users





--
--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Webdirproperties defaultdocuments order In IIS 7.0

2011-06-16 Thread lokanath devineni
Hello All,
 
I have a webdirproperties as below,
 iis:WebDirProperties Id=CMSFrontEnd_Properties AnonymousAccess=yes 
WindowsAuthentication=no 
DefaultDocuments=index.html,default.aspx,Default.htm, Default.asp, index.htm, 
index.html,iisstart.htm  Read=yes  Script=yes /
In the defaultdocuments of website, i want index.html should be  first in the 
default documents list. How do i specify that in website properties. In above 
webdirproperties always defaulting to default.aspx to be first in the list. 
 
Thanks in advance,
 
Loknath 
 
 
 
--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Run MSI with logging from Setup.exe

2011-04-28 Thread lokanath devineni








Hello All,
 
I want my msi to run always with /l*v logfile command parameters from 
setup.exe. I am generating setup.exe from Bootstrapper Manifest Generator. 
setup.exe will pass the command line parameters to msi file.but I dont want to 
send parameters to setup.exe to send to msi. I want msi to run always with 
logging from setup.exe without passing any parameters.
If anybody know the solution or any thoughts will be appreciated.
 
Thanks in advance,
 
Loknath 
--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Run MSI with logging from Setup.exe

2011-04-27 Thread lokanath devineni
Hello All,
 
I want my msi to run always with /l*v logfile command parameters from 
setup.exe. I am generating setup.exe from Bootstrapper Manifest Generator. 
setup.exe will pass the command line parameters to msi file.but I dont want to 
send parameters to setup.exe to send to msi. I want msi to run always with 
logging from setup.exe without passing any parameters.
If anybody know the solution or any thoughts will be appreciated.
 
Thanks in advance,
 
Loknath 
--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Scrollable Control

2011-04-18 Thread lokanath devineni
Hello All,
 
Does anybody know the scrollable control that supports wix properties embedding?
 
I know only scrollabletext control for scrolling text, but that doesn't support 
property embedding
 
Thanks in advance,
 
Loknath
--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] RadioButtonGroup property help

2011-04-15 Thread lokanath devineni







Hi All,

I have a wix dialog box having radiobuttongroup control and property declared 
as bellow in Dialogs library


Property Id=IAPPS_INSTALL_TYPEQuick/Property

Control Id=rbInstallType Type=RadioButtonGroup X=27 Y=58 Width=150 
Height=142 Property=IAPPS_INSTALL_TYPE
          RadioButtonGroup Property=IAPPS_INSTALL_TYPE
            RadioButton Height=17 Text=Quick Install Value=Quick 
Width=110 X=0 Y=0 /
            RadioButton Height=17 Text=Custom Install Value=Custom 
Width=86 X=0 Y=64 /
          /RadioButtonGroup
        /Control

and installer project i am refering this dialog. In installer project,i am 
reading this property from Registry as below for change or repair mode.

Property Id='IAPPS_INSTALL_TYPE'      
      RegistrySearch Id=RSINSTALL_TYPE Root=HKLM  Key=Software\Bridgeline 
Digital\iAppsCMS Type=raw  Name=INSTALLTYPE /RegistrySearch
    /Property


But it thowing me the below error and same approach is working for all other 
control properties.

Error    128    Duplicate symbol 'Property:IAPPS_INSTALL_TYPE' found.
Error    129    Location of symbol related to previous error


If any body know the solution the aboove error, please let me know.

Sorry for troubling.

Thanks in advance,
loknath


--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX-users Digest, Vol 59, Issue 45

2011-04-15 Thread lokanath devineni
Hi Peter,,
 
Thanks for replying
 
I will get the following error if i remove the first property
 
Error 26 Unresolved reference to symbol 'Property:INSTALL_TYPE' in section 
'Fragment:'.
 
thanks,
loknath

--- On Fri, 4/15/11, wix-users-requ...@lists.sourceforge.net 
wix-users-requ...@lists.sourceforge.net wrote:


From: wix-users-requ...@lists.sourceforge.net 
wix-users-requ...@lists.sourceforge.net
Subject: WiX-users Digest, Vol 59, Issue 45
To: wix-users@lists.sourceforge.net
Date: Friday, April 15, 2011, 8:46 PM


Send WiX-users mailing list submissions to
    wix-users@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
    https://lists.sourceforge.net/lists/listinfo/wix-users
or, via email, send a message with subject or body 'help' to
    wix-users-requ...@lists.sourceforge.net

You can reach the person managing the list at
    wix-users-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than Re: Contents of WiX-users digest...


Today's Topics:

   1. Re: WiX 3.6 Burn ExePackage Problem -- How to run    EXE in
      place instead of caching? (Bob Arnson)
   2. Re: COM+ / RegAsm (mislimcane)
   3. unsubscribe (Chip Groder)
   4. RadioButtonGroup property help (lokanath devineni)
   5. Re: Multi-Instance Major Upgrades (Tyler Walters)
   6. Files In Use Problem (Michael Tissington)
   7. Re: RadioButtonGroup property help (Peter Shirtcliffe)


--

Message: 1
Date: Fri, 15 Apr 2011 00:15:37 -0400
From: Bob Arnson b...@joyofsetup.com
Subject: Re: [WiX-users] WiX 3.6 Burn ExePackage Problem -- How to
    run    EXE in place instead of caching?
To: John Robbins j...@wintellect.com
Cc: General discussion for Windows Installer XML toolset.
    wix-users@lists.sourceforge.net
Message-ID: 4da7c669.3000...@joyofsetup.com
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

On 14-Apr-11 22:07, John Robbins wrote:
 Hope you don't mind another question. :) Why does Burn expand into the %TEMP% 
 directory and copy to the cache directory? Why not just extract the files 
 from the EXE directly into the cache directory? The installer I'm working on 
 with everything is 2.69GB so there's a lot spent file copying between the two 
 directories. Also, Burn is leaving all the files extracted in the %TEMP% 
 directory in BRN*.TMP directories. I swear I saw a bug in the database about 
 that a while ago, but can't find it. I'll get that filed if I can't find it.

The idea(l) is that the files are extracted then moved, so that only 
complete and verified files are in the cache. When TMP and appdata are 
on the same volume, it should be a move, afaik. Definitely a bug if the 
files are left behind in TMP, though.

-- 
sig://boB
http://joyofsetup.com/




--

Message: 2
Date: Fri, 15 Apr 2011 01:33:27 -0700 (PDT)
From: mislimcane milosavljevic.mi...@yahoo.com
Subject: Re: [WiX-users] COM+ / RegAsm
To: wix-users@lists.sourceforge.net
Message-ID: 1302856407245-6275601.p...@n2.nabble.com
Content-Type: text/plain; charset=us-ascii

Does you found solution?

Thanks,
Milan

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/COM-RegAsm-tp701883p6275601.html
Sent from the wix-users mailing list archive at Nabble.com.



--

Message: 3
Date: Fri, 15 Apr 2011 07:05:44 -0400
From: Chip Groder c...@groder.net
Subject: [WiX-users] unsubscribe
To: WiX-users@lists.sourceforge.net
Message-ID: 01cbfb5d$11a94f70$34fbee50$@groder.net
Content-Type: text/plain;    charset=us-ascii





Chip Groder

603 339 8190 (cell)

603 434 8977 (home)





--

Message: 4
Date: Fri, 15 Apr 2011 07:51:35 -0700 (PDT)
From: lokanath devineni ldevin...@yahoo.com
Subject: [WiX-users] RadioButtonGroup property help
To: WiX-users@lists.sourceforge.net
Message-ID: 909651.51470...@web33304.mail.mud.yahoo.com
Content-Type: text/plain; charset=iso-8859-1








Hi All,

I have a wix dialog box having radiobuttongroup control and property declared 
as bellow in Dialogs library


Property Id=IAPPS_INSTALL_TYPEQuick/Property

Control Id=rbInstallType Type=RadioButtonGroup X=27 Y=58 Width=150 
Height=142 Property=IAPPS_INSTALL_TYPE
? ? ? ? ? RadioButtonGroup Property=IAPPS_INSTALL_TYPE
? ? ? ? ? ? RadioButton Height=17 Text=Quick Install Value=Quick 
Width=110 X=0 Y=0 /
? ? ? ? ? ? RadioButton Height=17 Text=Custom Install Value=Custom 
Width=86 X=0 Y=64 /
? ? ? ? ? /RadioButtonGroup
? ? ? ? /Control

and installer project i am refering this dialog. In installer project,i am 
reading this property from Registry as below for change or repair mode.

Property Id='IAPPS_INSTALL_TYPE'? ? ? 
? ? ? RegistrySearch Id=RSINSTALL_TYPE Root=HKLM? Key=Software\Bridgeline 
Digital\iAppsCMS Type=raw? Name=INSTALLTYPE /RegistrySearch
? ? /Property


But it thowing me the below error and same approach