Re: [WiX-users] Shortcut not being deleted

2013-09-04 Thread Alexey Ivanov
Separate shortcut from the component.

like this:

https://github.com/krab/vacuum-im-wix-installer/blob/master/Product.wxs#L20
https://github.com/krab/vacuum-im-wix-installer/blob/master/Files.wxs#L54


2013/9/4 Natalie Carr natalie.c...@measuresoft.com

 Hi I have this code for a shortcut. This setup is an add on for my main
 product so the code adds a shortcut to the shortcuts already installed on
 the target machine. On uninstall however the add on shortcut is never
 removed, can anyone see what I am doing wrong?



Component Id=PIDShortcut
 Guid=696E79B3-D417-4352-9CEE-378DEECD9295 Directory=ProgramMenuDir

   Shortcut Id=PIDShortcut Directory=ProgramMenuDir
 Name=PID Controller Icon=pid_cf.exe IconIndex=0
 Target=[BIN]pid_cf.exe

  Icon Id=pid_cf.exe

 SourceFile=E:\Products\Measuresoft_SCADA\Processors\PID_Controller\Sources\
 PID_CF\res\pid_cf.ico/

  ShortcutProperty
 Key=System.AppUserModel.ExcludeFromShowInNewInstall Value=1/

   /Shortcut

   RemoveFolder Id='ProgramMenuDir' On='uninstall'/

   RegistryValue Root='HKCU'
 Key='Software\ShortcutProperty\[PRODUCTNAME]' Type='string' Value='1'
 KeyPath='yes' Name='PIDShortcut'/

/Component



 Thanks


 --
 Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
 Discover the easy way to master current and previous Microsoft technologies
 and advance your career. Get an incredible 1,500+ hours of step-by-step
 tutorial videos with LearnDevNow. Subscribe today and save!
 http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Shortcut not being deleted

2013-09-04 Thread Alexey Ivanov
msiexec /i  yourfile.msi /L*v  c:\temp\yourinstall.log

or enable in windows by default http://support.microsoft.com/kb/223300/ru


