Questions tagged [mage]

The Manifest Generation and Editing Tool (Mage.exe) is a command-line tool that supports the creation and editing of application and deployment manifests for Windows applications.

The Manifest Generation and Editing Tool (Mage.exe) is a command-line tool that supports the creation and editing of application and deployment manifests for Microsoft ClickOnce deployment of applications.

A graphical client (MageUI.exe) exists for this tool.

More information is available on MSDN.

198 questions
3
votes
1 answer

Select an entry point with MageUI in the command line

This is related to this article but is not a duplicate. I have a WPF app deployed via ClickOnce, and one of the projects in the solution is simple UI-less standalone Winforms app. This exe should live in the same directory of the main wpf exe. What…
user350213
  • 355
  • 4
  • 17
3
votes
2 answers

Magento child html -- get parent caller

I am in the template file price.phtml. I would like to have some line of code that looks at the parent that is calling the block and do some behavior based on that. Essentially if the parent is a catalog list page, I want a from: tag to be added…
Nathaniel Wendt
  • 1,194
  • 4
  • 23
  • 49
3
votes
2 answers

How can I get the clickonce build script used by visual studio to publish my application

I have a pretty large multi-project solution. I currently build it in Visual Studio, and then publish using the right-click=> publish option. This works very well. I am now in the position where I need to automate at least the clickonce publishing…
statler
  • 1,322
  • 2
  • 15
  • 24
3
votes
1 answer

Mage.exe doesn't produce compatibleFrameworks for 4.5

I'm try to use mage.exe (located in "C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools\mage.exe") to generete clickonce files from application targeting .Net 4.5. Exerything works fine but in *.application file there is a…
user3896104
  • 107
  • 1
  • 4
3
votes
3 answers

SignTool Verify equivalent for .application and .manifest files?

I am using using signtool.exe v6.2.9200.20527 for /tr and /td switch support. In the following examples 0961...35d2 is the SHA1 thumbprint of a SHA256 Code Signing certificate in the current user's Personal > Certificates store. Example 1: Code…
AlwaysLearning
  • 7,915
  • 5
  • 27
  • 35
3
votes
0 answers

Using mage to sign a clickonce application with a code signing certificate

I keyed a Code Signing Certificate from Godaddy and downloaded to a build machine. I then exported the certificate to a pfx file, then copied that file to my local machine and imported into my certificates. I was then able to successfully sign my…
WhiskerBiscuit
  • 4,795
  • 8
  • 62
  • 100
3
votes
2 answers

How to specify layered navigation filters order in magento?

I use Amasty shopby extension in magento. Is there way to reorder filters? For example, if I want to place color filter before price. How can I do it? Is there way to do it in admin panel? Or maybe through db?
Akhmed
  • 1,141
  • 4
  • 21
  • 49
2
votes
2 answers

Magento event observer not working on some machines

I cannot seem to figure out why my event observer works from my machine (and another coworkers) but not from other machines in the office. For example, I have an observer that listens for the…
Nathaniel Wendt
  • 1,194
  • 4
  • 23
  • 49
2
votes
2 answers

Finding theme files of Magento

I want to do some changes in magento theme actually product detail page, but I am unable to find that what theme it is. There are 4 directories where files can be. In app/design there are 2 directories, default and base and then further more And…
Hafiz
  • 4,187
  • 12
  • 58
  • 111
2
votes
1 answer

Dynamically creating endpoints for Magento in C#

I need to dynamically set the endpoint for my Magento implementation using C# but can't override C#'s default check of the endpoint path and credentials in the web.config. Does anyone know how to do this? My service currently looks like this: …
2
votes
1 answer

Magento API is too slow?

So I Have recently run a few queries on the database through the Magento API calls such as $connection = Mage::getSingleton('core/resource')->getConnection('core_write'); $readresult = $connection_write->query("SELECT data_index FROM…
Nathaniel Wendt
  • 1,194
  • 4
  • 23
  • 49
2
votes
1 answer

Magento Where is catalogsearch_fulltext generated from?

I would like to improve the search functionality of our Magento search engine. I know that the search terms live in the database table catalogsearch_fulltext, but I do not know how Magento populates this table nor how to edit how it does…
Nathaniel Wendt
  • 1,194
  • 4
  • 23
  • 49
2
votes
1 answer

Magento Get Child Product Variation

I feel like the flexibility of Magento would allow for my problem to be fixed but I haven't found anything as of yet. So essentially I need to get the attribute value for a child product of a configurable product. So far all I can do is in the…
Nathaniel Wendt
  • 1,194
  • 4
  • 23
  • 49
2
votes
1 answer

Adding to Grid Selection for grid.php file

I asked a similar question but I did not provide sufficient details and I got no answers so I will try again. The main task is to add fields to the CSV file that is exported under the magento admin sales->invoices. I found the main file to…
Nathaniel Wendt
  • 1,194
  • 4
  • 23
  • 49
2
votes
1 answer

Magento different ways to get same variable - which is better?

So I am working with some Magento code that was done by another developer (or the pre-installed Magento code, i'm not sure which) and my method for getting the price variable differs from theirs. We are both trying to access the price of a product. …
Nathaniel Wendt
  • 1,194
  • 4
  • 23
  • 49
1 2
3
13 14