[WiX-users] [] in parameters sent to wix bootstrapper can be resolved as not parameters?

2014-09-30 Thread Valentine Vinogradov
Hi, question in subj. Example: ExePackage Name=Setup.exe InstallCommand='/verysilent /dir=${InstallFolder}' ... / If we have Variable Name=InstallFolder Value=C:\[Programs]/ how to avoid the situations, where we have no variable Programs and we want to install in the folder named [Programs]?

[WiX-users] Local files in remotepayload

2014-05-15 Thread Valentine Vinogradov
Hello! Are there any possibilities to prevent taking local files with the same name laying in download folder for the package expected to be downloaded? For example, if I have Exepackage Name=Setup.exe with download url and remotepayload, it tries to take file setup.exe in the execute folder and

Re: [WiX-users] remote exepackage

2014-05-14 Thread Valentine Vinogradov
)) { e.Result = Result.Download; } else { e.Result = Result.Ok; } } 2014-05-06 10:32 GMT+03:00 Valentine Vinogradov wallenw...@gmail.com: No, it is not I am talking about. Remote payload is just an option to verify my

Re: [WiX-users] remote exepackage

2014-05-06 Thread Valentine Vinogradov
No, it is not I am talking about. Remote payload is just an option to verify my exepackage, isn't it? Even if not, it is still trying to find redist/netfx(...) during compile. Can I compile a bootstrapper without that file in order to make a bootstrapper which is designed only for download package

[WiX-users] remote exepackage

2014-05-05 Thread Valentine Vinogradov
Hello! I have an exepackage which is uploaded to my fileshare, and trying to make my bootstrapper to download it before install I have ExePackage with DownloadUrl and Compressed=no, but it is necessary to add SourceFile or Name to ExePackage. If I add it, it fails to build, because there is no

[WiX-users] Avoid creating system restore point

2014-04-10 Thread Valentine Vinogradov
Hello! Are there any possibilities to avoid creating system restore point before running 3rd party exepackage via WiX bootstrapper? -- Put Bad Developers to Shame Dominate Development with Jenkins Continuous Integration

Re: [WiX-users] Avoid creating system restore point

2014-04-10 Thread Valentine Vinogradov
Wow, sorry for my question then, haven't found it if the documentation 2014-04-10 16:29 GMT+03:00 Neil Sleightholm n...@x2systems.com: You can set the Chain/@DisableSystemRestore attribute to yes. -Original Message- From: Valentine Vinogradov [mailto:wallenw...@gmail.com] Sent: 10

Re: [WiX-users] Fwd: Problems with signing the bootstrapper

2014-04-07 Thread Valentine Vinogradov
Such a shame of me... Yeah, it works, thanks! suggestion: to make insignia alert smth when it is not engine is trying to be attached to bundle but bundle is trying to be attached to engine 2014-04-04 20:08 GMT+03:00 Hoover, Jacob jacob.hoo...@greenheck.com: From