2013/9/4 Natalie Carr natalie.c...@measuresoft.com

 Hi,

 Thank you, done exactly the same and it still is not deleting :(

 -Original Message-
 From: Alexey Ivanov [mailto:alexey.iva...@gmail.com]
 Sent: 04 September 2013 10:50
 To: General discussion for Windows Installer XML toolset.
 Subject: Re: [WiX-users] Shortcut not being deleted

 Separate shortcut from the component.

 like this:

 https://github.com/krab/vacuum-im-wix-installer/blob/master/Product.wxs#L20
 https://github.com/krab/vacuum-im-wix-installer/blob/master/Files.wxs#L54


 2013/9/4 Natalie Carr natalie.c...@measuresoft.com

  Hi I have this code for a shortcut. This setup is an add on for my
  main product so the code adds a shortcut to the shortcuts already
  installed on the target machine. On uninstall however the add on
  shortcut is never removed, can anyone see what I am doing wrong?
 
 
 
 Component Id=PIDShortcut
  Guid=696E79B3-D417-4352-9CEE-378DEECD9295
  Directory=ProgramMenuDir
 
Shortcut Id=PIDShortcut Directory=ProgramMenuDir
  Name=PID Controller Icon=pid_cf.exe IconIndex=0
  Target=[BIN]pid_cf.exe
 
   Icon Id=pid_cf.exe
 
  SourceFile=E:\Products\Measuresoft_SCADA\Processors\PID_Controller\So
  urces\
  PID_CF\res\pid_cf.ico/
 
   ShortcutProperty
  Key=System.AppUserModel.ExcludeFromShowInNewInstall Value=1/
 
/Shortcut
 
RemoveFolder Id='ProgramMenuDir' On='uninstall'/
 
RegistryValue Root='HKCU'
  Key='Software\ShortcutProperty\[PRODUCTNAME]' Type='string' Value='1'
  KeyPath='yes' Name='PIDShortcut'/
 
 /Component
 
 
 
  Thanks
 
 
  --
   Learn the latest--Visual Studio 2012, SharePoint 2013, SQL
  2012, more!
  Discover the easy way to master current and previous Microsoft
  technologies and advance your career. Get an incredible 1,500+ hours
  of step-by-step tutorial videos with LearnDevNow. Subscribe today and
 save!
  http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.c
  lktrk ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users
 

 
 --
 Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
 Discover the easy way to master current and previous Microsoft technologies
 and advance your career. Get an incredible 1,500+ hours of step-by-step
 tutorial videos with LearnDevNow. Subscribe today and save!
 http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users



 --
 Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
 Discover the easy way to master current and previous Microsoft technologies
 and advance your career. Get an incredible 1,500+ hours of step-by-step
 tutorial videos with LearnDevNow. Subscribe today and save!
 http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Shortcut not being deleted

2013-09-04 Thread Alexey Ivanov
oops http://support.microsoft.com/kb/223300


2013/9/4 Alexey Ivanov alexey.iva...@gmail.com

 msiexec /i  yourfile.msi /L*v  c:\temp\yourinstall.log

 or enable in windows by default http://support.microsoft.com/kb/223300/ru


 2013/9/4 Natalie Carr natalie.c...@measuresoft.com

 Hi,

 Thank you, done exactly the same and it still is not deleting :(

 -Original Message-
 From: Alexey Ivanov [mailto:alexey.iva...@gmail.com]
 Sent: 04 September 2013 10:50
 To: General discussion for Windows Installer XML toolset.
 Subject: Re: [WiX-users] Shortcut not being deleted

 Separate shortcut from the component.

 like this:


 https://github.com/krab/vacuum-im-wix-installer/blob/master/Product.wxs#L20
 https://github.com/krab/vacuum-im-wix-installer/blob/master/Files.wxs#L54


 2013/9/4 Natalie Carr natalie.c...@measuresoft.com

  Hi I have this code for a shortcut. This setup is an add on for my
  main product so the code adds a shortcut to the shortcuts already
  installed on the target machine. On uninstall however the add on
  shortcut is never removed, can anyone see what I am doing wrong?
 
 
 
 Component Id=PIDShortcut
  Guid=696E79B3-D417-4352-9CEE-378DEECD9295
  Directory=ProgramMenuDir
 
Shortcut Id=PIDShortcut Directory=ProgramMenuDir
  Name=PID Controller Icon=pid_cf.exe IconIndex=0
  Target=[BIN]pid_cf.exe
 
   Icon Id=pid_cf.exe
 
  SourceFile=E:\Products\Measuresoft_SCADA\Processors\PID_Controller\So
  urces\
  PID_CF\res\pid_cf.ico/
 
   ShortcutProperty
  Key=System.AppUserModel.ExcludeFromShowInNewInstall Value=1/
 
/Shortcut
 
RemoveFolder Id='ProgramMenuDir' On='uninstall'/
 
RegistryValue Root='HKCU'
  Key='Software\ShortcutProperty\[PRODUCTNAME]' Type='string' Value='1'
  KeyPath='yes' Name='PIDShortcut'/
 
 /Component
 
 
 
  Thanks
 
 
  --
   Learn the latest--Visual Studio 2012, SharePoint 2013, SQL
  2012, more!
  Discover the easy way to master current and previous Microsoft
  technologies and advance your career. Get an incredible 1,500+ hours
  of step-by-step tutorial videos with LearnDevNow. Subscribe today and
 save!
  http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.c
  lktrk ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users
 

 
 --
 Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
 Discover the easy way to master current and previous Microsoft
 technologies
 and advance your career. Get an incredible 1,500+ hours of step-by-step
 tutorial videos with LearnDevNow. Subscribe today and save!

 http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users



 --
 Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
 Discover the easy way to master current and previous Microsoft
 technologies
 and advance your career. Get an incredible 1,500+ hours of step-by-step
 tutorial videos with LearnDevNow. Subscribe today and save!

 http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users



--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Upgrade doesn't overwrite all files

2013-05-12 Thread Alexey Ivanov
 Property Id=”REINSTALLMODE” Value=amus/
Then your files will be re-installed by force. But you will agree that this
is a crutch.


2013/5/12 Phil Wilson phil.wil...@mvps.org

 It's best to create a verbose log of the upgrade and then search for the
 file name to see what it says about overwiting the file and why it didn't.

 Phil

 -Original Message-
 From: Candy Chiu [mailto:candy.chiu...@gmail.com]
 Sent: Friday, May 10, 2013 6:56 PM
 To: wix-users@lists.sourceforge.net
 Subject: [WiX-users] Upgrade doesn't overwrite all files

 Hi,

 I ran into an issue that one of dll's in an upgrade wasn't copied to the
 destination folder.  I examined the msi with LessMSI, the files were
 packaged correctly.  I reviewed the File Versioning Rules at
 http://msdn.microsoft.com/en-us/library/aa368599(VS.85).aspx.  They didn't
 solve my problem.  Did anyone encounter similar problem and may have some
 idea of where to look next?

 Thanks,
 Candy

 
 --
 Learn Graph Databases - Download FREE O'Reilly Book Graph Databases is
 the
 definitive new guide to graph databases and their applications. This
 200-page book is written by three acclaimed leaders in the field. The early
 access version is available now.
 Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and
 their applications. This 200-page book is written by three acclaimed
 leaders in the field. The early access version is available now.
 Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] unsubscribe

2012-12-12 Thread Alexey Ivanov
Why? :(


2012/12/13 robert.pri...@bentley.com



 --
 LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
 Remotely access PCs and mobile devices and provide instant support
 Improve your efficiency, and focus on delivering more value-add services
 Discover what IT Professionals Know. Rescue delivers
 http://p.sf.net/sfu/logmein_12329d2d
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Can Find WIX Project Type in VS 2012 PRO

2012-11-04 Thread Alexey Ivanov
some problem with perUser installaon (wixui-advanced), perMachine uninstall
without this error

03.11.2012 22:55 пользователь Todd Williford edwardwt...@yahoo.com
написал:

 Hello,

 I recently installed Microsoft Visual Studio Professional 2012 Version
11.0.50727.1 RTMREL onto an 64 bit Windows 7 operating system. The VS comes
with ClickOnce and with the Installshield demo version, neither of which
are acceptable.

 So I've installed WIX toolset v3.6.3303.1 and the installation appears to
have completed.

 The problem is that the WIX project type does not appear anywhere in the
File/New/Project tree.

 Can anyone tell me possibly what I need to do to enable WIX in Visual
Studio 2012 PRO?

 Thank you,
 Todd.







--
 LogMeIn Central: Instant, anywhere, Remote PC access and management.
 Stay in control, update software, and manage PCs from one command center
 Diagnose problems and improve visibility into emerging IT issues
 Automate, monitor and manage. Do more in less time with Central
 http://p.sf.net/sfu/logmein12331_d2d
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
--
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Can Find WIX Project Type in VS 2012 PRO

2012-11-04 Thread Alexey Ivanov
fail. not this thread, sorry.
04.11.2012 20:20 пользователь Alexey Ivanov alexey.iva...@gmail.com
написал:

 some problem with perUser installaon (wixui-advanced), perMachine
uninstall without this error

 03.11.2012 22:55 пользователь Todd Williford edwardwt...@yahoo.com
написал:

 
  Hello,
 
  I recently installed Microsoft Visual Studio Professional 2012 Version
11.0.50727.1 RTMREL onto an 64 bit Windows 7 operating system. The VS comes
with ClickOnce and with the Installshield demo version, neither of which
are acceptable.
 
  So I've installed WIX toolset v3.6.3303.1 and the installation appears
to have completed.
 
  The problem is that the WIX project type does not appear anywhere in
the File/New/Project tree.
 
  Can anyone tell me possibly what I need to do to enable WIX in Visual
Studio 2012 PRO?
 
  Thank you,
  Todd.
 
 
 
 
 
 
 
--
  LogMeIn Central: Instant, anywhere, Remote PC access and management.
  Stay in control, update software, and manage PCs from one command center
  Diagnose problems and improve visibility into emerging IT issues
  Automate, monitor and manage. Do more in less time with Central
  http://p.sf.net/sfu/logmein12331_d2d
  ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users
--
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Can't delete Desktop shortcut due to Warning 1910

2012-11-04 Thread Alexey Ivanov
some problem with perUser installaon (wixui-advanced), perMachine uninstall
without this error
04.11.2012 10:50 пользователь Dave Lowndes d...@swordfishsoftware.co.nz
написал:

 When uninstalling my app I'm getting this warning dialog coming up with:

 Warning 1910.Could not remove Shortcut My App.lnk. Verify that the
 shortcut file exists and that you can access it.

 The shortcut disappears from the desktop but re-appears if I hit refresh
 (F5) on the Desktop.

 Here's the msi log entries for this part:

 MSI (s) (98:88) [18:49:00:361]: Executing op:
 ActionStart(Name=RemoveShortcuts,Description=Removing
 shortcuts,Template=Shortcut: [1])
 Action 18:49:00: RemoveShortcuts. Removing shortcuts
 MSI (s) (98:88) [18:49:00:361]: Executing op: SetTargetFolder(Folder=25)
 MSI (s) (98:88) [18:49:00:361]: SHELL32::SHGetFolderPath returned:
 C:\Users\Public\Desktop
 MSI (s) (98:88) [18:49:00:361]: Executing op:
 ShortcutRemove(Name=xve6flbu|My App)
 RemoveShortcuts: Shortcut: xve6flbu|My App
 MSI (s) (98:88) [18:49:00:377]: MSI_DBG: Descriptor feature validation
 failed
 MSI (s) (98:88) [18:49:00:377]: Verifying accessibility of file: My
App.lnk
 MSI (s) (98:88) [18:49:00:377]: Using source file security for
destination.
 MSI (s) (98:88) [18:49:00:377]: Note: 1: 2106 2: -2147467259 3: My App.lnk
 MSI (s) (98:88) [18:49:00:377]: Remove Shortcut failed... retrying.
 MSI (s) (98:88) [18:49:00:892]: Note: 1: 2106 2: -2147467259 3: My App.lnk
 MSI (s) (98:88) [18:49:00:892]: Remove Shortcut failed... retrying.
 MSI (s) (98:88) [18:49:01:406]: Note: 1: 2106 2: -2147467259 3: My App.lnk
 MSI (s) (98:88) [18:49:01:406]: Remove Shortcut failed... retrying.
 MSI (s) (98:88) [18:49:01:921]: Remove Shortcut failed AFTER RETRY.
 Warning 1910.Could not remove Shortcut My App.lnk. Verify that the
 shortcut file exists and that you can access it.

 Here's my WiX entries for this shortcut...

Fragment
  !-- define global icon --
  Icon Id=icon.ico
 SourceFile=$(var.MyApp.ProjectDir)Images\Player.ico/
  !-- set add/remove programs icon--
  Property Id=ARPPRODUCTICON Value=icon.ico /
/Fragment

!-- single files/components --
Fragment
  ComponentGroup Id=ProgramComponents Directory=INSTALLFOLDER
Component Id=AppFolderComp
  RegistryValue Root=HKLM Key=SOFTWARE\$(var.ProductName)
 Name=Path Value=[APPLICATIONFOLDER] Type=string /
  util:RemoveFolderEx Id=CleanupApplicationFolder
 Property=APPLICATIONFOLDER On=uninstall /
/Component
Component Id=ProgramComponent
  File Id=MainExe Source=$(var.MyApp.TargetPath) Vital=yes
 KeyPath=yes
Shortcut Advertise=yes Id=DesktopShortcut
 Directory=DesktopFolder Name=$(var.ProductName)
 WorkingDirectory=INSTALLLOCATION Description=$(var.ProductName)
 Icon=icon.ico/
fire:FirewallException Id=FWX1 Name=$(var.ProductName)
 Scope=any /
  /File
/Component
 This seems to be a fairly common problem but I haven't seen a solution
 yet. I tried MSIEXEC /Unregister | MSIEXEC /RegServer without success. I
 also changed permissions on the Security tab of the Shortcut to give
 Everyone Full Control with no luck either.

 Is this a configuration issue or something else?

 Cheers

 Dave


--
 LogMeIn Central: Instant, anywhere, Remote PC access and management.
 Stay in control, update software, and manage PCs from one command center
 Diagnose problems and improve visibility into emerging IT issues
 Automate, monitor and manage. Do more in less time with Central
 http://p.sf.net/sfu/logmein12331_d2d
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
--
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WixUI_Advanced in russian localization carries the text on the button Advanced

2012-07-04 Thread Alexey Ivanov
WixUI_Advanced in russian localization carries the text on the button
Advanced. *Avanced *translated as *Дополнительно*. This is a correct
translation. *The problem is the width of a button.* Look at screenshot:
https://dl.dropbox.com/u/7983994/ShareX/2012-07/installer.png*
*
I wrote this simple patch.

--- a/src/ext/UIExtension/wixlib/AdvancedWelcomeEulaDlg.wxsThu Jul 05
01:05:28 2012
+++ b/src/ext/UIExtension/wixlib/AdvancedWelcomeEulaDlg.wxsThu Jul 05
01:05:21 2012
@@ -23,6 +23,6 @@
 Control Id=LicenseAcceptedCheckBox Type=CheckBox X=20
Y=180 Width=226 Height=18 CheckBoxValue=1
Property=LicenseAccepted Text=!

(loc.WelcomeEulaDlgLicenseAcceptedCheckBox)/
-Control Id=Print Type=PushButton X=88 Y=243 Width=56
Height=17 Text=!(loc.WixUIPrint)
+Control Id=Print Type=PushButton X=50 Y=243 Width=56
Height=17 Text=!(loc.WixUIPrint)
   Publish Event=DoAction Value=WixUIPrintEula1/Publish
 /Control
-Control Id=Advanced Type=PushButton X=156 Y=243
Width=56 Height=17 Text=!(loc.AdvancedWelcomeEulaDlgAdvanced)
+Control Id=Advanced Type=PushButton X=124 Y=243
Width=85 Height=17 Text=!(loc.AdvancedWelcomeEulaDlgAdvanced)
   Condition Action=disable![CDATA[LicenseAccepted 
1]]/Condition
--
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] WixUI_Advanced in russian localization carries the text on the button Advanced

2012-07-04 Thread Alexey Ivanov
Fixed look was
https://dl.dropbox.com/u/7983994/ShareX/2012-07/2012-07-05_01-19-51.png

2012/7/5 Alexey Ivanov alexey.iva...@gmail.com

 WixUI_Advanced in russian localization carries the text on the button
 Advanced. *Avanced *translated as *Дополнительно*. This is a correct
 translation. *The problem is the width of a button.* Look at screenshot:
 https://dl.dropbox.com/u/7983994/ShareX/2012-07/installer.png*
 *
 I wrote this simple patch.

 --- a/src/ext/UIExtension/wixlib/AdvancedWelcomeEulaDlg.wxsThu Jul 05
 01:05:28 2012
 +++ b/src/ext/UIExtension/wixlib/AdvancedWelcomeEulaDlg.wxsThu Jul 05
 01:05:21 2012
 @@ -23,6 +23,6 @@
  Control Id=LicenseAcceptedCheckBox Type=CheckBox X=20
 Y=180 Width=226 Height=18 CheckBoxValue=1
 Property=LicenseAccepted Text=!

 (loc.WelcomeEulaDlgLicenseAcceptedCheckBox)/
 -Control Id=Print Type=PushButton X=88 Y=243 Width=56
 Height=17 Text=!(loc.WixUIPrint)
 +Control Id=Print Type=PushButton X=50 Y=243 Width=56
 Height=17 Text=!(loc.WixUIPrint)
Publish Event=DoAction Value=WixUIPrintEula1/Publish
  /Control
 -Control Id=Advanced Type=PushButton X=156 Y=243
 Width=56 Height=17 Text=!(loc.AdvancedWelcomeEulaDlgAdvanced)
 +Control Id=Advanced Type=PushButton X=124 Y=243
 Width=85 Height=17 Text=!(loc.AdvancedWelcomeEulaDlgAdvanced)
Condition Action=disable![CDATA[LicenseAccepted 
 1]]/Condition


--
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] WixUI_Advanced in russian localization carries the text on the button Advanced

