首先 在安裝包中先新增自定義操作 如新增(主輸出來自myinstaller)
然後 右鍵「主輸出來自myinstaller」-屬性
設定customactiondata屬性
如 /productcode=[productcode] /solution="solution1"
最後 在myinstaller(繼承自system.configuration.install.installer)中獲取引數
[runinstaller(true)]
public class myinstaller : system.configuration.install.installer
private void getparams()
{//獲取從安裝程式「自定義操作」的customactiondata屬性中傳過來的引數
string szproductcode = context.parameters["productcode"];//獲得 產品編號
string szsolution = context.parameters["solution"]; //獲得 "solution1"
C語言 自定義函式 傳遞引數
c語言中自定義函式時,值傳遞是單向的,由實參傳遞給形參 無論對形參做什麼運算,都不會改變實參的值 但是,若想要利用自定義函式來改變實參的值,可以利用指標傳遞 舉個栗子 includevoid exch int main void exch int excha,int exchb 可以看到,這裡定義的...
自定義引數 Python自定義函式引數
1.種類 1 位置引數 x就是位置引數 usr bin env python coding utf 8 def power x result x x print result 2 預設引數n就是預設引數 usr bin env python coding utf 8 def power x,n 1 ...
自定義資訊傳遞
現在有一系列資訊需要傳遞,處理成自定義的格式,然後接收後再進行解析 資訊自定義格式如下 actiontype update incno s2008053080034 branchkey 4 inclevel 3a inctype gambling stationkey 100 status clos...