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
6
votes
3 answers

Magento quick getResourceModel question

What class (if any) is called with this line of code? Mage::getResourceModel('sales/order_invoice_collection') Essentially I"m trying to figure out what database table is accessed with this resource model and how I can tweak that. Thanks!
Nathaniel Wendt
  • 1,194
  • 4
  • 23
  • 49
6
votes
2 answers

Invoke mage using Powershell 2.0 and invoke operator (i.e. &)

I would like to use Powershell 2.0 to script the creation of an application manifest using Microsoft's Manifest Generation and Editing tool (mage). Specifically, I would like to be able to pass dynamically specified parameter values to the mage…
Adam Flynn
  • 949
  • 2
  • 9
  • 21
6
votes
2 answers

Magento: list all values of a single attribute

I'm trying to list up all the existing values of a newly created attribute in magento 1.7.0.2. (and make them clickable links, so that on click they list up all of the items with the specific attribute value, but that's not a priority right…
flukee
  • 121
  • 1
  • 3
  • 12
6
votes
3 answers

how to change magento admin url and port , magento running varnish

I have installed varnish on my server which uses magento. the ports have changed so that varnish now runs on port 80 and magento runs on 8080, there are certain features that will not work in the backend as the url is www.mystore.com/admin but in…
molleman
  • 2,934
  • 16
  • 61
  • 92
5
votes
1 answer

Signing ClickOnce applications using mage.exe and Sha256 timestamp server url

Iam facing An error while trying to sign clickonce(.application) with MAGE.exe and SHA256 RFC 3161 timestamp. mage.exe -s /path/to/our/.application" -cf certfile -ti [RFC 3161 timestamp] I receive the following error: "Internal error, please try…
5
votes
2 answers

How to use mage.exe to resign manifests for VSTO?

We have an Excel plugin as part of our Visual Studio solution. The plugin is built once and then deployed out to different environments (dev, uat, prod) as part of our CI/CD process. During the deploys we apply an app config transform to update the…
user783836
  • 3,099
  • 2
  • 29
  • 34
5
votes
2 answers

Mage PHP Notice: Undefined index: REQUEST_URI in /htdocs/lib/Varien/Autoload.php on line 1

Since this morning I'm getting the following PHP Notice after running the Magento cronjob: Undefined index: REQUEST_URI in /htdocs/lib/Varien/Autoload.php on line 1 I did not modify any of the mage files.. How is this possible? EDIT: For now…
StavroX
  • 53
  • 1
  • 4
4
votes
1 answer

add a new column for special price in grid in admin panel in magento

I am designing an admin module in Magento 1.4.2. I am developing a grid layout displaying the product details (product name, SKU, price, special price, qty) I displayed all the columns. I cannot figure out how to display the special price in one…
user603031
  • 49
  • 2
  • 5
4
votes
2 answers

ClickOnce deployment horrors

I am having trouble signing an application after ClickOnce deployment. The application is a winforms project with 3 class-library projects and is deployed to a shared file path. Publish from Visual Studio works and if I run the application it…
JumpingJezza
  • 5,498
  • 11
  • 67
  • 106
4
votes
1 answer

configuring click once app in Octopus deploy with mage.exe, change publish url and app.config

I am trying to publish a click once with the following process: Github commit Teamcity builds and creates basic (unsigned artifact) push to Octopus Deploy Octopus changes publish URL and app setting Octopus uses mage to change the above, recreate…
Jon
  • 15,110
  • 28
  • 92
  • 132
4
votes
2 answers

ClickOnce: Unknown Publisher shown in the Installer, when the app is already signed

I have published a basic unsigned windows form application using ClickOnce on Visual Studio. I took the .exe file and .exe.config file and moved it to a folder on my desktop. I signed the .exe file with a legitimate digiCert signing tool, and I…
User1111
  • 41
  • 2
4
votes
1 answer

Mage.exe standalone usage

I'm developing a sample where I use Octopus Deploy to configure and create a clickonce package upon installation and I'm having some problems using mage.exe on the 'production' machine. I've included mage.exe and mageui.exe, but I get the following…
jaspernygaard
  • 3,098
  • 5
  • 35
  • 52
4
votes
2 answers

Unable to set Entry Point in Mage?

I am using Mage.exe for creating a Click Once Deployment for my winform application. After I have browsed the files and clicked on the populate button I am unable to select any file as the Entry point. and this results in the The…
Anshuman Jasrotia
  • 3,135
  • 8
  • 48
  • 81
4
votes
2 answers

Magento Get SUM of order totals between set dates

I can do this with regular mySQL but I would like to be able to do it "the magento way" as it were... What I would like to do, is run a query which will SUM(grand_total) for my order totals between set dates, ie work out the total revenue from July…
Sam Stones
  • 73
  • 2
  • 6
3
votes
2 answers

Mage::log() doesn't work in admin

I have a simple question. Why doesn't Mage::log work in an Adminhtml block?? I know the file is being read/loaded because when I put in die() on the first line of the file I get a blank screen, and removing/renaming the file also causes…
pancake
  • 1,923
  • 2
  • 21
  • 42
1
2
3
13 14