2012-07-04 Thread Alexey Ivanov
It is possible to include these corrections in the WIX source code?

2012/7/5 Alexey Ivanov alexey.iva...@gmail.com

 Fixed look was
 https://dl.dropbox.com/u/7983994/ShareX/2012-07/2012-07-05_01-19-51.png


 2012/7/5 Alexey Ivanov alexey.iva...@gmail.com

 WixUI_Advanced in russian localization carries the text on the button
 Advanced. *Avanced *translated as *Дополнительно*. This is a correct
 translation. *The problem is the width of a button.* Look at screenshot:
 https://dl.dropbox.com/u/7983994/ShareX/2012-07/installer.png*
 *
 I wrote this simple patch.

 --- a/src/ext/UIExtension/wixlib/AdvancedWelcomeEulaDlg.wxsThu Jul 05
 01:05:28 2012
 +++ b/src/ext/UIExtension/wixlib/AdvancedWelcomeEulaDlg.wxsThu Jul 05
 01:05:21 2012
 @@ -23,6 +23,6 @@
  Control Id=LicenseAcceptedCheckBox Type=CheckBox X=20
 Y=180 Width=226 Height=18 CheckBoxValue=1
 Property=LicenseAccepted Text=!

 (loc.WelcomeEulaDlgLicenseAcceptedCheckBox)/
 -Control Id=Print Type=PushButton X=88 Y=243 Width=56
 Height=17 Text=!(loc.WixUIPrint)
 +Control Id=Print Type=PushButton X=50 Y=243 Width=56
 Height=17 Text=!(loc.WixUIPrint)
