I use the following in Post install action:
Registry.SetValue(HKEY_CLASSES_ROOT, ".gbl", "", "GBLight", REG_SZ);
Registry.SetValue(HKEY_CLASSES_ROOT, "GBLight\\shell\\open\\command", "",SessionVar.Expand("%AppFolder%\\GBLightSP.exe\\ \"%1\""),...
Announcement
Collapse
No announcement yet.
Search Result
Collapse
3 results in 0.0145 seconds.
Keywords
Members
Tags
-
Help to associate extension with exe
-
-
Question regarding file associations and icons
I'm trying to migrate a VS 2010 vdproj project to MSI Factory, and I'm running into some issues. I've seen the discussion thread at http://www.indigorose.com/forums/thr...ogram-(ProgID), but that doesn't answer my question, which concerns...
-
-
Setting file properties to associate data files with program (ProgID)
This may have been answered before but I didn't find it. I have a simple program file (LEBW.exe) and associated data files it makes (eg., sample.lbw). In MSI 2.0 I have tried selecting the program and going to PROJECT..FILE PROPERTIES.. and the registration tab. There I have checked file association...
-