Publish Event=DoAction Value=WixUIPrintEula1/Publish
  /Control
 -Control Id=Advanced Type=PushButton X=156 Y=243
 Width=56 Height=17 Text=!(loc.AdvancedWelcomeEulaDlgAdvanced)
 +Control Id=Advanced Type=PushButton X=124 Y=243
 Width=85 Height=17 Text=!(loc.AdvancedWelcomeEulaDlgAdvanced)
Condition Action=disable![CDATA[LicenseAccepted 
 1]]/Condition



--
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] WixUI_Advanced in russian localization carries the text on the button Advanced

2012-07-04 Thread Alexey Ivanov
Ok. I will write here
http://sourceforge.net/tracker/?group_id=105970atid=642714

2012/7/5 Alexey Ivanov alexey.iva...@gmail.com

 It is possible to include these corrections in the WIX source code?


 2012/7/5 Alexey Ivanov alexey.iva...@gmail.com

 Fixed look was
 https://dl.dropbox.com/u/7983994/ShareX/2012-07/2012-07-05_01-19-51.png


 2012/7/5 Alexey Ivanov alexey.iva...@gmail.com

 WixUI_Advanced in russian localization carries the text on the button
 Advanced. *Avanced *translated as *Дополнительно*. This is a correct
 translation. *The problem is the width of a button.* Look at
 screenshot:
 https://dl.dropbox.com/u/7983994/ShareX/2012-07/installer.png*
 *
 I wrote this simple patch.

 --- a/src/ext/UIExtension/wixlib/AdvancedWelcomeEulaDlg.wxsThu Jul
 05 01:05:28 2012
 +++ b/src/ext/UIExtension/wixlib/AdvancedWelcomeEulaDlg.wxsThu Jul
 05 01:05:21 2012
 @@ -23,6 +23,6 @@
  Control Id=LicenseAcceptedCheckBox Type=CheckBox X=20
 Y=180 Width=226 Height=18 CheckBoxValue=1
 Property=LicenseAccepted Text=!

 (loc.WelcomeEulaDlgLicenseAcceptedCheckBox)/
 -Control Id=Print Type=PushButton X=88 Y=243 Width=56
 Height=17 Text=!(loc.WixUIPrint)
 +Control Id=Print Type=PushButton X=50 Y=243 Width=56
 Height=17 Text=!(loc.WixUIPrint)
Publish Event=DoAction Value=WixUIPrintEula1/Publish
  /Control
 -Control Id=Advanced Type=PushButton X=156 Y=243
 Width=56 Height=17 Text=!(loc.AdvancedWelcomeEulaDlgAdvanced)
 +Control Id=Advanced Type=PushButton X=124 Y=243
 Width=85 Height=17 Text=!(loc.AdvancedWelcomeEulaDlgAdvanced)
Condition Action=disable![CDATA[LicenseAccepted 
 1]]/Condition




--
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


[WiX-users] Only perUser installation get too much errors ICE38; ICE91; ICE64

2012-07-03 Thread Alexey Ivanov
Part of XML:

?xml version=1.0 encoding=UTF-8?
Wix xmlns=http://schemas.microsoft.com/wix/2006/wi;
  ?include Variables.wxi?
  Product Id=* Name=$(var.ProductName)
Manufacturer=$(var.Manufacturer) Codepage=$(var.ProductCodepage)
Language=1033 Version=$(var.ProductVersion)
UpgradeCode=$(var.UpgradeCode)
Package Id=* Description=$(var.ProductName) $(var.ProductVersion)
installer Manufacturer=$(var.Manufacturer) InstallScope=perUser
InstallerVersion=200 Compressed=yes ShortNames=no /
Media Id=1 Cabinet=vacuumim.cab EmbedCab=yes
CompressionLevel=none /

Directory Id=TARGETDIR Name=SourceDir
  Directory Id=LocalAppDataFolder
Directory Id=APPLICATIONFOLDER Name=$(var.ProductName)
/Directory
  /Directory
  Directory Id=ProgramMenuFolder
Directory Id=ProgramMenuAppFolder Name=$(var.ProductName)
  Component Id=c.ProgramMenuAppFolder
Guid=a46490d1-7ce1-4418-9efd-d944086df6ae
RegistryValue Root=HKMU
Key=Software\$(var.Manufacturer)\$(var.ProductName) Type=string
Value= KeyPath=yes /
RemoveFolder Id=ProgramMenuAppFolder On=uninstall/
  /Component
/Directory
  /Directory
  Directory Id=DesktopFolder Name=Desktop/
/Directory

There Orca Validation http://pastebin.ru/tW9D8Aae

I found fix,
http://stackoverflow.com/questions/6956438/wix-personalfolder-issue but
1200 registry keys???
--
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] Only perUser installation get too much errors ICE38; ICE91; ICE64

2012-07-03 Thread Alexey Ivanov
Redirection, only on MSI 5.0? But anyway, needed to install program into
LocalAppDataFolder for everyone (admins and users)

2012/7/3 ferdi.oeztu...@accenture.com

 Try to install to ProgramFilesFolder? it is a redirected property in per
 user context (see here
 http://msdn.microsoft.com/en-us/library/windows/desktop/dd765197(v=vs.85).aspx
 )
 Perhaps your ICEs are gone then.

 -Original Message-
 From: Alexey Ivanov [mailto:alexey.iva...@gmail.com]
 Sent: Dienstag, 3. Juli 2012 17:25
 To: General discussion for Windows Installer XML toolset.
 Subject: [WiX-users] Only perUser installation get too much errors ICE38;
 ICE91; ICE64

 Part of XML:

 ?xml version=1.0 encoding=UTF-8?
 Wix xmlns=http://schemas.microsoft.com/wix/2006/wi;
   ?include Variables.wxi?
   Product Id=* Name=$(var.ProductName)
 Manufacturer=$(var.Manufacturer) Codepage=$(var.ProductCodepage)
 Language=1033 Version=$(var.ProductVersion)
 UpgradeCode=$(var.UpgradeCode)
 Package Id=* Description=$(var.ProductName) $(var.ProductVersion)
 installer Manufacturer=$(var.Manufacturer) InstallScope=perUser
 InstallerVersion=200 Compressed=yes ShortNames=no /
 Media Id=1 Cabinet=vacuumim.cab EmbedCab=yes
 CompressionLevel=none /

 Directory Id=TARGETDIR Name=SourceDir
   Directory Id=LocalAppDataFolder
 Directory Id=APPLICATIONFOLDER Name=$(var.ProductName)
 /Directory
   /Directory
   Directory Id=ProgramMenuFolder
 Directory Id=ProgramMenuAppFolder Name=$(var.ProductName)
   Component Id=c.ProgramMenuAppFolder
 Guid=a46490d1-7ce1-4418-9efd-d944086df6ae
 RegistryValue Root=HKMU
 Key=Software\$(var.Manufacturer)\$(var.ProductName) Type=string
 Value= KeyPath=yes /
 RemoveFolder Id=ProgramMenuAppFolder On=uninstall/
   /Component
 /Directory
   /Directory
   Directory Id=DesktopFolder Name=Desktop/
 /Directory

 There Orca Validation http://pastebin.ru/tW9D8Aae

 I found fix,
 http://stackoverflow.com/questions/6956438/wix-personalfolder-issue but
 1200 registry keys???

 --
 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


 
 This message is for the designated recipient only and may contain
 privileged, proprietary, or otherwise private information. If you have
 received it in error, please notify the sender immediately and delete the
 original. Any other use of the email by you is prohibited.



 --
 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

--
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


[WiX-users] WixUI_Advanced just perUser installation but with a showing feature tree

2012-07-01 Thread Alexey Ivanov
WixUI_Advanced just perUser installation but with a showing feature tree.
Its simple posible?

If we user WixVariable Id=WixUISupportPerMachine Value=0 / its
disabled installashion scope shoising, but feature tree page disabled too.
--
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


[WiX-users] Harvest files id and components id like directoryname_filename.

2012-06-23 Thread Alexey Ivanov
After harvesting 1253 files, i have wxs fragment at 5163 lines.

In the project a lot of files with the same name in different directories.

Heat.exe generates is not comfortable ID, such as scheme.def.xml_22,
image.png_9 translation.qm_4.

Perhaps an option to specify a scheme of generation ID = DirectoryName_FileName?

If not ... I can try to write a thing for yourself. How to properly
load the project wix36source in visual studio 2010? There are many
errors in converting project.

--
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


[WiX-users] Item in Feature Tree don't hidden, just disable for edit

2012-06-22 Thread Alexey Ivanov
I disable and hidden option will be installed if required via
AllowAdvertise=no

Need to dissable and hidden option Entire feature will be
unavailable, or disable edit FeatureTree item without hidden him.

How to simple do it?

--
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] Item in Feature Tree don't hidden, just disable for edit

2012-06-22 Thread Alexey Ivanov
Do not know

2012/6/23 Rob Mensching r...@robmensching.com:
 Is that even possible?

 On Fri, Jun 22, 2012 at 3:05 PM, Alexey Ivanov alexey.iva...@gmail.comwrote:

 I disable and hidden option will be installed if required via
 AllowAdvertise=no

 Need to dissable and hidden option Entire feature will be
 unavailable, or disable edit FeatureTree item without hidden him.

 How to simple do it?


 --
 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




 --
 virtually, Rob Mensching - http://RobMensching.com LLC
 --
 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

--
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] heat.exe generate component for files in each folder, not to generate component for each file.

2012-06-21 Thread Alexey Ivanov
so if the first file in a component exists and is of the correct version 
(assuming no other file is marked as the keypath)  then Windows Installer 
would consider the component state to be present.

What problems can occur with this?

2012/6/21 Alexey Ivanov alexey.iva...@gmail.com:
 In the project vacuum-im ~ 1200 files,%)

 To fill the Features have to specify 1200 components (if we consider a
 1 component is a 1 file)

 2012/6/21 Hoover, Jacob jacob.hoo...@greenheck.com:
 Since heat allows for a XSLT to be applied to the output anything is 
 possible but I would highly advise against it. A component is the most 
 granular part of an installation, so if the first file in a component exists 
 and is of the correct version (assuming no other file is marked as the 
 keypath)  then Windows Installer would consider the component state to be 
 present.  Is there a reason you don't want to utilize a component per file?

 -Original Message-
 From: Alexey Ivanov [mailto:alexey.iva...@gmail.com]
 Sent: Thursday, June 21, 2012 12:17 AM
 To: wix-users@lists.sourceforge.net
 Subject: [WiX-users] heat.exe generate component for files in each folder, 
 not to generate component for each file.

 like this 
 https://github.com/krab/vacuum-im-wix-installer/blob/master/Files.wxs
 is possible with wix?

 if i run: heat dir install_files -gg -suid -sfrag -srd -out 1.wxs

    DirectoryRef Id=TARGETDIR
      Component Id=libeay32.dll
 Guid={846E7E4B-51A3-4023-AF17-EBC5E0E4AEB6}
        File Id=libeay32.dll KeyPath=yes
 Source=install_files\libeay32.dll /
      /Component
      Component Id=libpng15.dll
 Guid={3EF0105F-BBA8-4E11-BF71-956403110505}
        File Id=libpng15.dll KeyPath=yes
 Source=install_files\libpng15.dll /
      /Component
      Component Id=license.txt 
 Guid={ADCF4296-AEAE-4451-B55D-5EDA4ADB4CD6}
        File Id=license.txt KeyPath=yes
 Source=install_files\license.txt /
      /Component
      Component Id=msvcp100.dll
 Guid={64035C09-D6F5-40C3-A008-AF9C73014AA7}
        File Id=msvcp100.dll KeyPath=yes
 Source=install_files\msvcp100.dll /
      /Component
      Component Id=msvcr100.dll
 Guid={0960591D-EA25-4BB6-B9C8-D622C7A7C5C3}
        File Id=msvcr100.dll KeyPath=yes
 Source=install_files\msvcr100.dll /

 Components for earch file its feature or its msi requirements?

 --
 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

 --
 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

--
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] heat.exe generate component for files in each folder, not to generate component for each file.

2012-06-21 Thread Alexey Ivanov
Thank you mr. Peter Shirtcliffe!

2012/6/21 Peter Shirtcliffe pshirtcli...@sdl.com:
 Mostly you will have trouble with small  minor updates. If a component is
 being updated, only the file designated as the keypath is checked to see if
 it is out of date: if it is up to date, all the others are ignored. Those
 kind of updates are similar to repairs and repairs are likewise affected.

 You'll also have difficulty if you want to add or remove files from each
 component. Once released, a component is immutable (in terms of what files
 are in it). The only way to update it without breaking component rules would
 be to effectively remove and install the a new version of the MSI.
 Understanding the component rules is key in Windows Installer and one file
 per component makes the component rules easier to work with, which is why it
 is the recommendation of many people here.

 Windows Installer can handle 1200 components easily. ComponentGroups and
 ComponentGroupRefs can simplify managing large numbers of components in the
 source code.


 -Original Message-
 From: Alexey Ivanov [mailto:alexey.iva...@gmail.com]
 Sent: 21 June 2012 08:57
 To: General discussion for Windows Installer XML toolset.
 Subject: Re: [WiX-users] heat.exe generate component for files in each
 folder, not to generate component for each file.

so if the first file in a component exists and is of the correct version
 (assuming no other file is marked as the keypath)  then Windows Installer
 would consider the component state to be present.

 What problems can occur with this?

 2012/6/21 Alexey Ivanov alexey.iva...@gmail.com:
 In the project vacuum-im ~ 1200 files,%)

 To fill the Features have to specify 1200 components (if we consider a
 1 component is a 1 file)

 2012/6/21 Hoover, Jacob jacob.hoo...@greenheck.com:
 Since heat allows for a XSLT to be applied to the output anything is
 possible but I would highly advise against it. A component is the most
 granular part of an installation, so if the first file in a component exists
 and is of the correct version (assuming no other file is marked as the
 keypath)  then Windows Installer would consider the component state to be
 present.  Is there a reason you don't want to utilize a component per file?

 -Original Message-
 From: Alexey Ivanov [mailto:alexey.iva...@gmail.com]
 Sent: Thursday, June 21, 2012 12:17 AM
 To: wix-users@lists.sourceforge.net
 Subject: [WiX-users] heat.exe generate component for files in each folder,
 not to generate component for each file.

 like this
 https://github.com/krab/vacuum-im-wix-installer/blob/master/Files.wxs
 is possible with wix?

 if i run: heat dir install_files -gg -suid -sfrag -srd -out 1.wxs

    DirectoryRef Id=TARGETDIR
      Component Id=libeay32.dll
 Guid={846E7E4B-51A3-4023-AF17-EBC5E0E4AEB6}
        File Id=libeay32.dll KeyPath=yes
 Source=install_files\libeay32.dll /
      /Component
      Component Id=libpng15.dll
 Guid={3EF0105F-BBA8-4E11-BF71-956403110505}
        File Id=libpng15.dll KeyPath=yes
 Source=install_files\libpng15.dll /
      /Component
      Component Id=license.txt
 Guid={ADCF4296-AEAE-4451-B55D-5EDA4ADB4CD6}
        File Id=license.txt KeyPath=yes
 Source=install_files\license.txt /
      /Component
      Component Id=msvcp100.dll
 Guid={64035C09-D6F5-40C3-A008-AF9C73014AA7}
        File Id=msvcp100.dll KeyPath=yes
 Source=install_files\msvcp100.dll /
      /Component
      Component Id=msvcr100.dll
 Guid={0960591D-EA25-4BB6-B9C8-D622C7A7C5C3}
        File Id=msvcr100.dll KeyPath=yes
 Source=install_files\msvcr100.dll /

 Components for earch file its feature or its msi requirements?

 -
 -
 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

 -
 -
 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

 -
 -
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and threat
 landscape has changed

[WiX-users] heat.exe generate component for files in each folder, not to generate component for each file.

2012-06-20 Thread Alexey Ivanov
like this https://github.com/krab/vacuum-im-wix-installer/blob/master/Files.wxs
is possible with wix?

if i run: heat dir install_files -gg -suid -sfrag -srd -out 1.wxs

DirectoryRef Id=TARGETDIR
  Component Id=libeay32.dll
Guid={846E7E4B-51A3-4023-AF17-EBC5E0E4AEB6}
File Id=libeay32.dll KeyPath=yes
Source=install_files\libeay32.dll /
  /Component
  Component Id=libpng15.dll
Guid={3EF0105F-BBA8-4E11-BF71-956403110505}
File Id=libpng15.dll KeyPath=yes
Source=install_files\libpng15.dll /
  /Component
  Component Id=license.txt Guid={ADCF4296-AEAE-4451-B55D-5EDA4ADB4CD6}
File Id=license.txt KeyPath=yes
Source=install_files\license.txt /
  /Component
  Component Id=msvcp100.dll
Guid={64035C09-D6F5-40C3-A008-AF9C73014AA7}
File Id=msvcp100.dll KeyPath=yes
Source=install_files\msvcp100.dll /
  /Component
  Component Id=msvcr100.dll
Guid={0960591D-EA25-4BB6-B9C8-D622C7A7C5C3}
File Id=msvcr100.dll KeyPath=yes
Source=install_files\msvcr100.dll /

Components for earch file its feature or its msi requirements?

--
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] heat.exe generate component for files in each folder, not to generate component for each file.

2012-06-20 Thread Alexey Ivanov
In the project vacuum-im ~ 1200 files,%)

To fill the Features have to specify 1200 components (if we consider a
1 component is a 1 file)

2012/6/21 Hoover, Jacob jacob.hoo...@greenheck.com:
 Since heat allows for a XSLT to be applied to the output anything is 
 possible but I would highly advise against it. A component is the most 
 granular part of an installation, so if the first file in a component exists 
 and is of the correct version (assuming no other file is marked as the 
 keypath)  then Windows Installer would consider the component state to be 
 present.  Is there a reason you don't want to utilize a component per file?

 -Original Message-
 From: Alexey Ivanov [mailto:alexey.iva...@gmail.com]
 Sent: Thursday, June 21, 2012 12:17 AM
 To: wix-users@lists.sourceforge.net
 Subject: [WiX-users] heat.exe generate component for files in each folder, 
 not to generate component for each file.

 like this 
 https://github.com/krab/vacuum-im-wix-installer/blob/master/Files.wxs
 is possible with wix?

 if i run: heat dir install_files -gg -suid -sfrag -srd -out 1.wxs

    DirectoryRef Id=TARGETDIR
      Component Id=libeay32.dll
 Guid={846E7E4B-51A3-4023-AF17-EBC5E0E4AEB6}
        File Id=libeay32.dll KeyPath=yes
 Source=install_files\libeay32.dll /
      /Component
      Component Id=libpng15.dll
 Guid={3EF0105F-BBA8-4E11-BF71-956403110505}
        File Id=libpng15.dll KeyPath=yes
 Source=install_files\libpng15.dll /
      /Component
      Component Id=license.txt 
 Guid={ADCF4296-AEAE-4451-B55D-5EDA4ADB4CD6}
        File Id=license.txt KeyPath=yes
 Source=install_files\license.txt /
      /Component
      Component Id=msvcp100.dll
 Guid={64035C09-D6F5-40C3-A008-AF9C73014AA7}
        File Id=msvcp100.dll KeyPath=yes
 Source=install_files\msvcp100.dll /
      /Component
      Component Id=msvcr100.dll
 Guid={0960591D-EA25-4BB6-B9C8-D622C7A7C5C3}
        File Id=msvcr100.dll KeyPath=yes
 Source=install_files\msvcr100.dll /

 Components for earch file its feature or its msi requirements?

 --
 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

 --
 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

--
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